/* CSS Document */

/* トップメイン */
#title_box {
	height: 20px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 20px;
	padding-top: 5px;
}
#main {
	height: 1395px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#main_box {
	float: right;
	height: 1395px;
	width: 790px;
	padding-left: 4px;
}
#main_box01 {
	height: 50px;
	width: 790px;
}
#main_box02 {
	height: 60px;
	width: 770px;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 18px;
	font-size: 14px;
}
#main_box03-0 {
	height: 100px;
	width: 300px;
	padding-top: 10px;
	padding-left: 490px;
	background-image: url(../img/color/bg_img_1-01.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#main_box03 {
	height: 550px;
	width: 770px;
	padding-top: 90px;
	padding-left: 20px;
	background-image: url(../img/color/bg_img_1-01.jpg);
	background-repeat: no-repeat;
	background-position: right -110px;
}
#main_box03-1 {
	height: auto;
	width: 750px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 15px;
}






table.price{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
	empty-cells:show;
	width: 750px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-left-color: #666;
	margin-bottom: 15px;
	text-align: center;
}
.price th{
	color:#666;
	background-color:#F9F9F9;
	text-align:center;
	white-space: nowrap;
	padding: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
}
.price td{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 5px;
}
