/* H-Blitz CSS */


div#contents{
	background: url(./img/hi-blitz_mid.gif) center top repeat-y;
	overflow: auto;
	color: #777777;
}

#contents h1{
	display: none;
	color: #f7ec9a;
	margin: 0 auto 10px auto;
}

#contents h2{
	clear: both;
	background: #464646 url(./img/product_title_bg.gif) left top;
	border: 1px solid #323232;
	margin: 5px 35px;
	color: #ffffff;
}

#contents p{
	margin: 10px 35px;
	text-align: left;
}

#contents strong{
	color: #ffffff;
}


#contents ul{
	list-style: none;
	margin-top: 20px;
}

img.photo{
	width: 420px;
	margin: auto 35px auto 50px;
	float: right;
}


#contents dl{
	width: 460px;
	float: left;
	margin-left: 26px;
	margin-bottom: 20px;
}

#contents dl dt{
	font-weight: bold;
	text-align: left;
	color: #ffffff;
	margin-top: 10px;
	margin-left: 400 px;
}

#contents dl dd{
	text-align: left;
	border-bottom: 1px dotted #333333;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #777777;
	margin-top: 10px;
}