@charset "UTF-8";

/*===============================================================================
index
===============================================================================*/

body {
	padding: 0;
	margin: 0;
	background: url("../img/index/bgindex.jpg") repeat-x  left top;
	background-color: #fff;
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3"sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align: center;
	}


/* 	スライダーイメージ */
#gallery{
	width:900px;
	height:250px;
	overflow:hidden;
	margin:0 auto 10px auto;
	text-align:left;
}

#slides{
	height:250px;
	width:900px;
	overflow:hidden;
}

.slide{
	float:left;
}

/* 	スライダーメニュー */
#menu {
	position: relative;
	top: -40px;
	left:780px;
	margin: 0;
	padding: 0;
	list-style-type: none; 
	width: 120px;
	height:30px;
	background:url("../img/index/slides_img/slider_menu.png") no-repeat left top;
}

#menu01,#menu02,#menu03{width: 13px;}

#menu li{
  margin:5px 0 0 15px;
  padding: 0;
  float: left;
  text-indent: -9999px;
  text-decoration: none;
}

#menu li a {
  display: block;
  height: 13px;
  outline: none;
}

#menu li a:hover {background:#000; } 

#menu01.inact { background:#ccc; } 
#menu02.inact { background:#ccc; } 
#menu03.inact { background:#ccc; } 


#menu01.inact:hover,#menu01.act,#menu01.act:hover { background:#000; } 
#menu02.inact:hover,#menu02.act,#menu02.act:hover { background:#000; } 
#menu03.inact:hover,#menu03.act,#menu03.act:hover { background:#000; } 




/*--------------------------------------------- INDEXコンテンツ開始 */
	
/* ニュース開始*/
#news{
	width: 650px;
	padding: 0;
	margin: 0 auto;
	}

#news h2{
	background: url( "../img/index/news.jpg") no-repeat left top;
	width: 650px;
	height: 40px;
	padding: 0 0 3px 0;
	margin: 0;
	text-indent: -9999px;
	font-size: 0;
	}
	
#news h2 p#btn_news a {
	margin: 0;
	padding: 0;
	float:right;
	width:130px;
	height:18px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../img/index/news_btn.png") left top no-repeat;
}

#news-list {
	width: 650px;
	height:40px;
	padding: 0;
	margin: 0;
	background:url("../img/index/news_txt.jpg") left top no-repeat;
}

#news-list02 {
	width: 650px;
	height:30px;
	padding: 0;
	margin: 0;
}

#news-list03 {
	width: 650px;
	height:258px;
	padding: 0;
	margin: 0;
}

#news-list04 {
	width: 650px;
	height:197px;
	padding: 0;
	margin: 0;
}



#news-icon {
	float: left;
	margin: 0;
	padding: 10px 0 0 2px;
}

#date {
	float: left;
	margin:0;
	padding: 6px 4px 0 5px;
	font-size: 13px;
	font-weight: bold;
}

#news-txt {
	width: 530px;
	float: left;
	margin:0;
	padding: 6px 4px 0 5px;
	font-size: 12px;
	overflow: hidden;
    text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	white-space: nowrap; 
	text-align: left;
}


/* ニュース終了*/

/* リクルート開始*/
#recruit {
	width: 650px;
	height: 150px;
	padding: 0;
	margin:0 auto 0 auto;
	background: url("../img/index/bgrecruit.jpg") no-repeat ;
	text-align: center;
}
#recruit_title {
	width: 450px;
	height: 20px;
	padding: 60px 0 0 200px;
	margin:0;
	text-align: left;
}
#recruit_txt {
	width: 450px;
	padding: 2px 0 0 200px;
	margin:0;
	text-align: left;
}

#recruit_txt a{
	color: #CD0A00;
	text-decoration: none;
}
#recruit_txt a:hover{
	color: #0f2350;
	text-decoration: underline;
}
	
