@charset "Shift_Jis";

div { 
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
	width: 80%; 
	height: 100px;
	background: #fff }

h2 { 
	color: #009; }

p.link a:link, p.link a:visited { 
	text-decoration: none }

#samp_1 {
	background-image: url("images/backimage.gif");
	background-repeat: repeat }

#samp_2 {
	background-image: url("images/backimage.gif");
	background-repeat: repeat-x }

#samp_3 {
	background-image: url("images/backimage.gif");
	background-repeat: repeat-y }

#samp_4 {
	background-image: url("images/backimage.gif");
	background-repeat: no-repeat }