@charset "utf-8";
#wrapper {
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	background-image: url(../img/top_bg2b.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 130px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	width: 780px;
	clear: both;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #4D4D4D;
}
.title
{
	margin-top: 15px;
	margin-bottom: 10px;
}
.prod
{
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	text-align: left;
}
.img_hr01 {
	height: 34px;
	width: 348px;
	text-align: center;
	display: block;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
.img_hr02 {
	height: 34px;
	width: 348px;
	text-align: center;
	display: block;
	margin-left: auto;
	clear: both;
	margin-bottom: 30px;
	padding-top: 20px;
	margin-right: auto;
}
.prod p {
	width: 710px;
}
.prod_img {
	float: left;
	display: inline;
}
#main dl,#main ul{
	float: right;
	width: 370px;
	display: inline;
}
#main dt {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 20px;
}
#main dd,#main li {
	margin-top: 10px;
}

