@charset "UTF-8";

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

/*--------------------------------------------- トップページ用背景開始 */
body {
	padding: 0;
	margin: 0;
	background:#edeae7 url("../img/common/wrapper_bg.gif") repeat-x  left top;
	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:300px;
	overflow:hidden;
	margin:0 auto 10px auto;
	text-align:left;
}

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

.slide{
	float:left;
}

/* 	スライダーメニュー */
#menu {
	position: relative;
	top: -55px;
	left:20px;
	margin: 0;
	padding: 0;
	list-style-type: none; 
	width: 635px;
}

#menu li {
  margin: 0;
  padding: 0;
  float: left;
}

#menu01{width: 65px;}
#menu02,#menu03,#menu04{width: 190px;}

#menu li{
  text-indent: -9999px;
  text-decoration: none;
  background-image: url("../img/index/slides_img/slider_menu.png");
  background-repeat: no-repeat;

}

#menu li a,
#menu li a:hover {
  display: block;
  height: 40px;
  outline: none;
}

#menu01.inact { background-position: 0 0; } 
#menu02.inact { background-position: -65px 0; } 
#menu03.inact { background-position: -255px 0; } 
#menu04.inact { background-position: -445px 0; } 

#menu01.inact:hover,#menu01.act,#menu01.act:hover { background-position: 0 -40px; } 
#menu02.inact:hover,#menu02.act,#menu02.act:hover { background-position: -65px -40px; } 
#menu03.inact:hover,#menu03.act,#menu03.act:hover { background-position: -255px -40px; } 
#menu04.inact:hover,#menu04.act,#menu04.act:hover  { background-position: -445px -40px; }

/* スライダーメニュー 終了*/

/*--------------------------------------------- メインイメージ終了 */

/*--------------------------------------------- INDEXコンテンツ開始 */

/* 新着情報タイトル */	
#news{
	width: 650px;
	padding: 0 0 10px 0;
	margin: 0 auto;
	}
	
/* h1タイトル */
#news h1{
	background: url( "../img/index/h1_bar_bg.png") no-repeat left top;
	width: 630px;
	height: 35px;
	padding: 0 0 5px 0;
	margin: 0 auto;
	text-indent: -9999px;
	font-size: 0;
	}
	
/* 詳細はこちらボタン */
#news h1 p#btn_news {
	position:relative;
	top:-12px;
	padding:0 20px 0 0;
	}
	
#news h1 p#btn_news a {
	margin: 0;
	padding: 0;
	float:right;
	width:80px;
	height:20px;
	display:block;
	overflow:hidden;
	text-indent:-9999px;
	background:url("../img/index/news_s_btn.png") left top no-repeat;
}

#news h1 p#btn_news a:hover {
	background:url("../img/index/news_s_btn02.png") left top no-repeat;
}

/*--------------------------------------------- ニュース開始*/

#news-list {
	width: 620px;
	height:25px;
	padding: 5px 0;
	margin: 0 auto;
	background: #ffffff url("../img/index/border-dot-x.gif") repeat-x 40px 100%;
}

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

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

#news-txt {
	width: 425px;
	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;
}
/* ニュース終了*/

/* コンテンツ下部お問合せ開始*/
#otoiawase_area{
	width: 590px;
	height: 65px;
	padding: 0;
	margin:10px auto 0 auto;
	background: #fff;
	border:10px solid #f2f2f2;
	text-align: center;
}

#o_area_l{
	float: left;
	width: 300px;
	height: 60px;
}

#o_area_l .om_btn{
	float:left;
	width: 300px;
	height:45px;
	margin:0 auto;
	padding:8px 0 0 12px;
}

#o_area_r{
	float: left;
	width: 250px;
	height: 60px;
}

#o_area_r .o_btn{
	width: 250px;
	height:45px;
	margin:0 auto;
	padding:8px 0 0 30px;
}

#o_area_l .om_btn a:hover img,
#o_area_r .o_btn a:hover img {
filter:alpha(opacity=70);
opacity:0.7;
}