@charset "utf-8";
/* ============================================================================================= */
/*                                                                                               */
/* index 用CSS                                                                                  */
/*                                                                                               */
/* ============================================================================================= */

/* ============================================================================================= */
/* レイアウト                                                                                    */
/* ============================================================================================= */
#index-main-box{
	background:#94d7f4;
}

#index-main-bn{
	float:left;
	width:220px;
}
#index-main-bn ul.index-bn{
	margin-top:10px;
}
#index-main-bn ul.index-bn li{
	margin-bottom:9px;
	padding:0px;
	line-height:1;
}


/* ============================================================================================= */
/* メイン画像                                                                                    */
/* ============================================================================================= */
#index-main-image{
	float:right;
	width:740px;
	padding-top:10px;
	padding-bottom:3px;
}
#index-image-box{
	background:url(../img/index/bg_index_main_image.png) no-repeat;
	height:308px;
}
#index-image {
	width:720px;
	text-align:center;
	height:268px;
	overflow: hidden;
	padding:10px;
	position: relative;
}

#gallery{
}






/* 新着下 */
.bn-left{
	float:left;
	width:360px;
}
.bn-right{
	float:right;
	width:360px;
}
.bn-left img, .bn-right img{
	border:solid 1px #ccc;
	padding:3px;
}



/* 新着情報 */
#news{
	background:#555 url(../img/index/bg_news.png) no-repeat bottom center;

}
.news-block{
	overflow:auto;
	height:450px;
	width:738px;
	margin-left: 1px;
	margin-bottom:1px;
}
.news-list-link{
	text-align:right;
	padding:3px 0;
}

.news-tab{
	margin-top:10px;
}
.news-tab li{
	float: left;
	margin: 0;
	height:42px;
	position: relative;
	list-style-type: none;
	border-bottom:solid 3px #ccc;
	border-left:solid 1px #ccc ;
}
.news-tab li:hover{
	cursor:pointer;
	position: relative;
	border-bottom:none;
	bottom: 4px;
	height:48px;
}
.news-tab li:hover span{
	position: relative;
}
.news-tab li.select{
	bottom: 4px;
	position: relative;
	height:48px;
	border-bottom:none;
}
.news-tab li span {
	color: #000;
	display: block;
	padding: 10px 0px 10px;
	text-decoration: none;
	background: #fff;
	text-align:center;
}
.t-all span {
	border-top:solid 3px #ff9000;
	/*width:120px;*/
	width:150px;
}
.t-kenshin span {
	border-top:solid 3px #ff008c;
	width:120px;
}
.t-shokuin span {
	border-top:solid 3px #7dd72d;
	/*width:120px;*/
	width:150px;
}
.t-gan span {
	border-top:solid 3px #7700ff;
	/*width:220px;*/
	width:250px;
}
.t-letter span {
	border-top:solid 3px #1e97c4;
	/*width:154px;*/
	width:185px;
}
.news-content li{
	background:#fff;
	padding:10px 15px;
}
.hide {
	display:none;
}

/* 新着テーブル */
.news-table{
	width:100%;
}
.news-table td{
	padding:6px 4px;
	border-bottom:solid 1px #ddd;
	font-size:13px;
	vertical-align:middle;
}
.news-table td.date{
	width:110px;
}
.news-table td.category{
	width:120px;
	text-align:center;
}
.news-table td{

}



