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


/*- 回り込み解除 -*/
.clear {
	clear: left;
	margin: 0px;
	padding: 0px;
}

/*- 区切り線（デザイン上は見えない） -*/
hr.none {
	display: none;	
}

/*- 全体設定 -*/
body {
	background-color: #E3EAF0;
	color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}


/**********************************************************/
/*メニュー                                                */
/**********************************************************/
/*- メニュー表示設定１ -*/
#header ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/*- メニュー表示設定２ -*/
#header ul li {
	float: left;
}

/*- メニュー（文字） -*/
#header h1, #header h2, #header h3, #header h4, #header h5 {
	display: none;
	margin: 0px;
	padding: 0px;
}

/*- メニュー領域 -*/
#header #menu {
	width: 800px;
	position: relative;
}

/*- メニューリンク -*/
#header #menu a {
	display : block ;
	background-repeat : no-repeat ;
	height: 100%;
	width : 100%;
}

/*- メニュー：背景 -*/
#header #menu #menuBar01 {
	height: 37px;
	float: left;
	width: 411px;
	background-image: url(../img/top/b/bar_01.gif);
}

/*- メニュー：会社案内 -*/
#header #menu ul #menuBar02 {
	height: 37px;
	width: 88px;
}
#header #menu #menuBar02 a {
	background-image: url(../img/top/b/bar_02.gif);
}
#header #menu #menuBar02 a:hover {
	background-image: url(../img/top/b/bar_on_02.gif);
}

/*- メニュー：採用情報 -*/
#header #menu ul #menuBar03 {
	height: 37px;
	width: 91px;
}
#header #menu #menuBar03 a {
	background-image: url(../img/top/b/bar_03.gif);
}
#header #menu #menuBar03 a:hover {
	background-image: url(../img/top/b/bar_on_03.gif);
}

/*- メニュー：メールでの問い合わせ -*/
#header #menu ul #menuBar04 {
	height: 37px;
	width: 210px;
}
#header #menu #menuBar04 a {
	background-image: url(../img/top/b/bar_04.gif);
}
#header #menu #menuBar04 a:hover {
	background-image: url(../img/top/b/bar_on_04.gif);
}
/**********************************************************/


/*- 表示内容設定 -*/
#container {
	background-color: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

/*- サブタイトル -*/
#mainContent #content .subTitle {
	padding-bottom: 20px;
	padding-left: 24px;
}
#mainContent #content .ConceptContent2Title {
	width: 699px;
	margin: auto;
	padding-top: 20px;
}
#mainContent #content .ConceptContent2 {
	width: 616px;
	margin: auto;
}

/*- フッター領域 -*/
#footer {
	background-color: #707070;
	height: 16px;
	vertical-align: middle;
	text-align: center;
}

/*- コピーライト -*/
#footer #copyright {
	font-size: 9px;
	color: #FFFFFF;
	height: 16px;
	line-height: 16px;
}
