/* ぽっぷワンダーランド CSS */


div#contents{
	background: url(./img/pop_mid.gif) center top repeat-y;
	overflow: auto;
	color: #777777;
}

#contents h1{
	display: none;
}

#contents h2{
	clear: both;
	background: #fa9aa3 url(./img/product_title_bg.gif) left top repeat-x;
	margin: 5px 35px;
	color: #ffffff;
}

#contents p{
	margin: 10px 35px;
	text-align: left;
}

#contents strong{
	color: #99d140;
}


#contents ul{
	list-style: none;
	margin-top: 20px;
}

img.photo{
	width: 360px;
	margin: 5px 35px 5px 50px;
	float: right;
}


#contents dl{
	width: 460px;
	float: left;
	margin-left: 35px;
	margin-bottom: 20px;
}

#contents dl dt{
	font-weight: bold;
	text-align: left;
	color: #688cc0;
	margin-top: 10px;
	margin-left: 400 px;
}

#contents dl dd{
	text-align: left;
	border-bottom: 1px dotted #aaaaaa;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #777777;
	margin-top: 10px;
}
