﻿@charset "UTF-8";

*{
	padding: 0px;
	margin: 0px;
}

h2{
	width: 900px;
	height: 300px;
}

h3{
	padding: 34px 0px 0px 73px;
	height: 30px;
	background-color: #fff;
	font-size: 19px;
	font-weight: bold;
	color: #57e;
}

#content{
	height: 1158px;
	background-color: #fff;
}

.box_head{
	background-image: url('../../images/product.jpg');
	background-repeat: no-repeat;
	width :310px;
	height: 27px;
	margin-left: 10px;
}

.main{
	padding: 0px 10px 0px 4px; 
	width: 886px;
}

.main dl{
	clear: left;
	width :892px;
	height: 275px;
}

.box_contents{
	float: left;
}

.main dt{
	width :223px;
	height: 225px;
}

.main dd{
	width: 223px;
	height: 50px;
	font-size: 16px;
	text-align: center;
}

.start{
	width : 886px;
	height: 20px;
	line-height: 0px;
	margin-bottom: 15px;
}

.s_box{
	clear: both;
	width: 886px;
}

.s_box_d{
	float: left;
	padding: 10px 10px 20px 70px;
	width: 90px;
	height: 19px;
}

.s_box_l{
	float: left;
	width: 450px;
	padding: 10px 10px 20px 0px;
}

.s_box_r{
	float: right;
	height: 19px;
	width: 144px;
	padding: 10px 50px 30px 0px;
	font-size: 14px;
	font-weight: bold;
}

.s_box_r a{
	text-decoration: none;
}

.s_box_r img{
	width: 44px;
	height: 19px;
	padding-bottom: 0px;
}

.end{
	width : 886px;
	height: 11px;
	padding-top: 100px;
	padding-bottom: 165px;

}

