@charset "UTF-8";

/*-----------------------------------------
共通指定
-----------------------------------------*/

*{
	margin:0;
	padding:0;
	outline:none;
	}

html img{
	vertical-align:middle;
	border:none;
	}	

body{
	letter-spacing:normal;
	font-size: small;
	font-family: verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 1.7;
	background-color:#ffffff;
	background:url(../images/bg_body.jpg) repeat-x;
	margin-bottom:40px;
	color:#333333;
	}

* + html body {
	font-family: "メイリオ","Meiryo";
	font-size:75%;
	}
	
a{
	color:#041dac;
	}	

a:hover{
	text-decoration:underline;
	color:#F90;
	}

.hidetext{
	text-indent:-9999px;
	display:none;
	}

strong{
	color:#FF0000;
	}	

.mar_l{
	margin-left:31px;
	}
	
/*-----------------------------------------
フォントの指定
-----------------------------------------*/
	
.red{
	color:#FF0000;
	}
.bold {
	font-weight: bold;
	}		

/*-----------------------------------------
clearfixの指定
-----------------------------------------*/

.clearfix:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix{
	display:inline-block;
	position:relative;
	}

/* Hides from IE-mac ¥*/
* html .clearfix{
	height:1%;
	}

.clearfix{
	display:block;
	}
/* End hide from IE-mac */


/*-----------------------------------------
枠
-----------------------------------------*/

#wrapper{
	position:relative;
	margin:0 auto;
	width:920px;
	height:auto;
	}

/*-----------------------------------------
ヘッダー
-----------------------------------------*/

#header{
	position:relative;
	width:910px;
	height:125px;
	background:url(../images/bg_header.jpg) no-repeat;
	}

h1{
	position:absolute;
	width:297px;
	font-size:10px;
	font-weight:normal;
	color:#666666;
	left: 611px;
	top: 15px;
	text-align:right;
	}	

p#logo{
	position:absolute;
	width:116px;
	left: 10px;
	top: 28px;
	height: 52px;
	}

p#read{
	position:absolute;
	font-size:11px;
	color:#666666;
	top: 51px;
	left: 135px;
	letter-spacing:2px;
	}	
		
#tel{
	position:absolute;
	left: 493px;
	top: 43px;
	}
		
/*-----------------------------------------
ヘッダーメニュー
-----------------------------------------*/

#gnav{
	position:absolute;
	width:902px;
	height:35px;
	top: 89px;
	left: 8px;
	}

#gnav img{
	vertical-align:top;
	}	
	
#gnav ul,#header_nav ul{
	list-style:none;
	}	
	
#gnav li,#header_nav li{
	float:left;
	}	

#top_bt{
	position:absolute;
	left: 700px;
	top: 44px;
	}	
	
/*-----------------------------------------
メイン
-----------------------------------------*/

#main{
	position:relative;
	width:910px;
	height:auto;
	margin:20px 0 0 10px;
	}

#pan ul{
	list-style:none;
	}

#pan li{
	float:left;
	padding-right:2px;
	}

#pan a{
	color:#000000;
	}

#pan a:hover{
	color:#F90;
	}	
	
h2{
	margin:9px 0 25px 0;
	}				

h3{
	margin:0 0 25px 31px;
	}

h4{
	margin-bottom:15px;
	}

p.inner{
	margin:0 50px 10px 31px;
	font-size:12px;
	}

.bar{
	width:822px;
	height:30px;
	font-size:16px;
	color:#041dac;
	background: url(../images/bg_bar.jpg) no-repeat;
	margin-left:31px;
	margin-bottom:12px;
	padding:1px 0 0 15px;
	font-weight:bold;
	}	

#return{
	text-align:right;
	margin-right:10px;
	margin-top:20px;
	}	
						
/*-----------------------------------------
フッター
-----------------------------------------*/

#footer{
	position:relative;
	width:900px;
	margin-top:35px;
	}	

#navibottom{
	width:900px;
	height:auto;
	background-color:#e8e9e9;
	margin:23px 0 0 10px;
	}	
	
#navibottom ul{
	height:24px;
	list-style:none;
	margin-left:180px;
	padding-top:13px;
	padding-bottom:8px;
	}

#navibottom li{
	float:left;
	margin-right:30px;
	font-size:11px;
	color:#041dac;
	}
			
.footer_nav{
	width:900px;
	height:auto;
	margin-left:10px;
	font-size:11px;
	}

.footer_nav a{
	text-decoration:none;
	color:#666666;
	}
	
.footer_nav a:hover{
	color:#F90;
	text-decoration:underline;
	}
		
.footer_nav ul{
	list-style:none;
	height:auto;
	}	
	
.footer_nav li{
	float:left;
	list-style:none;
	background:url(../images/mark.gif) no-repeat;
	background-position:center left;
	padding-left:10px;
	margin-right:7px;
	}

address{
	position:absolute;
	width:332px;
	height:21px;
	background:url(../images/copy.gif) no-repeat;
	left: 578px;
	top: 2px;
	text-indent:-9999px;
	}

address img{
	vertical-align:top;
	}

span.logo{
	position:absolute;
	left: 879px;
	top: 1px;
	z-index:2;
	}	

#footerline{
	width:auto;
	background:url(../images/bg_footer.jpg) repeat-x;
	background-position:top;
	margin-top:-40px;
	}

/*-----------------------------------------
ドロップダウンメニュー
-----------------------------------------*/

.dropdown {
	position:absolute;
	width:150px;
	height:auto;
	left: 158px;
	top: 89px;
	z-index:4;
	}

.dropdown img{
	vertical-align:top;
	}	

.dropdown dt{
	width:150px;
	font-weight:bold;
	cursor:pointer;
	}
			
.dropdown dd{
	overflow:hidden;
	width:150px;
	display:none;
	background:#fff;
	z-index:200;
	opacity:0;
	margin-top:2px;
	margin-left:1px;
	}
	
.dropdown ul{
	width:150px;
	list-style:none;
	}
	
.dropdown li{
	display:inline;
	margin:0;
	padding:0;
	height:auto;
	}

.dropdown li img{
	vertical-align:top;
	}	
			
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	width:150px;
	}
		
				
/*-----------------------------------------
印刷設定
-----------------------------------------*/

@media print{

body{
	width:auto;
	}

* body {
	_zoom: 70%;
	}	

#gnav{
	width:105%;
	}		
	
}

