/* CSS Document */

*{margin:0;
  padding:0;}

body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

img{
	border:0;}


/* 基本構造 */
#container{
	margin:0 auto;
	}

#container_h{
	background:url(img/bg.gif) repeat-y top center;
	clear:both;
	padding-bottom:15px;}

#header{
	width:880px;
	margin:0 auto; }

#header_t{
	color:white;
	
	font-size:10pt;
	text-align:right;
	padding:10px 10px 5px 0;}

#header_t a{
	color:white;
	text-decoration:none;}

#header_t a:hover{
	text-decoration:underline;}



#header_l{
	float:left;
	width:570px;
}

#header_l .top_pict{
	text-align:right;}
#header_l p{
	color:white;
	font-size:9pt;
	padding:5px 10px 0 0;}
	
#header_l .top_logo{
	text-align:center;
	}

#header_l a:hover img, #contents a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
	zoom:1;}

#header_r{
	float:left;
	color:white;
	font-size:10pt;
	width:290px;
	text-align:left;
	padding-top:200px;
	padding-left:20px
	}

#header_r a{
	color:white;
	text-decoration:none;}

#header_r a:hover{
	text-decoration:underline;}

#navi{
		}


#navi .allbtn img {
	border-left:1px solid #D67913;
	border-bottom:1px solid #D67913;}


#h_f{
	clear:both;}

#contents{
	width:850px;
	margin:0 auto;
	clear:both;
	}
		
#left{
	float:left;
	width:400px;
	padding:35px 15px 10px 0 ;}
	
#main{
	float:left;
	width:415px;
	margin-top:25px;
	padding:5px 0 20px 15px;
	border-left: dashed 1px #666666;}

#footer{
	clear:both;
	margin:0 auto;
	width:850px;
	overflow: hidden; 
	position: relative;
	zoom:1; 
	font-size:9pt;
	padding:20px 0 15px;
	color:#726914;}

#footer_l{
	width:350px;
	float:left;
	margin-top:1.5em;}

#footer_r{
	width:500px;
	float:right;
	text-align:right;}



/* トップページ詳細 */
p{
	font-size:10pt;
	line-height:1.5em;}
	
#contents a{
	color:black;}

#contents a:hover{
	color:#D67913}

	
/* トップページ-左カラム */

.top_new{
	border-left:5px solid #F4D485;
	background:#F7EED1;
	}
	
.top_new ul{
	padding:8px 8px 8px 4px;}
.top_new li{
	list-style-type:none;
	background:url(img/li_new.gif) no-repeat;
	padding-left:10px;
	margin: 0  10px;
	font-size:10pt;
	line-height:1.5em;
}
.right{
	text-align:right;
	padding: 0 10px 8px 0;}
	
.top_rec{
	border:1px solid black;
	margin:15px 3px;}

.top_rec h3{
	border-bottom:1px solid black;}

.top_rec p{
	padding:8px 5px 8px 15px;}
	

.bana{
	text-align:center;
	}

.bana img{
	border:1px solid black}
	
/*  トップページ右カラム  */

#main h3{
	font-size:12pt;
	background:url(img/h3_left.gif) no-repeat left;
	padding: 5px 0 6px 25px;
	border-bottom:2px solid #D67913;
	margin-bottom:8px;}
	
#main li , .newswaku li{
	list-style-type:none;
	background:url(img/li_left.gif) no-repeat left top;
	padding:4px 0 3px 18px;
	margin-bottom:5px;
	font-size:10pt;
	line-height:1.3em;}
	
.date{
	font-size:9pt;
	text-align:right;
	padding:5px 8px 2px 0;
	color:black;
	clear:both;}

.line{
	border-bottom: dashed 1px #C87D03;}
	
	
	
/*追加*/
#header,
#header_t{
	position: relative:
}
.header-recruit-btn{
	position: absolute;
	width: 860px;
	top:50px;
}