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


/* 新着情報 */
#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;
}
.t-kenshin span {
	border-top:solid 3px #ff008c;
	width:120px;
}
.t-shokuin span {
	border-top:solid 3px #7dd72d;
	width:120px;
}
.t-gan span {
	border-top:solid 3px #7700ff;
	width:220px;
}
.t-letter span {
	border-top:solid 3px #1e97c4; 
	width:154px;
}
.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{

}


.preview-block{
	background:#fee;
	color:red;
	margin-bottom:15px;
	text-align:center;
	font-size:12px;
	padding:10px;
}


.page-link-block{
	padding-top:35px;
}

.prev-link-block{
	width:200px;
	float:left;
	text-align:center;
}
.next-link-block{
	float:right;
	width:200px;
}

.prev-link-block a, .next-link-block a{
	display:inline-block;
	padding:5px;
	text-align:center;
	background:#ddd;
	width:100%;
	text-decoration:none;
	border-radius:5px;
}
.prev-link-block a:hover, .next-link-block a:hover{
	background:#2093CC;
	color:#fff;
}


/* ============================================================================================= */
/*                                                                                               */
/* ============================================================================================= */
.news-title{
	background:url(../img/common/bg_h2_long.jpg) no-repeat top left;
}
.news-title h2{
	background:url(../img/common/bg_h2_foot.jpg) no-repeat bottom left;
	padding:5px 15px 10px 15px;
	text-shadow:1px 1px 1px #fff;
	font-size:18px;
	line-height:1.2;
	height:100%;
}

.news-date{
	margin:5px 0;
	text-align:right;
}

.news-box{

}
	.news-box p{
		padding:0;
		margin:0;
		margin-bottom:1em;
	}

	.news-box strong{
		font-weight:bold;
	}
	.news-box em{
		font-style: italic;
	}	

	.news-box ol{
		margin-left:35px;
	}	
	.news-box ol li{
		padding:0px;
		margin:2px;
		list-style-type:decimal;
	}

	.news-box ul{
		margin-left:35px;
	}	
	.news-box ul li{
		margin:2px;
		padding:0px;
		list-style-type:circle;
	}

	.news-box blockquote{
		background:#eee;
		border-left:solid 5px #ddd;
		padding:8px;
		color:#333;
	}

	.news-box table{
		border-left:solid 1px #888;
		border-top:solid 1px #888;
	}
	.news-box table th{
		background:#eee;
	}
	.news-box table th, .news-box table td{
		border-right:solid 1px #888;
		border-bottom:solid 1px #888;
		padding:5px;
	}




