@charset "utf-8";
/* CSS Document */

#content{
	width:900px;
	height:auto;
	overflow:hidden;
	position:relative;
	}
	
#content #banner{
	width:900px;
	height:163px;
	overflow:hidden;
	clear:both;
	position:relative;
	}
	
#content #submenu{
	width:609px;
	height:42px;
	overflow:hidden;
	margin:0 auto;
	position:absolute;
	left: 145px;
	top: 0px;
	}
	
#content #submenu ul{
	margin:0;
	padding:0;
	}

#content #submenu ul li{
	width:187px;
	height:42px;
	padding:0 8px;
	float:left;
	}

#content #main{
	width:900px;
	height:auto;
	overflow:hidden;
	clear:both;
	}
	
#content #main .left{
	width:170px;
	height:auto;
	float:left;
	padding:24px 32px 0 40px;
	}
	
#content #main .left .menu{
	margin:0;
	padding:0;
	}
	
#content #main .left .menu ul{
	margin:0;
	padding:0;
	}
	
#content #main .left .menu ul li{
	width:170px;
	height:35px;
	overflow:hidden;
	clear:both;
	margin:0 0 6px 0;
	}

#content #main .left .menu ul li.song{
	height:62px;
	}

#content #main .center{
	width:507px;
	height:auto;
	float:left;
	padding:22px 0 0 0;
	}
	
#content #main .bigcenter{
	width:658px;
	height:auto;
	float:left;
	padding:22px 0 0 0;
	}
	
#content #main .bigcenter.padno{
	width:657px;
	height:auto;
	float:left;
	padding:0;
	} 
	
#content #main .inforcenter{
	width:657px;
	height:auto;
	float:left;
	padding:0;
	margin:0;
	position:relative;
	}

#content #main .inforcenter .adver{
	width:290px;
	height:auto;
	overflow:hidden;
	float:right;
	margin:12px 10px 0 0;
	position:absolute;
	left: 351px;
	top: 285px;
	z-index:20;
	}
	
#content #main .inforcenter .adver ul{
	margin:0;
	padding:0;
	}
	
#content #main .inforcenter .adver ul li{
	width:auto;
	height:auto;
	float:left;
	}

#content #main .right{
	width:130px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
	}
	
#content #main .right_infor{
	width:137px;
	height:auto;
	float:right;
	margin:10px 10px 0 0;
	padding:0;
	position:relative;
	}
	
#content #main .right_infor .infor{
	padding: 0 10px 0 0;
	}
	
#content #main .right_infor .scroll{
	position:absolute;
	top:20px;
	right:0px;
	}

#content #main .right .infor{
	position:absolute;
	top:20px;
	}
	
#content #main .right .infor2{
	position:absolute;
	top:20px;
	right:10px;
	}
	
#content #main .right_infor3{
	width:110px;
	height:auto;
	float:right;
	margin:0;
	padding:0;
	position:relative;
	}
#content #main .right_infor3 .scroll{
	position:absolute;
	top:0px;
	right:0px;
	}

#tips{
	width:900px;
	height:auto;
	clear:both;
	margin:5px 0 0 0;
     }

#tips .icon{
	float:left;
	width:63px;
	height:49px;
	margin:0 0 0 30px;
	}
#tips .pagetop{
	float:right;
	width:30px;
	height:30px;
	padding:19px 45px 0 0;
	}
#infor_tips{
	width:100px;
	height:auto;
	margin:5px 0 0 0;
     }

#infor_tips .icon{
	float:left;
	width:63px;
	height:49px;
	margin:0 0 0 30px;
	}	

#subfoot{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
/*	background: #ABCD05;*/	
	background:url(../images/sub_foot_bg.gif) no-repeat #ABCD05;
	clear:both;
	}

#subfoot2{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
/*	background: #ABCD05;*/	
	background:url(../images/other_foot_bg.gif) no-repeat #CACACA;
	clear:both;
	}

#subfoot2.chae{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
/*	background: #ABCD05;*/	
	background:url(../images/other_foot_bg2.gif) no-repeat #CACACA;
	clear:both;
	}

#subfoot .nav,
#subfoot2 .nav{
	width:300px;
/*	height:22px;*/
/*	overflow:hidden;*/
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	
#subfoot .nav ul,
#subfoot2 .nav ul{
	margin:0;
	padding:0;
	}
	
#subfoot .nav ul li,
#subfoot2 .nav ul li{
/*	width:7.5em;
	width: 120px;*/
	height: 1.8em;	
/*	height:auto;*/
	float:left;
	margin: 0 10px 0 0;	
	border-left:1px solid #fff100;
	}
	
#subfoot .nav ul li a,
#subfoot2 .nav ul li a{
	font-size:58%;
	color:#FFF;
/*	height:22px;*/
	display:block;
	padding:5px 6px 0 3px;
	text-decoration:none;
	}
	
#subfoot .nav ul li a:hover,
#subfoot2 .nav ul li a:hover{
	color:#fff100;
	}

#subfoot .copyright,
#subfoot2 .copyright{
	width:900px;
	height: 2.1em;
/*	height:50px;*/
/*	overflow:hidden;*/
	text-align:right;
	/*font-size:.5em;*/
	font-size:50%;
	float:right;
	color:#fff;
	margin: 0;
	padding: 0 5px 0 0;
/*	margin:46px 5px 0 0;*/
	line-height:16px;
	background: #06903A;
	border-top: #FFE40E 5px solid;
	}
.txt{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#595757;
	line-height:22px;
	padding:10px 0;
	}
.Fotsmall{
	font-size:80%;
	}
.txt2{
	text-align:right;
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#595757;
	line-height:22px;
	padding:10px 0;
	}
	
.txt3{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:70%;
	color:#595757;
	line-height:22px;
	padding:5px 0;
	}
	
.txt4{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:90%;
	color:#595757;
	line-height:22px;
	}
	
.txt5{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#7e501c;
	line-height:22px;
	padding:10px 0;
	}
.txt6{
	width:429px;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#612a16;
	line-height:22px;
	padding:1px 0;
	}
.txt7{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#6a3b0d;
	line-height:20px;
	padding:5px 0;
	}
.txt8{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:65%;
	color:#6a3b0d;
	line-height:18px;
	padding:5px 0;
	}	
	
.txt9{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:75%;
	color:#00903B;
	line-height:22px;
	padding:5px 0;
	}	
	
.txt10{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:70%;
	color:#6a3b0d;
	line-height:18px;
	padding:0;
	}	
	
.txt11{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:80%;
	color:#595757;
	line-height:22px;
	padding:5px 0;
	}	

.kendai_txt{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:100%;
	font-weight:bold;
	color:#EA5F00;
	line-height:22px;
	margin: 0 0 10px 0;
	}

.Right_Images{
	margin:10px 0;
	float:right;
	clear:both;
	}
	
.Left_Images{
	margin:10px 0;
	float:left;
	clear:both;
	}
/*
.Line{
	margin:30px 0;
	width:auto;
	height:1px;
	background:#82c79b;
	clear:both;
	overflow:hidden;
	}
	
.Line2{
	margin:10px 0;
	width:485px;
	height:2px;
	background:#e1e1e1;
	clear:both;
	overflow:hidden;
	}
*/
	
.Title{
	width:auto;
	/*height:30px;*/
	overflow:hidden;
	font-size:100%;
	color:#00903B;
	font-weight:bold;
	line-height:140%;
	}

.Title2{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:90%;
	color:#00903B;
	font-weight:bold;
	line-height:20px;
	padding:20px 0 0 0;
	}
	
.Title3{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:100%;
	color:#00903B;
	font-weight:bold;
	line-height:24px;
	padding:20px 0 5px 0;
	}
	
.Title4{
	width:auto;
	height:auto;
	overflow:hidden;
	font-size:1.1em;
	color:#ed6d00;
	font-weight:bold;
	line-height:30px;
	}	
	
.Title5{
	width:auto;
	height:30px;
	overflow:hidden;
	font-size:100%;
	color:#ed6e03;
	font-weight:bold;
	line-height:30px;
	}	

.Title6{
	width:auto;
	height:30px;
	overflow:hidden;
	font-size:100%;
	color:#00903B;
	font-weight:bold;
	line-height:30px;
	margin: 10px 0 0 0;
	}
	
.Pink{
	color:#ea6199;
	}
.Orange{
	color:#ef6c00;
	}
	
.Green{
	color:#aacf06;
	}
/* CSS other */	
	
#container #otherhead{
	width:900px;
	height:62px;
	overflow:hidden;
	background:#a0a0a0;
	}
	
#container #otherhead .logo{
	width:220px;
	height:36px;
	overflow:hidden;
	float:left;
	margin:16px 0 0 22px;
	}
	
#container #otherhead #menu{
	width:auto;
	height:20px;
	overflow:hidden;
	float:right;
	}
	
#container #otherhead #menu ul{
	margin:0;
	padding:0 8px 0 0;
	}
	
#container #otherhead #menu ul li{
	width:auto;
	height:auto;
	float:left;
	border-left:1px solid #fff100;
	}
	
#container #otherhead #menu ul li a{
	font-size:.6em;
	color:#FFF;
	display:block;
	padding:6px 12px 0 3px;
	text-decoration:none;
	line-height:18px;
	}
	
#container #otherhead #menu ul li a:hover{
	color:#fff100;
	}

#otherfoot{
	width:900px;
	height:62px;
	overflow:hidden;
	background:url(../images/other_foot_bg.gif) no-repeat;
	clear:both;
	}
	
#otherfoot.chae{
	width:900px;
	height:62px;
	overflow:hidden;
	background:url(../images/other_foot_bg2.gif) no-repeat;
	clear:both;
	}

#otherfoot .nav{
	width:300px;
/*	height:22px;*/
/*	overflow:hidden;*/
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	margin: 0 0 30px 0;
	}
	
#otherfoot .nav ul{
	margin:0;
	padding:0;
	}
	
#otherfoot .nav ul li{
/*	width:7.5em;
	width: 120px;*/
	height: 1.8em;	
/*	height:auto;*/
	float:left;
	margin: 0 10px 0 0;	
	border-left:1px solid #fff100;
	}
	
#otherfoot .nav ul li a{
	font-size:58%;
	color:#FFF;
/*	height:22px;*/
	display:block;
	padding:5px 6px 0 3px;
	text-decoration:none;
	}
	
#otherfoot .nav ul li a:hover{
	color:#fff100;
	}

#otherfoot .copyright{
	width:900px;
	height: 2.1em;
/*	height:50px;*/
/*	overflow:hidden;*/
	text-align:right;
	/*font-size:.5em;*/
	font-size:50%;
	float:right;
	color:#fff;
	margin: 0;
	padding: 0 5px 0 0;
/*	margin:46px 5px 0 0;*/
	line-height:16px;
	background: #06903A;
	border-top: #FFE40E 5px solid;
	}

.indisitem{
	color: #FF0000;
	font-size: 80%;
}

.formitem{
	background: #EFEFEF;
	font-size: 90%;
	padding: 5px;
}

/* CSS information */	
#container #inforhead{
	width:900px;
	height:62px;
	overflow:hidden;
	background:#ed6d00;
	}
	
#container #inforhead .logo{
	width:220px;
	height:36px;
	overflow:hidden;
	float:left;
	margin:16px 0 0 22px;
	}
	
#container #inforhead #menu{
	width:auto;
/*	height:20px;*/
	overflow:hidden;
	float:right;
	}
	
#container #inforhead #menu ul{
	margin:0;
	padding:0 8px 0 0;
	}
	
#container #inforhead #menu ul li{
	width:auto;
	height:auto;
	float:left;
	border-left:1px solid #fff100;
	}
	
#container #inforhead #menu ul li a{
	font-size:.6em;
	color:#FFF;
	display:block;
	padding:6px 12px 0 3px;
	text-decoration:none;
	line-height:18px;
	}
	
#container #inforhead #menu ul li a:hover{
	color:#fff100;
	}

#inforfoot{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
	background:url(../images/infor_foot_bg.jpg) no-repeat #F6AB00;
	clear:both;
	}

#inforfoot .nav{
	width:300px;
/*	height:22px;*/
/*	overflow:hidden;*/
/*	float:left;*/
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	
#inforfoot .nav ul{
	margin:0;
	padding:0;
	}
	
#inforfoot .nav ul li{
/*	width:7.5em;
	width: 120px;*/
	height: 1.8em;	
/*	height:auto;*/
	float:left;
	margin: 0 10px 0 0;	
	border-left:1px solid #fff100;
	}
	
#inforfoot .nav ul li a{
	font-size:58%;
	color:#FFF;
/*	height:22px;*/
	display:block;
	padding:0 6px 10px 3px;
	text-decoration:none;
	}
	
#inforfoot .nav ul li a:hover{
	color:#fff100;
	}

#inforfoot .copyright{
	width:900px;
	height: 2.1em;
/*	height:50px;*/
/*	overflow:hidden;*/
	text-align:right;
	/*font-size:.5em;*/
	font-size:50%;
	float:right;
	color:#fff;
	margin: 0;
	padding: 0 5px 0 0;
/*	margin:46px 5px 0 0;*/
	line-height:16px;
	background: #06903A;
	border-top: #FFE40E 5px solid;
	}
	
#top_inforfoot{
	width:900px;
/*	height:62px;*/
	overflow:hidden;
	background:url(../images/infor_top_foot_bg.jpg) no-repeat #F6AB00;
	clear:both;
	}

#top_inforfoot .nav{
	width:300px;
/*	height:22px;*/
/*	overflow:hidden;*/
/*	float:left;*/
	padding-top: 40px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 18px;
	}
	
#top_inforfoot .nav ul{
	margin:0;
	padding:0;
	}
	
#top_inforfoot .nav ul li{
/*	width:7.5em;
	width: 120px;*/
	height: 1.8em;	
/*	height:auto;*/
	float:left;
	margin: 0 10px 0 0;	
	border-left:1px solid #fff100;
	}
	
#top_inforfoot .nav ul li a{
	font-size:58%;
	color:#FFF;
/*	height:22px;*/
	display:block;
	padding:0 6px 10px 3px;
	text-decoration:none;
	}
	
#top_inforfoot .nav ul li a:hover{
	color:#fff100;
	}

#top_inforfoot .copyright{
	width:900px;
	height: 2.1em;
/*	height:50px;*/
/*	overflow:hidden;*/
	text-align:right;
	/*font-size:.5em;*/
	font-size:50%;
	float:right;
	color:#fff;
	margin: 0;
	padding: 0 5px 0 0;
/*	margin:46px 5px 0 0;*/
	line-height:16px;
	background: #06903A;
	border-top: #FFE40E 5px solid;
	}
	
.pl_15{
	padding:0 0 0 15px;
	}
	
.pl_20{
	padding:0 0 0 20px;
	}
.ml_30{
	margin:0 0 0 30px;
	}

.pt_10{
	padding:10px 0 0 0;
	}
.pt_5{
	padding:5px 0 0 0;
	}

.pt_20{
	padding:20px 0 0 0;
	}
	
.pt_22{
	padding:22px 0 0 0;
	}
	
.wid_658{
	width:658px;
	}
#content #rec_subnav{
	margin:0;
	width:164px;
	height:97px;
	position:absolute;
	top:106px;
	left:392px;
	z-index:20;
	}
#content #rec_subnav1{
	margin:0;
	position:absolute;
	top:163px;
	left:252px;
	z-index:20;
	}
#content #rec_subnav2{
	margin:0;
	position:absolute;
	top:163px;
	left:556px;
	z-index:20;
	}
#content #rec_subnav3{
	margin:0;
	position:absolute;
	top:293px;
	left:490px;
	z-index:10;
	}
#content #rec_subnav4{
	margin:0;
	position:absolute;
	top:323px;
	left:282px;
	z-index:20;
	}
#content #main .submain_bg{
	width:440px;
	height:337px;
	background:url(../recruit/images/infor_main_img.jpg);}
	
.comment_top{
	font-size: 90%;
}

.formitem_2{
	font-size: 90%;
}

/* 2014.10 追加 */
.margin_bottom10 {margin-bottom:10px !important;}
.margin_right0 {margin-right:0 !important;}

/* -----------------------------------------------------------
 clearfix
----------------------------------------------------------- */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	font-size:0.1%;
	line-height:0.1;
	clear:both;
	visibility:hidden;
}
*:first-child+html .clearfix {
	min-height:1%;
}
* html .clearfix {
	height:1%;
}

