@charset "utf-8";

*{
	margin:0;
	padding:0;
	color:#ffffff;
	font-size:12px;
	line-height:140%;
	font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", san-serif;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility:hidden;
}

.clearfix {  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear{ clear:both; }

a{
	border:none;
	color:#9f968e;
	overflow:hidden;
	outline:none;
	text-decoration:underline;
}

a:hover{ text-decoration:none; }

a.noline{ text-decoration:none; }

.roll a:hover{ text-indent:-9999px; }

img{ 
	border:0 none;
	vertical-align:bottom;
}

ul{ list-style:none; }

table{
	border-style:none;
	border-collapse:collapse;
	border-spacing:0;
	border:0 none;
}

body{
	width:100%;
	text-align:center;
	background-color:#33261b;
}

#contents_rapper{
	width:100%;
	min-width:1000px;
	background:url(../img/top_bk.jpg) no-repeat top center;
}

#contents{
	width:1000px;
	margin:0 auto;
}

#header{
	width:900px;
	height:50px;
	margin:0 50px;
	_margin-left:100px;
}

#rogo{
	width:116px;
	height:43px;
	float:left;
}

#header h1{
	margin:9px 0 0 15px;
	color:#a67808;
	font-size:11px;
	font-weight:normal;
	text-align:left;
	float:left;
}

#mobile_bt{
	display:block;
	width:183px;
	height:41px;
	background:url(../img/mobile_bt.png) no-repeat;
	text-indent:-9999px;
	float:right;
}

#mobile_bt:hover{ background:url(../img/mobile_bt_roll.png) no-repeat; }

#flash_area{
	_width:900px;
	height:509px;
	_padding:0 50px;
}

#main{
	width:900px;
	padding:0 50px;
	_margin-left:50px;
}

#gnavi{ 
	height:33px;
	margin:12px 0 26px 0;
}

#gnavi li{ float:left; }

#gnavi li a:hover{ text-indent:-9999px; }

#gnavi_home a{
	display:block;
	width:138px;
	height:33px;
	background:url(../img/gnavi_home_roll.gif) no-repeat;
}

#gnavi_member a{
	display:block;
	width:126px;
	height:33px;
	background:url(../img/gnavi_member_roll.gif) no-repeat;
}

#gnavi_store a{
	display:block;
	width:127px;
	height:33px;
	background:url(../img/gnavi_store_roll.gif) no-repeat;
}

#gnavi_result a{
	display:block;
	width:127px;
	height:33px;
	background:url(../img/gnavi_result_roll.gif) no-repeat;
}

#gnavi_event a{
	display:block;
	width:127px;
	height:33px;
	background:url(../img/gnavi_event_roll.gif) no-repeat;
}

#gnavi_work a{
	display:block;
	width:127px;
	height:33px;
	background:url(../img/gnavi_work_roll.gif) no-repeat;
}

#gnavi_recruitment a{
	display:block;
	width:128px;
	height:33px;
	background:url(../img/gnavi_recruitment_roll.gif) no-repeat;
}

#main_contents{
	min-height:205px;
	_height:205px;
	margin-bottom:50px;
	padding:0 20px;
	background:url(../img/main_contents_bk.gif) repeat-y;
	text-align:left;
}

#left_box{
	width:420px;
	float:left;
}

#right_box{
	width:420px;
	float:right;
}

#left_box h2, #right_box h2{ margin-bottom:20px; }

.info_list li{
	width:420px;
	padding:16px 0 15px 0;
	background:url(../img/info_list_dot.gif) repeat-x top left;
}

.info_list li:first-child{
	padding-top:0px;
	background-image:none;
}

.info_list li.first-child{ 
	padding-top:0px;
	background-image:none;
}

.info_list li{
	behavior: expression(
		this.className += (this.previousSibling == null) ? " first-child" : "",
		this.style.behavior = "none"
	);
}

.info_list li.bot_line{ background:url(../img/info_list_dot.gif) repeat-x bottom left; }

.info_list li p{ float:left; }

.info_list li p.info_date{
	width:75px;
}

.info_list li p.info_text{
	width:300px;
	padding-left:45px;
}

.info_list li p.new_icon{ background:url(../img/list_new_icon.gif) no-repeat top left; }

#footer{
	width:100%;
	min-width:1000px;
	height:35px;
	background:url(../img/footer_bk.gif) no-repeat center;
}

#footer_rapper{
	width:900px;
	padding:1px 50px 0 50px;
	height:34px;
	margin:0 auto;
	overflow:hidden;
}

#subnavi{
	width:240px;
	height:11px;
	margin-top:11px;
	padding-left:5px;
	float:left;
}

#subnavi li{
	display:inline;
	height:11px;
	margin-left:-5px;
	margin-right:30px;
}

#subnavi li img{ vertical-align:baseline; }

#copy{
	width:205px;
	height:33px;
	float:right;
}















