@charset "UTF-8";
@import "common.css";
@import "corner.css";


/*-----------------------------------------
	一覧
-----------------------------------------*/

.news-box {
	clear:both;
	width:605px;
	margin-bottom:20px;
}

.news-box-img {
	float:left;
	width:94px;
	border:2px solid #1E1E1E;
}

.news-box-txt {
	float:right;
	width:497px;
}

.news-box a:link,
.news-box a:visited,
.news-box a:hover,
.news-box a:active{
	text-decoration:underline;
}

.news-box-txt h3 {
	font-size:116%;
}

.news-box-txt .date {
	margin-bottom:5px;
	font-size:85%;
}

.news-box-txt .date .new {
	color:#FF0000;
}

/*-----------------------------------------
	詳細ページ
-----------------------------------------*/

h3 span{
	margin-left:5px;
	color:#FF0000;
	font-size:85%;
	font-weight:normal;
}

.news-more-box {
	width:585px;
	margin:0 auto 30px auto;
}

.news-more-box p {
	margin-bottom:15px;
}

.news-more-box h4 {
	margin:30px 0 15px 0;
	padding:0 0 5px 10px;
	border-left: 4px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
	font-weight:bold;
}

.news-more-ph {
	width:585px;
	margin:0 auto 15px auto;
	text-align:center;
}

.news-more-date {
	text-align:right;
	font-size:85%;
}

.news-more-date a:link,
.news-more-date a:visited,
.news-more-date a:hover,
.news-more-date a:active{
	text-decoration:underline;
}

