@charset "utf-8";



/*----- reset standard style -----------------------------------------------*/

body {
	font-size:75%;
	margin: 0px;
	padding: 0px;
}
img{
	border:none;
	vertical-align:bottom;
}
h1,h2,h3,h4,h5,h6,blockquote{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}
ul,li,dl,dt,dd,p{
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
	list-style:none;
}

/*
font-size chart
9px  =  75%
10px =  83%
12px = 100%
14px = 116%
16px = 133%
*/

/*----- common style -----------------------------------------------*/

body {
	background:url(../images/body-bg.gif) repeat-x center top;
	line-height:1.5em;
}

#container{
	width:810px;
	height:100%;
	margin:0 auto;
	background-image: url(../images/conteiner-bg2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#container div.inner{
	height:100%;
	background: url(../images/container-bg.gif) no-repeat center top;
}

#header{
	margin:0 15px;
	position:relative;
}

#header-temp{
	margin:0 15px;
	position:relative;
}

#header-temp p.main{
	position:absolute;
	font-size:105%;
	color:#174792;
	line-height:1.3;
	left:200px;
	top:35px;
}

#header-temp p span.top{
	margin:0;
	padding:0;
	font-size:110%;
}

#header-temp p .down{
	font-size:180%;
	font-weight:bold;
}

#header-temp p.description{
	position:absolute;
	font-size:90%;
	color:#17479e;
	text-align:right;
	line-height:1em;
	left: 8px;
	top: 6px;
}

#navi-index{
	margin:0 11px;
	background:url(../images/navi-bg_index.gif) no-repeat;
	clear:both;
	height:48px;
}
#navi-index ul{
	padding:3px 4px 5px 4px;
}
#navi-index ul li{
	float:left;
	height:40px;
}
#navi-index ul li a{
	display:block;
	height:40px;
}
#navi-index ul li.price a{
	width:84px;
	background:url(../images/navi-price.gif) no-repeat left top;
}
#navi-index ul li.branch a{
	width:143px;
	background:url(../images/navi-branch.gif) no-repeat left top;
}
#navi-index ul li.area a{
	width:136px;
	background:url(../images/navi-sos.gif) no-repeat left top;
}
#navi-index ul li.service a{
	width:100px;
	background:url(../images/navi-service.gif) no-repeat left top;
}
#navi-index ul li.faq a{
	width:160px;
	background:url(../images/navi-faq.gif) no-repeat left top;
}
#navi-index ul li.home a{
	width:157px;
	background:url(../images/navi-home.gif) no-repeat left top;
}
#navi-index ul li a:hover{
	background-position:left bottom;
}
#navi-index ul li span{
	display:none
}
#navi{
	margin:0 11px;
	background:url(../images/navi-bg.gif) no-repeat;
	clear:both;
	height:48px;
}
#navi ul{
	padding:3px 4px 5px 4px;
}
#navi ul li{
	float:left;
	height:40px;
}
#navi ul li a{
	display:block;
	height:40px;
}
#navi ul li.price a{
	width:84px;
	background:url(../images/navi-price.gif) no-repeat left top;
}
#navi ul li.branch a{
	width:143px;
	background:url(../images/navi-branch.gif) no-repeat left top;
}
#navi ul li.area a{
	width:136px;
	background:url(../images/navi-sos.gif) no-repeat left top;
}
#navi ul li.service a{
	width:100px;
	background:url(../images/navi-service.gif) no-repeat left top;
}
#navi ul li.faq a{
	width:160px;
	background:url(../images/navi-faq.gif) no-repeat left top;
}
#navi ul li.home a{
	width:157px;
	background:url(../images/navi-home.gif) no-repeat left top;
}
#navi ul li a:hover{
	background-position:left bottom;
}
#navi ul li span{
	display:none
}
#contents{
	clear:both;
	margin:0 15px;
}

#footnavi{
	margin:0 15px;
	clear:both;
	font-size:83%;
	text-align:center;
	margin:15px 0;
}
#footer{
	margin:0 15px;
	position:relative;
	height:37px;
}
#footer p.copy{
	position:absolute;
	font-size:83%;
	text-align:right;
	left: 447px;
	top: 12px;
	width: 327px;
}
.clear{
	clear:both;
}
/*-----#sub sub page only  -----------------------------------------------*/
#sub #contents{
	margin-bottom:40px;
}
	/*for IE6*/
	#sub .sitemap#contents{
	margin-bottom:180px;
	}
#sub #contents h2{
	margin-bottom:0px
}
#sub #contents table.blue{
	background:#FFFFFF;
	border-spacing:3px;
	border:1px solid #bbbbbb;
	font-size:100%;
}
#sub #contents table.blue th{

	background:#d6e2f7;
	padding:5px 8px;
	text-align:left;
	color:#666666;

}
#sub #contents table.blue td{
	background:#ebf1fb;
	padding:5px 8px ;
	text-align:left;
	color:#666666;
}


/**/

