@charset "utf-8";
/* CSS Document */

@import "init.css";
@import "base_layout.css";

/*ナビゲーションのボーダー*/
/*コンテンツ領域*/
div#main{
	padding:0 0 0 20px;
	}

/*ページ見出し pp.html*/
h2#pp{
	width:100%;
	height:50px;
	background:url(../other/img/h2_pp.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
div#main h3{
	width:100%;
	height:20px;
	background:url(../other/img/h3_pp.gif) no-repeat 0 6px;
	margin:20px 0 0 -20px;
	text-indent:20px;
	font-weight:bold;
	}

/*ページ見出し recruit.html*/
h2#recruit{
	width:100%;
	height:50px;
	background:url(../other/img/h2_recruit.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
div#main #g1_area ,div#main #g2_area{
	background-color:#4765A3;
	width:160px;
	height:178px;
	padding:30px;
	float:left;
	margin:30px 20px 30px 0;
	}
div#main h3#g1{
	width:100%;
	height:35px;
	background:url(../other/img/h3_g3.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 15px 0;
	}
div#main h3#g2{
	width:100%;
	height:35px;
	background:url(../other/img/h3_g4.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 15px 0;
	}
div#main #g1_area li a , div#main #g2_area li a{
	background:url(../other/img/h3_g_icon.gif) no-repeat 0 5px;
	padding-left:15px;
	margin-bottom:10px;
	display:block;
	}
div#main #g1_area li a:hover , div#main #g2_area li a:hover{
	font-weight:bold;
	}
div#main h3#g5{
	clear:both;
	width:100%;
	height:35px;
	background:url(../other/img/h3_g5.gif) no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 -20px;
	}


div#main h3#m{
	width:100%;
	height:35px;
	background:url(../other/img/h3_m.gif) no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 -20px;
	}

#main table{
	border-collapse:collapse;
	border-top:1px solid #FFFFFF;
	}
#main table.lasttable{
	margin:0 0 60px 0;
	}
	
#main table#g2_info{
	width:100%;
	}
#main table th{
	background:#748EC2;
	padding:3px 0 3px 10px;
	width:170px;
	border-bottom:1px solid #FFFFFF;
	margin:1px 0 1px 0;
	vertical-align:top;
	font-weight:bold;
	}
#main table td{
	padding:3px 10px 3px 10px;
	border-bottom:1px solid #FFFFFF;
	}
td dl{
	margin:0 0 10px 0;
	}

td dt{
	display:inline;
	margin:0 10px 0 0;
	white-space:nowrap;
	font-weight:bold;
	}
td dd{
	display:inline;
	margin:0 0 0 0;
}

/*各エントリーボタン*/
span#eExplain{
	color:#FFFFFF;
}
span#eExplain a{
	display:block;
	padding:10px;
	margin-top:15px;	
	font-weight:bold;
	text-decoration:none;
	background-color:#234385;
	border:#FFFFFF solid 1px;
}
span#eExplain a{
	width:200px;
}

/*ページ見出し tou.html*/
h2#tou{
	width:100%;
	height:50px;
	background:url(../other/img/h2_tou.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}

dl.items{
	margin:0 0 0 20px;
	}
dl.items dt{
	display:inline;
	white-space:nowrap;
	margin:0 10px 0 0;
	}

dl.items dd{
	display:inline;
	white-space:nowrap;
	}

dl.plugin{
	margin:0 0 10px;
	}
dl.plugin dt{
	width:120px;
	float:left;
	}
dl.plugin dd a{
	line-height:1.05;
	}




/*ページ見出し contact.html*/
h2#contact{
	width:543px;
	height:50px;
	background:url(../other/img/h2_contact.gif) no-repeat;
	text-indent:-9999px;
	margin:0 0 0 -20px;
	}
ul#formitems li{
	width:543px;
	margin:0 0 10px 0;
	}	
ul#formitems li label{
	display:block;
	float:left;
	width:160px;
	}
label{
	display:block;
	margin:0 0 10px 0;
	}
textarea#cons{
	width:500px;
	height:200px;
	margin:0 0 20px 0;
	}
input.sbmt{
	background:#003366;
	margin:0 10px 0 0;
	padding:1px 2px 1px 2px;
	border:1px solid #FFF;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	}
span.required{
	color:#F00;
	font-weight:bold;
	}

