@charset "Shift_JIS";

*{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: normal;
	background: transparent;
}

html{
	overflow-y: scroll;
}

body{
	color: #fff;
	font-size: 65%;
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,Verdana,'ＭＳ Ｐゴシック',sans-serif;
}

a:link{
	color: #a984bb;
	text-decoration: none;
}

a:visited{
	color: #a984bb;
	text-decoration: none;
}

a:hover{
	color: #a984bb;
	text-decoration: underline;
}

a:active{
	color: #a984bb;
	text-decoration: underline;
}

img{
	border: none;
}

li{
	list-style: none;
}


/* ------------------------------------------------------*/
/*  */
/* ------------------------------------------------------*/
#centerizer{
	width: 100%;
	height: 475px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -237px;
}

#container{
	margin: 30px 0 15px 0;
	position: relative;
}

h1{
	width: 169px;
	height: 52px;
	position: absolute;
	top: 182px;
	left: 804px;
}

#contentsArea{
	width: 788px;
	height: 417px;
	background: #261508;
	position: relative;
}

#contentsArea2{
	height: 417px;
	background: #261508;
	position: relative;
}

h2{
	padding: 50px 0 40px 37px;
}

#data{
	height: 260px;
	margin: 0 37px;
	overflow:auto;
}

/* ------------------------------------------------------*/
/* subNavi */
/* ------------------------------------------------------*/
#contentsArea2 #subNavi ul{
	clear: both;
	position: absolute;
	top: 10px;
	left: 23px;
}

#contentsArea2 #subNavi li{
	float: left;
	margin-right: 20px;
	
}

/* ------------------------------------------------------*/
/* mainNavi */
/* ------------------------------------------------------*/
#mainNavi{
	height: 10px;
	position: absolute;
	top: 10px;
	left: 22px;
}

#mainNavi li{
	height: 11px;
	float: left;
	text-indent: -9999px;
	font-size: 10px;
	line-height: 1em;
}

#mainNavi li a{
	display: block;
	width: 100%;
	height: 100%;
}

#mainNavi .btn_home,
#mainNavi .btn_home a:hover{
	width: 71px;
	background: url(../img/btn_home_on.gif) no-repeat;
}

#mainNavi .btn_home a{
	background: url(../img/btn_home.gif) no-repeat;
}

#mainNavi .btn_works,
#mainNavi .btn_works a:hover{
	width: 76px;
	background: url(../img/btn_works_on.gif) no-repeat;
}

#mainNavi .btn_works a{
	background: url(../img/btn_works.gif) no-repeat;
}

#mainNavi .btn_profile,
#mainNavi .btn_profile a:hover{
	width: 79px;
	background: url(../img/btn_profile_on.gif) no-repeat;
}

#mainNavi .btn_profile a{
	background: url(../img/btn_profile.gif) no-repeat;
}

#mainNavi .btn_access,
#mainNavi .btn_access a:hover{
	width: 79px;
	background: url(../img/btn_access_on.gif) no-repeat;
}

#mainNavi .btn_access a{
	background: url(../img/btn_access.gif) no-repeat;
}

#mainNavi .btn_recruit,
#mainNavi .btn_recruit a:hover{
	width: 77px;
	background: url(../img/btn_recruit_on.gif) no-repeat;
}

#mainNavi .btn_recruit a{
	background: url(../img/btn_recruit.gif) no-repeat;
}

#mainNavi .btn_appoint,
#mainNavi .btn_appoint a:hover{
	width: 120px;
	background: url(../img/btn_appoint_on.gif) no-repeat;
}

#mainNavi .btn_appoint a{
	background: url(../img/btn_appoint.gif) no-repeat;
}

/* ------------------------------------------------------*/
/* localNavi */
/* ------------------------------------------------------*/
#contentsArea #localNavi{
	height: 23px;
	background: #000;
	absolute: relative;
}

#contentsArea #localNavi ul{
	position: absolute;
	top: 8px;
	left: 30px;
}

#contentsArea #localNavi li{
	height: 7px;
	font-size: 7px;
	line-height: 1em;
	float: left;
	text-indent: -9999px;
	margin-right: 20px;
}

#contentsArea #localNavi li a{
	display: block;
	width: 100%;
	height: 100%;
}

/* ------------------------------------------------------*/
/* footer */
/* ------------------------------------------------------*/


#footer .copyright{
	width: 162px;
	height: 8px;
	font-size: 1px;
	text-indent: -9999px;
	background: url(../img/copyright.gif) no-repeat;
	margin-left:20px;
}

/* ------------------------------------------------------*/
/* clearfix huck */
/* ------------------------------------------------------*/
.clearfix{
	display: inline-table;
	zoom:1;
}

.clearfix:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

/* Hides from IE-mac ＼*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */
