/* CSS Document */

body {
	margin: 0px;
	font-size: 12px;
	height: 18px;
	padding-top: 2px;
}
h1 {
	font-size: 12px;
	margin: 0px;
	color: #FFF;
	font-weight: normal;
}
h2 {
	margin: 0px;
	letter-spacing: 10px;
}
h3 {
	margin: 0px;
}
p {
	margin: 0px;
}
blockquote {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 30px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF6600;
	text-decoration: none;
}
img {
	border: none;
}


/* トップメイン */
#title_box {
	height: 16px;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #D6F1D6;
	padding-top: 4px;
	padding-right: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #558742;
}
#end_box {
	height: 16px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 20px;
	padding-right: 10px;
}
#title_box_01 {
	height: 16px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	background-color: #39F;
	padding-top: 4px;
	padding-right: 10px;
}
#end_box_01 {
	height: 16px;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	padding-top: 100px;
	padding-right: 10px;
}
#main_box01 {
	height: auto;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #558742;
	line-height: 18px;
	font-size: 14px;
}
#main_box02 {
	width: 740px;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 20px;
	font-size: 12px;
}
#main_box03 {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}

.q_box {
	background-image: url(../img/faq/q.jpg);
	height: 40px;
	width: 680px;
	padding-left: 80px;
	background-repeat: no-repeat;
	padding-top: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #EF0000;
	margin-bottom: 20px;
}
.a_box {
	background-image: url(../img/faq/a.jpg);
	height: auto;
	width: 680px;
	padding-left: 80px;
	background-repeat: no-repeat;
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #000095;
	margin-bottom: 20px;
}
.sub_title_box {
	height: 25px;
	width: 740px;
	padding-top: 10px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 15px;
	font-weight: bold;
	color: #030;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #558742;
	background-color: #D6F1D6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #558742;
}
.marker {
	font-size: 14px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	height: 20px;
	padding-top: 2px;
	font-weight: bold;
	color: #666;
	border-left-color: #39F;
	border-left-width: 10px;
	border-left-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #39F;
}
table.price{
	border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
	empty-cells:show;
	width: 100%;
	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;
}
.price th{
	color:#666;
	background-color:#F9F9F9;
	text-align:right;
	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;
	width: 150px;
}
.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;
	text-align: left;
}
.font_red {
	color: #F30;
}
