#contents h2{
	margin-top: 5px;
	width: 700px;
	height:20px;
	line-height:20px;
	background-image: url(../images/title_detail.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#contents h3{
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 15px;
	line-height:20px;
	text-indent:10px;
	background-image: url(../../images/h3_bg.png);
	background-repeat: no-repeat;
	color: #736853;
}
#contents h4{
	margin-top: 15px;
	margin-left: 50px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: 15px;
	line-height:20px;
	text-indent:20px;
	background-image: url(../../images/h4_bg.png);
	background-repeat: no-repeat;
	color: #736853;
}
*html #contents h4{
	background-image: url(../../images/h4_bg.gif);
}


#contents h5{
	margin-top: 5px;
	margin-left: 70px;
	margin-right: 10px;
	font-size: 13px;
	font-weight: normal;
	line-height:20px;
	text-indent:20px;
	background-image: url(../../images/h5_bg.png);
	background-repeat: no-repeat;
	color: #000000;
}

*html #contents h5{
	background-image: url(../../images/h5_bg.gif);
}

#contents dl{
	margin-left: 100px;
	width: 500px;
}
#contents dl dt{
	font-size: 12px;
	line-height:20px;
	color: #333333;
	width: 190px;
	float: left;
}
#contents dl dd{
	font-size: 12px;
	line-height:20px;
	color: #333333;
	width: 300px;
	float: left;
}
#contents p{
	font-size: 12px;
	line-height:20px;
	color: #333333;
	text-indent: 50px;
}
