/* コケシメーン！ CSS */


div#contents{
	background: url(./img/kokeshimen_mid.gif) center top repeat-y;
	overflow: auto;
	color: #000000;
}

h1{
	display: none;
}

h2{
	margin: 20px auto;
	font-size: 200%;
	color: #ff6acb;
}

#contents p{
	text-align: left;
	margin: 0 15px 10px 15px;
}

#contents strong{
	color: #000000;
}

#textbox{
	float: left;
	width: 490px;
}

#textbox dl dt{
	margin-top: 20px;
	color: #830000;
	font-weight: bold;
}

dl#data{
	float: right;
	width: 480px;
	border: 1px solid #000000;
	margin: 10px 10px;
	text-align: left;
	color: #666666;
	background: url(./img/data_bg.jpg) right bottom no-repeat;
}

dl#data dt{
	background: #000000 url(./img/product_bg.gif) left top repeat-x;
	color: #ffffff;
	padding-left: 10px;
}

dl#data dd{
	padding: 3px 0 3px 10px;
}

dl#data dd span{
	color: #000000;
	font-weight: bold;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #000000;
	margin: 10px 20px 0 0;
}
