#contents h2{
	margin-top: 30px;
	margin-bottom: 10px;
	height: 40px;
	width: 900px;
	background-image: url(../images/h2_bg.png);
	text-indent: -9999px;
}
#contents .itemBox{
	margin-bottom: 50px;
}

#contents .itemBox .itemBoxLeft{
	margin-left: 30px;
	width: 200px;
	float: left;
}
#contents .itemBox .itemBoxRight{
	margin-left: 50px;
	width: 550px;
	float: left;
}

#contents .itemBox .itemBoxRight h3{
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #000000;
	background-image: url(../../images/line_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
#contents .itemBox .itemBoxRight h4{
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	line-height: 2em;
}
#contents .itemBox .itemBoxRight p{
	margin-top: 10px;
	color: #666666;
	line-height: 1.6em;
}
#contents .itemBox .itemBoxRight p.shop{
	font-weight: bold;
}
