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

body {
	margin:0;
	padding:0;
	background:url(../images/body_bg.gif) repeat-x;
	color:#666666;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
UL,
LI {
	margin:0;
	padding:0;
	list-style:none;
}
IMG {
	border:0;
}
H1 {
	margin:0;
	padding:14px 0 0 0;
}
H2 {
	margin:0;
	padding:0;
	height:27px;
	font-size:10px;
	line-height:27px;
	font-weight:normal;
	float:left;
}
H3,
H4 {
	margin:0;
	padding:0;
}
A:link {
	color:#0066cc;
	text-decoration:none;
}
A:visited {
	color:#0066cc;
	text-decoration:none;
}
A:active {
	color:#0066cc;
	text-decoration:none;
}
A:hover {
	color:#0066cc;
	text-decoration:underline;
}
.clear {
	clear:both;
}

#all {
	width:880px;
	margin:0 auto;
	padding:0 0 17px 0;
}
/* 共通　ヘッダー部分 */
#header {
	height:90px;
}
#headerLogo {
	width:70px;
	margin:2px 0 0 0;
	padding:0;
	float:right;
}
/* 共通　メニュー部分 */
#menu {
	width:810px;
	margin:36px 0 0 0;
	float:left;
}
#menu UL LI {
	margin:0 14px 0 0;
	padding:0 16px 0 0;
	border-right:1px #CCCCCC solid;
	float:left;
}
#menu UL LI.menuLast {
	border:none;
}
/* 共通　コンテンツ部分 */
#contImgArea {
	padding:12px 0 18px 0;
	width:880px;
}

#contents {
	margin:0;
	padding:0;
	background:url(../images/cont_bg.gif) repeat-y top left;
	width:880px;
}

#contents #leftArea {
	margin:0;
	padding:0 20px 0 0;
	width:160px;
	float:left;
}

#contents #rightArea {
	margin:0;
	padding:0;
	width:670px;
	float:right;
}

#contents #rightArea H4.recruitH4 {
	color:#0066B2;
	font-size:16px;
	line-height:24px;
	text-indent:8px;
	padding:0;
	margin:0 0 35px 0;
	border-left:5px #0066B2 solid;
	border-bottom:1px #0066B2 dashed;
}
#contents #rightArea H5.recruitH5 {
	color:#0066B2;
	font-size:12px;
	padding:0;
	margin:0 0 5px 0;
	line-height:16px;
	text-indent:8px;
	border-left:5px #CCCCCC solid;
}
#contents #rightArea P {
	font-size:12px;
	line-height:150%;
	margin:0;
	padding:0 0 20px 0;
}
#contents #rightArea #notRecruit {
	border:1px #CCCCCC solid;
	padding:50px;
	margin:0 0 350px 0;
}
#contents #rightArea #notRecruit P {
	margin:0;
	padding:0;
	font-size:14px;
	text-align:center;
}

#contents #rightArea #outlineBg {
	/*background:url(images/outline_photo.gif) no-repeat top right;*/
	margin:0 0 30px 0;
}
#contents #rightArea TABLE {
width:550px;	
}
#contents #rightArea TABLE TH {
	text-align:left;
	width:100px;
	padding:10px 0 10px 8px;
	font-size:12px;
	vertical-align:top;
	font-weight:normal;
}
#contents #rightArea TABLE TH.cellTh01 {
	background-color:#F6F6F6;
}
#contents #rightArea TABLE TH.cellTh02 {
	background-color:#EBEBEB;
}
#contents #rightArea TABLE TD {
	font-size:12px;
	padding:10px 0 10px 8px;
}

/* 共通　フッター部分 */
#footer {
	width:100%;
	height:25px;
	padding:37px 0 0 0;
	background:url(../images/footer_bg.gif) repeat-x;
}
#footer #footerMenu {
	width:880px;
	margin:0 auto;
	padding:0;
}
#footer #footerMenu UL LI {
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	border-right:1px #CCCCCC solid;
	float:left;
}
#footer #footerMenu UL LI.footermenuLast {
	border:none;
}

