@charset "utf-8";
/*========================================*
*　■トップページ用スタイル
*========================================*/
@import "common.css";


/*------------------------
　ベース：カスタム
------------------------*/
body{
	background: #F2F2E6 url(../img/index/body_bg.gif) repeat-x center top;
}
#site-logo{
	display: none;
}
#header{
	background: url(../img/index/head_bg.jpg) no-repeat center top;
}
#contents{
	padding-bottom: 40px;
}
#contents #main{
	width: 520px;
}
#contents #side{
	width: 325px;
	margin-left: 0px;
	padding-top:0px;
	line-height: 1.25em;
}

/*------------------------
　トップページ
------------------------*/

/* バナーエリア */
ul.banner-area{
	list-style:none;
	margin-bottom: 24px;
}

/* 更新情報 */
#news{
	position: relative;
	margin-bottom: 30px;
}
#news h2{
	height: 27px;
	margin-bottom: 15px;
	text-indent: -9999px;
	background: url(../img/index/cpt_news.gif) no-repeat;
}
#news a#news-rss{
	width:60px;
	height: 27px;
	top:0;
	right:0;
	position: absolute;
	text-indent: -9999px;
	overflow:hidden;
}
#news a#session-form{
	width:132px;
	height: 27px;
	top:0;
	right:65px;
	position: absolute;
	text-indent: -9999px;
	overflow:hidden;
}
#news table{
	width: 500px;
	margin-left: 10px;
	/*background: url(../img/base/v_separator.gif) repeat-y 77px top;*/
	background: url(../img/base/v_separator.gif) repeat-y 82px top;
}
#news table th,#news table td{
	padding: 10px;
	
	text-align: left;
	vertical-align: top;
	font-weight: normal;
	
	background: url(../img/base/separator.gif) repeat-x left bottom;
}
#news table th{
	width: 60px;
	font-size: 10px;
	font-family: "Verdana";
}
#news table td{}
#news p.more{
	font-size: 11px;
	margin-top: 10px;
	text-align: right;
}




/* 支配人紹介 */
#manager-cols{
	background: url(../img/index/col_manager_loop.gif) repeat-y;
}
#manager-cols h2{
	height: 28px;
	text-indent: -9999px;
	background: url(../img/index/cpt_manager.jpg) no-repeat;
}

#mng-contents{
	min-height:250px;
	padding-top: 10px;
	background: url(../img/index/col_manage_back.jpg) no-repeat;
	border-bottom: 1px solid #ccc;
}
* html #mng-contents{
	height: 250px;
}


#manager-cols h3{
	margin-bottom: 8px;
	margin-left: 10px;
}
#manager-cols h3 a{
	display: block;
	height: 65px;
	text-indent: -9999px;
}
#manager-cols p{
	margin-left: 10px;
}
#manager-cols .clearfix{
	
}
/*仕事*/
#mng-works{
	margin-bottom: 25px;
	/*background: url(../img/index/col_manager_btm.gif) no-repeat left bottom;*/
}
#mng-works h3 a{
	height: 67px;
	width: 401px;
	background: url(../img/index/bt_works.jpg) no-repeat;
}
#mng-works p{
	width: 401px;
}
#mng-works ul{
	list-style: none;
	margin-left: 10px;
	padding-top: 24px;
	background: url(../img/index/lab_manager_interview.gif) no-repeat;
}
#mng-works li{
	display: inline;
	margin-right: 10px;
}
/*給料・制服*/
#mng-salary,
#mng-uniform{
	width: 202px;
	float: left;
}
#mng-salary h3 a{background: url(../img/index/bt_salary.gif) no-repeat;}
#mng-uniform h3 a{background: url(../img/index/bt_uniform.gif) no-repeat;}

