/* CSS Document */

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

#main_box {
	float: right;
	height: 1350px;
	width: 790px;
	padding-left: 4px;
}
#main_box01 {
	height: 60px;
	width: 790px;
}
#main_box01-1 {
	height: 40px;
	width: 790px;
	float: left;
}
#main_box01-2 {
	height: 10px;
	width: 790px;
	float: left;
}
#main_box02 {
	height: 50px;
	width: 790px;
}
#main_box03 {
	height: 150px;
	width: 790px;
	padding-top: 20px;
}
#main_box03-1 {
	height: 150px;
	width: 255px;
	padding-left: 20px;
	float: left;
}
#main_box03-2 {
	height: 50px;
	width: 80px;
	float: left;
}
#main_box03-3 {
	height: 50px;
	width: 400px;
	float: left;
	line-height: 18px;
}
#main_box04 {
	height: 245px;
	width: 770px;
	padding-top: 20px;
	padding-left: 20px;
	line-height: 18px;
}
#main_box04-1 {
	height: auto;
	width: 750px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 15px;
}
#main_box04-2 {
	height: auto;
	width: 450px;
	padding-left: 20px;
	line-height: 18px;
	padding-bottom: 15px;
}
#main_box05 {
	height: 180px;
	width: 770px;
	padding-top: 10px;
	padding-left: 20px;
	line-height: 18px;
}


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;
}
