﻿@charset "UTF-8";
/* リセット */
body, h1, h2, h3, h4, h5, h6, a, p,
address, ul, ol, li, dl, dt, dd, 
table, caption, th, td, img{
margin: 0;
padding: 0;
border: none;
font-style: normal;
font-size: 100%;
font-weight: normal;
text-align: left;
text-decoration: none;
list-style:none; 
}
html{
margin: 0;
padding: 0;
}
body{
font-size:80%;
color:#444444;
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
line-height:1.8;
}
table { 
border-collapse:collapse; 
border-spacing:0;
margin-bottom:10px;
width:100%
}
tr{
}
th{
vertical-align:top;
text-align:left;
padding:0.5em;
font-weight:bold;
border-bottom:#CCCCCC 1px solid;
}
td{
vertical-align:top;
text-align:left;
padding:0.5em;
border-bottom:#CCCCCC 1px solid;
}
img {
vertical-align: bottom;
}
dl{
}
dt{
float:left;
font-weight:bold;
padding:6px 0;
width:110px;
}
dd{
padding:6px 0 6px 110px;
border-bottom:1px solid #CCCCCC;
}
/* link=========================================*/
a {
color: #1D3994;
text-decoration: none;
outline: none;
}
a:hover {
color: #1D3994;
text-decoration: underline;
}
/* tag=========================================*/
strong{
color:#236287;
}
/* class=========================================*/
.right{
text-align:right;
}
.center{
text-align:center;
}
.price{
font-weight:bold;
color:#FF6600;
}
.small{
font-size:85%;
}
.star{
color:#CC0000;
font-weight:bold;
}
/* clears=========================================*/
.hidden {
display: none;
}
.clearfix {
clear: both;
display:inline-table;
}
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {min-height: 1px;}
* html .clearfix {height: 1px;z
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* HIDE IEmac-5 ＼*/
* html .clearfix {height:1%;}
*+html .clearfix {height:1%;}
.clearfix {display:block;}

/*=========================================*/

/*ヘッダ=================================*/
#header{
width:100%;
height:auto;
background:url(../img/hBg.gif) repeat-x bottom left;
}
#header2{
position:relative;
width:780px;
height:140px;
margin:0 auto;
}
p#headerComment{
color:#000033;
font-size:12px;
}
h1{
text-indent:-9999px;
overflow:hidden;
}
h1 a{
display:block;
width:244px; height:38px;
background:url(../img/logo01_off.gif) no-repeat;
}
img#tel{
position:absolute;
top:18px;
right:0px;
}
ul#gNav{
position:absolute;
bottom:10px;
left:0px;
width:780px;
height:43px;
}
ul#gNav li{
float:left;
}
ul#sNav{position:absolute;
bottom:62px;
right:0px;
width:auto;
height:20px;
}
ul#sNav li{
float:left;
}
/*コンテナ=================================*/
#container{
width:780px;
height:auto;
margin:0 auto;
}
ul#bnList{
clear:both;
}
ul#bnList li{
float:left;
margin-right:6px;
display:inline;
}
/*フッタ=================================*/
p#fNav{
text-align:center;
font-size:11px;
padding:10px 0;
clear:both;
}
#footer{
width:100%;
height:auto;
background-color:#e3e1e1;
}
#footer2{
width:780px;
height:30px;
margin:0 auto;
padding:10px 0;
position:relative;
}
#footer2 h2{
text-indent:-9999px;
background:url(../img/logo02.gif) no-repeat;;
}
#footer2 address{
position:absolute;
top:12px;
left:160px;
}
a#backTop{
position:absolute;
top:10px;
right:0px;
}
p#copyright{
text-align:center;
font-size:10px;
color:#999999;
padding:10px 0;
}

hr.recruit {
	border: none;
	border-bottom: 2px dotted #2D71B6;
	margin: 10px auto;
}

