/* CSS Document */

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

#main_box {
	float: right;
	height: 1065px;
	width: 790px;
	padding-left: 4px;
}
#main_box01 {
	height: 50px;
	width: 790px;
}
#main_box02 {
	height: 190px;
	width: 690px;
	padding-top: 10px;
	background-image: url(../img/faq/bg_01.jpg);
	background-repeat: no-repeat;
	line-height: 30px;
	padding-left: 100px;
}
#main_box03 {
	height: 650px;
	width: 790px;
	padding-top: 10px;
}






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