/*-------------------------------------------------------------------------*/
/*--共通-------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

*{
	margin:0;
	padding:0;
	}
html {overflow-y: scroll;}
body{
	background:#C2E7F3 url(../common/bg.gif) repeat;
	color:#333;
	font-family:Verdana, Osaka, "ＭＳ Ｐゴシック", sans-serif;
	font-size:85%;
	text-align:center;
	}

img{
	 border:0;
	 }

.wrapper{
	width:762px;
	margin:0 auto;
	background-color:#FFF;
	}

.bg{
	background:#FFF url(../common/subnavi_bg.gif) repeat-y 10px 0;
	}

#header{
	float:left;
	height:70px;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	background:transparent url(../common/header_bg.jpg) repeat-x;
	}

html>/**/body #header{ /*for safari,opera*/
	width:760px;
	}

#header h1{
	display:inline;
	float:left;
	width:153px;
	margin:23px 0 0 14px;
	}

#header p.in{
	display:inline;
	float:left;
	width:153px;
	margin:23px 0 0 14px;
	}


#header p{
	display:inline;
	float:right;
	clear:right;
	width:190px;
	margin:14px 10px 0 0;
	}

ul#navi{
	list-style-type:none;
	float:left;
	border-left:1px #FFF solid;
	border-right:1px #FFF solid;
	border-bottom:1px #FFF solid;
	text-align:left;
	}

#navi li{
	display:inline;
	float:left;
	height:60px;
	}

#navi img{
	vertical-align:top;
	}
.notfound{
	clear:both;
	padding:30px;
	text-align:left;
}
.notfound p{
	font-size:13px;
	color:#333;
	line-height:1.8;
}
.notfound h2{
	font-size:18px;
	color:#156FC4;
	border-left:5px solid #156FC4;
	border-bottom:1px solid #156FC4;
	padding-left:6px;
	margin-bottom:0.6em;
}
.pankuz{
	padding-bottom:10px;
	font-size:smaller;
	}

* html .pankuz{
	font-size:xx-small;
	}


a:link{
	color:#E37823;
	text-decoration:none;
	}

a:visited{
	color:#355288;
	text-decoration:none;
	}

a:hover{
	color:#0D9CE5;
	text-decoration:underline;
	}

.pagetop{
	clear:both;
	height:27px;
	padding-left:602px;
	}

.em{
	color:#BA2360;
	font-weight:bold;
	}

.center{
	text-align:center;
	}
	
	.left{
	text-align:left;
	}
	
.kuhaku10{
	margin-top:10px;
	}

.recruit_syuryo{
	color:red;
	}

/*-------------------------------------------------------------------------*/
/*--トップ-----------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

.top{
	clear:both;
	min-height:200px;
	margin:0 1px;
	background:#4DA1F8 url(../images/topimage.jpg) no-repeat;
	}

* html .top{
 	height:200px;/*IEのみ適用*/
 	}


.top p{
	padding:20px 455px 0 20px;
	font-size:14px;
	text-align:left;
	line-height:1.5;
}

#topnews{
	width:740px;
	margin:20px auto 0 auto;
	padding-bottom:10px;
	background:transparent url(../images/info_bgtop.jpg) 0 37px repeat-x;
	text-align:left;
	}

#topnews h2{
	clear:both;
	height:37px;
	}

#topnews dl{
	padding:10px 0;
	border-left:1px #E5E5E5 solid;
	border-right:1px #E5E5E5 solid;
	border-bottom:1px #E5E5E5 solid;
	background:transparent url(../images/news_bg.gif) center bottom no-repeat;
	line-height:1.5;
	}

#topnews dt{
 clear:both;
	float:left;
	padding:8px 9px;
	color:#00478B;
	font-size:0.8em;
	font-weight:bold;
	}

#topnews dd{
	padding:8px 0 8px 9px;
	}

#topnews img{
	vertical-align:middle;
	}

/*回り込み対策*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */


/*-------------------------------------------------------------------------*/
/*--フッター---------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

#footer{
	}

#footer ul{
	float:left;
	width:762px;
	margin-top:1px;
	background-color:#E3F4F9;
	font-size:smaller;
	text-align:left;
	}

* html #footer ul{
	font-size:xx-small;
	margin-top:1px;
	}

#footer li{
	display:inline;
	float:left;
	margin-left:10px;
	padding:5px 10px 5px 8px;
	background:transparent url(../common/arrow_sub.gif) no-repeat left center;
	}
 
 address{
	clear:both;
	padding:10px;
	background-color:#FFF;
 	font:normal xx-small Verdana;
 	}


/*-------------------------------------------------------------------------*/
/*--下層ページ-------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

#container{
	float:left;
	padding:20px 10px;
	background:transparent url(../common/con_bg.jpg) repeat-x 0 0;
	text-align:left;
	}

#subnavi{
	float:left;
	clear:both;
	width:180px;
	margin-right:10px;
	}

#subnavi ul{
	list-style-type:none;
	border-top:5px #0D9CE5 solid;
	border-bottom:5px #0D9CE5 solid;
	background-color:#E3F4F9;
	}

#subnavi li{
	padding:10px 5px 10px 15px;
	border-bottom:1px #FFF solid;
	background:#E3F4F9 url(../common/arrow_sub.gif) no-repeat 5px 1.2em;
	}

#subnavi li span{
	font-size:0.8em;
	}

#subnavi h1{
	height:65px;
	}

#main {
	float:right;
	width:550px;
	}

#main h2{
	padding:10px 0 5px 10px;
	background:#FFF url(../common/title_bg.jpg) no-repeat 0 0;
	font-size:1.2em;
	}

#main table{
	border:none;
	border-collapse:collapse;
	width:510px;
	margin-bottom:40px;
	}

#main th{
	width:150px;
	}


#main th,#main td{
	padding:8px;
	border-bottom:1px #CCC solid;
	font-size:1em;
	text-align:left;
	line-height:1.5;
	vertical-align:top;
	}

* html #main caption,
* html #main th,
* html #main td{
	font-size:smaller;
	}

#main dl{
	padding:20px;
	}

#main dt{
	padding:5px 0;
	}

#main dd{
	padding:5px 0;
	border-bottom:1px #E6E6E6 dashed;
	}

#main .index{
	display:inline;/*for IE*/
	float:left;
	width:245px;
	margin-left:20px;
	padding:20px 0;
	border-bottom:1px #F4F4F4 solid;
	line-height:1.5;
	}

#main .index h3{
	margin-bottom:5px;
	padding-left:10px;
	min-height:2em;
	border-top:3px #E3F4F9 solid;
	border-bottom:3px #E3F4F9 double;
	background-color:#EDF8FB;
	line-height:2em;
	}

#main .index span{
	font-size:0.8em;
	}

#main .index h3 a:link{
	color:#E37823;
	text-decoration:none;
	}

#main .index h3 a:visited{
	text-decoration:none;
	}

#main .index h3 a:hover{
	text-decoration:underline;
	}

#main .index p{
	display:block;
	/*\*/
	overflow:auto;
	/**/
	}

#main #contents{
	padding:20px;
	line-height:1.6;
	}

#main #contents p{
	padding-bottom:10px;
	}

#main #contents h3{
	clear:both;
	margin:30px 0 10px 0;
	padding:0 5px;
	border-bottom:3px #CCC dotted;
	color:#09F;
	font-size:1.4em;
	}

#main #contents dl{
	padding:0;
	}

#main #contents dt{
	padding:5px;
	background-color:#EDF8FB;
	color:#0F3277;
	font-size:1.2em;
	font-weight:bold;
	}

#main #contents dd{
	border:none;
	padding-bottom:20px;
	}

#main #contents ul{
	list-style-type:disc;
	margin-left:1em;
	}

#main #contents h4{
	margin:30px 0 10px 0;
	padding:0 10px;
	border-left:5px #09F solid;
	color:#09F;
	}


#main #contents table.tbl1 caption{
	padding:8px;
	border-top:3px #0AA5E6 solid;
	border-bottom:1px #CCC solid;
	background-color:#F5F5F5;
	color:#113272;
	font-weight:bold;
	text-align:left;
	}

#main #contents table.tbl1 th{
	background-color:#E6E6E6;
	}

#main #contents table.tbl1 td{
	background-color:#F5F5F5;
	}
	
#main #contents table.tbl1 #FreeDial{
	border-left:solid 1px #CCCCCC;
	text-align:center;
	vertical-align:middle;
	}
	
#main #contents table.tbl1 .koumoku{
	padding:8px;
	border-top:3px #0AA5E6 solid;
	background-color:#F5F5F5;
	color:#113272;
	font-weight:bold;
	}
	
#main #contents table.tbl1 .koumoku td{
 border-left:1px #CCC solid;
 text-align:center;
 }
	
#main #contents table.tbl1 .addresstable{
	width:100px;
	border:1px #CCC solid;
	background-color:#E6E6E6;
	font-weight:bold;
	}
	
#main #contents table.tbl1 .teltable{
	border-left:solid 1px #CCCCCC;
	text-align:center;
	}
	

#main #contents table.tbl2 th{
	width:220px;
	border:1px #CCC solid;
	background-color:#E6E6E6;
	}

#main #contents table.tbl2 td{
	border:1px #CCC solid;
	background-color:#F5F5F5;
	}

#main #contents table.tbl2 th span{
	color:#09F;
	font-size:1.2em;
	font-weight:bold;
	}

.fleft{
	float:left;
	width:206px;
	}

.fleft img{
	border:3px #CCC double;
	}

.fright{
	float:right;
	clear:right;
	width:294px;
	height:122px;
	line-height:122px;
	}

.homepage{
	margin-bottom:10px;
	padding:10px;
	border:1px #CCC solid;
	}

.date{
	text-align:right;
	}

#main .data{
	border:1px #CCC solid;
	}

#main .data th{
	background-color:#F4F4F4;
	}

#main .data td{
	background-color:#FFF;
	}

#main .data span{
	color:#C00;
	}
	
.leaskin_img{
	margin:0;
	padding:0;
	width:510px;
	vertical-align:bottom;
	}

.leaskin_img img{
	margin:0;
	padding:0;
	vertical-align:bottom;
	}

/*-------------------------------------------------------------------------*/
/*--#Uniform---------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
#Uniform #uniCost ul.sentence{
	width:280px;
	float:left;
	margin:0 7px 5px 0;
	padding:0 0 0 15px;
	text-align:left;
	}
	
#Uniform #uniCost p.pict{
	float:right;
	width:200px;
	}	

#Uniform .sectionA p.sentence{
	float:left;
	margin:0 10px 0 0;
	width:300px;
	}

#Uniform .sectionA p.pict{
	float:right;
	width:200px;
	}
	
#Uniform #uniCost:after,
#Uniform .sectionA:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

#Uniform #uniCost,
#Uniform .sectionA {display:inline-table;}

#Uniform #uniCost,
#Uniform .sectionA {zoom:100%;}

/*-------------------------------------------------------------------------*/
/*--MT部分-----------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

#entry-subnavi{
	float:left;
	clear:both;
	width:180px;
	margin-right:10px;
	}

#entry-subnavi ul{
	list-style-type:none;
	border-bottom:5px #0D9CE5 solid;
	background-color:#E3F4F9;
	}

#entry-subnavi li{
	padding:10px 5px 10px 15px;
	border-bottom:1px #FFF solid;
	background:#E3F4F9 url(../common/arrow_sub.gif) no-repeat 5px 1.2em;
	}

#entry-subnavi li span{
	font-size:0.8em;
	}

#entry-subnavi h1{
	height:65px;
	border-bottom:5px #0D9CE5 solid;
	}

#entry-subnavi p{
	padding:10px 0 0 0;
	}

#entry-subnavi p.center{
	font-size:smaller;
	}

* html #entry-subnavi p.center{
	font-size:xx-small;
	}

#entry-subnavi h2{
	margin-top:20px;
	padding:5px 0 5px 10px;
	background:#0D9CE5 url(../common/entrybg.jpg) no-repeat 0 0;
	color:#FFF;
	font-size:0.8em;
	}

div.entry{
	margin-bottom:30px;
	padding:10px;
	line-height:1.5;
	}

div.entry p{
	padding-bottom:10px;
	}

#main dl.entry{
	margin:10px 0;
	padding:0;
	}

#main dl.entry dt{
	width:100px;
	padding:0;
	line-height:2.0em;
	}

#main dl.entry dd{
	margin-left:110px;
	margin-top:-2.0em;
	padding:0;
	line-height:2.0em;
	}

.archive{
	padding:5px 10px;
	border-left:5px #0D9CE5 solid;
	font-size:1.0em;
	}
	
/*-------------------------------------------------------------------------*/
/*-- COCO -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/

#main .cocoimg {
	width: 540px; /* 全体の横幅 */
	height: 220px;
	margin-bottom:0.8em;
}

#main .cocoimg ul {
	width: 548px;
	_width:540px;
	margin-right: -8px;
	height: 220px;
	list-style-type: none;
}

#main .cocoimg ul li {
	float: left;
	width: 265px;
	height: 220px;
	margin-right: 8px; /* 写真間の余白 */
}

#main .cocoimg ul li.last {
	margin-right:0;
}

#main .clear{clear:both;}

/* for modern brouser */
#main .cocoimg :after {
        content: ".";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
}
#main .cocoimg  {
        display: inline-block;
}
/* Hides from IE-mac \*/
* html #main .cocoimg  {
        height: 1%;
}
#main .cocoimg  {
        display: block;
}
/* End hide from IE-mac */
