﻿@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;
	text-align:center; /*for IE5*/
}

#container{
	width:810px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	text-align:left; /*for IE5*/
	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 h2.description{
	font-size:83%;
	color:#999999;
	text-align:right;
	position:absolute;
	left: 96px;
	top: 2px;
	width: 681px;
	height: 15px;
}
#header p.description{
	font-size:83%;
	color:#999999;
	text-align:right;
	position:absolute;
	left: 96px;
	top: 2px;
	width: 681px;
	height: 15px;
}
#header p.sisyaname{
	font-size:20px;
	font-weight:bold;
	color:#0f228b;
	font-weight:bold;
	line-height:1.5em;
	float:left;
}
#header h1{
	font-size:20px;
	font-weight:bold;
	color:#0f228b;
	font-weight:bold;
	line-height:1.5em;
	float:left;
}
#header h1 a{
	color:#0f228b;
	text-decoration:none;	
}
#header h1 a:hover{
	text-decoration:underline;	
}

#header p.sisyaname a{
	color:#0f228b;
	text-decoration:none;	
}
#header p.sisyaname a:hover{
	text-decoration:underline;	
}


#header p.address{
	float:right;
	font-size:83%;
	margin-top:10px;
	font-style:normal;	
}
#header p.address{
	float:right;
	font-size:83%;
	margin-top:10px;
	font-style:normal;	
}
#navi{
	margin:0 11px;
	background:url(../images/navi-bg.gif) no-repeat;
	clear:both;
	height:45px;
}
#navi ul{
	padding:4px;
}
#navi ul li{
	float:left;
	height:37px;
}
#navi ul li a{
	display:block;
	height:37px;
}
#navi ul li.price a{
	width:110px;
	background:url(../images/navi-price.gif) no-repeat left top;
}
#navi ul li.branch a{
	width:110px;
	background:url(../images/navi-branch.gif) no-repeat left top;
}
#navi ul li.sos a{
	width:150px;
	background:url(../images/navi-sos.gif) no-repeat left top;
}
#navi ul li.service a{
	width:110px;
	background:url(../images/navi-service.gif) no-repeat left top;
}
#navi ul li.faq a{
	width:150px;
	background:url(../images/navi-faq.gif) no-repeat left top;
}
#navi ul li.home a{
	width:150px;
	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{
	margin:0 15px;
	zoom: 100%;
}
#contents:after{
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
#footnavi{
	margin:15px;
	clear:both;
	font-size:83%;
	text-align:center;
}
#footer{
	margin:0 15px;
	background:url(../images/footer-bg.gif) repeat-x;
	height:33px;
	position:relative;
}
#footer p.copy{
	float:right;
	font-size:83%;
	text-align:right;
	position:absolute;
	left: 450px;
	top: 8px;
	width: 327px;
	height: 17px;
	
}
.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:17px
}
#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;
}


/**/
