@charset "utf-8";

#contents{
	line-height:1.5em;
}

#contents #branchbody{
	padding:20px 40px 20px 40px;
	border-left:1px solid #E7E7E7;
	border-right:1px solid #E7E7E7;
}

#contents h4{
	clear:both;
	font-size:medium;
	font-weight:bold;
	color:#3366CC;
}
#contents p{
	margin:1em;
}
#contents h5{
	font-size:medium;
	font-weight:bold;
	padding:3px 3px 3px 10px;
	background-color:#F5F5F5;
	background-image:url(img/dot_line_3px.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-left:4px solid #CC0000;
	margin-top:30px;
	margin-bottom:30px;
}
#contents h5.first{
	margin-top:0px;
}

#contents h6{
	line-height:1em;
	padding-top:13px;
	padding-left:30px;
	height:20px;
	font-size:small;
	font-weight:bold;
	background-image:url(img/h6_bg.jpg);
	background-repeat:repeat-x;
	border-bottom:1px solid #EAF1F4;
	margin:1em;
	margin-top:2em;
}
#contents #btns.branch{
	margin-top:100px;
}


/*about*/

table#searchtable{
	line-height:1em;
	margin-left:1em;
	margin-right:1em;
	border-collapse:collapse;
}
table#searchtable th{
	vertical-align:top;
	font-weight:bold;
	width:8em;
	padding:1em 1em 1em 0;
	background-image:url(img/dot_line_3px.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFEC;
}
table#searchtable td{
	width:11em;
	vertical-align:top;
	padding:1em 1em 1em 0;
	background-image:url(img/dot_line_3px.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFEC;
}
table#searchtable td span{
	font-size:x-small;
	color:#FF0000;
}
table#searchtable th#serachtablettl{
	line-height:1em;
	padding:5px;
	background-color:#FF6666;
	color:#FFFFFF;
	font-weight:bold;
	width:46em;
	margin-left:1em;
	text-align:left;
	color:#FFFFFF;
}

#contents ul.searchlist{
	list-style-type:disc;
	padding-left:3em;
}
#contents ul.searchlist li{
	list-style-type:disc;
	line-height:1.2em;
}
ol,
ol li{
	list-style-type:decimal;
}
ol{
	margin-left:4em;
}



/*qa*/
div.qa{
	width:800px;
	margin:1em auto 1em auto;
}

div.qa div.body{
	padding:0px;
	background-color:#FEFEF5;
	border-right:#E6E6E6 1px solid;
	border-left:#E6E6E6 1px solid;
}

div.upbtn{
	text-align:right;
	padding-right:5px;
	margin:0 0 -20px 750px;
	position:relative
}
div.qa div.body div.question{
	font-weight:bold;
	font-size:medium;
	padding:10px 10px 10px 40px;
	background-image:url(img/qabox_mark_q.gif);
	background-position:10px 6px;
	background-repeat:no-repeat;
	border-bottom:1px dotted #CCCCCC;
/*	margin-right:50px;*/
}
div.qa div.body div.answer{
	padding:10px 10px 10px 40px;
	background-image:url(img/qabox_mark_a.gif);
	background-position:13px 10px;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
div#qlist{
	width:650px;
	margin:10px auto 10px auto;
}
div#qlist dl{
	width:45%;
	float:left;
	line-height:1.2em;
}
div#qlist dt{
	font-weight:bold;
	padding:5px 0 5px 0;
}
div#qlist dd{
	padding-left:10px;
	background-image:url(img/mark_red.jpg);
	background-repeat:no-repeat;
	background-position:0 7px;
}

/*price*/
table#pricetable{
	width:80%;
	border-collapse:collapse;
	border-top:1px solid #DDDDDD;
	border-left:1px solid #DDDDDD;
	margin:0 15px 0 15px;
}
table#pricetable tr th{
	padding:5px;
	background-color:#F2F2F2;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
table#pricetable tr.head th{
	padding:5px;
	background-color:#EAEAEA;
	font-weight:bold;
}
table#pricetable tr td{
	padding:5px;
	border-bottom:1px solid #DDDDDD;
	border-right:1px solid #DDDDDD;
}
dl.pricetext{
	margin-left:20px;
	font-size:x-small;
	line-height:1.2em;
	margin-top:5px;
	margin-bottom:30px;
}
dl.pricetext dd{
	margin-left:1em;
}
ul.pricetext{
	margin-left:20px;
	margin-top:-1em;
}


/*policy*/
#contents dl.policytext dt{
	margin-left:1em;
	font-size:medium;
	background-image:url(img/dot_line_3px.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#contents dl.policytext dd{
	margin:0.5em 1em 0.5em 3em;
}

#contents ul.policytext{
	margin-left:3em;
}

#contents ul.policytext li{
	list-style-type:disc;

}

/*news*/
#branchbody #news{
	width:100%;
}
#branchbody #news .body{
	background:none;

}

