/* チェブラーシカ CSS */


div#contents{
	background: url(./img/cheburashika_mid.gif) center top repeat-y;
	overflow: auto;
	color: #46230d;
}

#contents h1{
	display: none;
}

#contents h2{
	clear: both;
	background-color: #ffed00;
	margin: 5px 10px;
}


#contents strong{
	color: #336370;
}


#contents ul{
	list-style: none;
}

ul#chara{
	margin: 15px;
}

ul#chara li{
	width: 480px;
	float: left;
	text-align: left;
	margin-bottom: 20px;
}

ul#chara li h2{
	background: #ffba00 url(./img/chara_title_bg.gif) left bottom repeat-x;
	color: #46230d;
}

#contents h3{
	clear: both;
	background: #9bcf00 url(./img/product_title_bg.gif) left bottom repeat-x;
	margin: 0 15px;
}

ul#products{
	margin-left: 46px;
}

ul#products li{
	float: left;
	width: 300px;
	
	margin: 2px;
	border: 1px solid #46230d;
	background-color: #ffba00;
}

ul#products li h4{
	background: #46230d url(./img/product_name_bg.gif) left top repeat-x;
	color: #ffffff;
}

ul#products li dl dt{
	font-weight: bold;
	margin-top: 5px;
}

ul#products li dl dd span{
	color: #5e7d00;
	font-weight: bold;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #46230d;
	margin-top: 10px;
}
