@charset "shift_jis";

* {
	margin:0;
	padding:0;
	text-decoration:none;
	line-height:1.5;
	font-size:100%;
	font-style:normal;
}

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	_font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #E6E6E6;
	color: #000000;
}

*:first-child+html body {
	font-family: Meiryo, "メイリオ", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

html, body {
	height: 100%;
}

img {
	border: none;
	vertical-align: bottom;
}

hr {
	width: 450px;
	height: 1px;
	border: none;
	border-top: 1px #cccccc solid;
	text-align: center;
	margin: 15px 0 15px 0;
}


#wrapper {
	_height: 100%;
	min-height: 100%;
	margin: 0 auto;
	width: 900px;
	background-color: #E6E6E6;
	position: relative;
	padding: 0px;
	text-align: center;
}
body > #wrapper {
	height: auto;
}
#container {
	width: 868px;
	height: 683px;
	background: #E6E6E6 url(../img/back.gif) no-repeat center top;
	margin-top: 30px;
	padding-top: 35px;
}

#contents {
	width: 840px;
	height: 610px;
	background-color: #FFFFFF;
	margin: 0px 14px 0px 14px;
}


/* header
***************************************************************** */

#contents #header {
	width: 840px;
	height: 70px;
	background: #00496C url(../img/header.jpg) no-repeat center top;
}


/* menu
***************************************************************** */


#menu {
	width: 840px;
	height: 25px;
	margin: 0px;
}

#menu ul {
	_height: 1%;
	min-height: 1%;
}

#menu li {
	vertical-align: top;
	list-style: none;
	float: left;
}

#menu li a {
	display: block;
	width: 168px;
	height: 25px;
	-moz-outline-style: none;
	overflow: hidden;
}
#menu li.top a {
	background: url(../img/menu/top_on.jpg) no-repeat 0 0;
}
#menu li.word a {
	background: url(../img/menu/word_on.jpg) no-repeat 0 0;
}
#menu li.business a {
	background: url(../img/menu/business_on.jpg) no-repeat 0 0;
}
#menu li.outline a {
	background: url(../img/menu/outline_on.jpg) no-repeat 0 0;
}
#menu li.recruit a {
	background: url(../img/menu/recruit_on.jpg) no-repeat 0 0;
}

#menu li a:hover {
	text-indent: -9999px;
}

#menu ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
}


/* contact
***************************************************************** */

#contact {
	width: 370px;
	height: 135px;
	background-color: #FFFFFF;
	border: 2px #007A9F solid;
	margin: 15px 0 0 15px;
	_margin: 15px 0 0 10px;
	float: left;
}


/* CSR
***************************************************************** */

#csr {
	width: 235px;
	height: 135px;
	background-color: #FFFFFF;
	border: 2px #007A9F solid;
	margin: 15px 0 0 27px;
	_margin: 15px 0 0 10px;
	text-align: left;
	float: left;
}

#csr p {
	width: 105px;
	margin: 5px 6px 0 5px;
	_margin: 5px 5px 0 5px;
	float: left;
	font-size: 80%;
	line-height:1.3;
}


/* group
***************************************************************** */

#group {
	width: 160px;
	height: 135px;
	background-color: #FFFFFF;
	border: 2px #007A9F solid;
	margin: 15px 15px 0 5px;
	_margin: 15px 10px 0 5px;
	float: left;
}

#group p{
	margin-top: 12px;
}

/* footer
***************************************************************** */

#footer {
	width: 800px;
	margin: 5px 14px 0px 14px;
	color: #FFFFFF;
	font-size: small;
	background-color: #0F0F60;
	text-align: center;
    clear:left;
}