@charset "UTF-8";

/*========================================

	news.css
	Last Edit | 2010.02.24
	
========================================*/

@import "common.css";
@import "base.css";


/* ●トップページ:一覧 -------------------- */
.news_block {
	padding: 17px 24px 24px 24px;
	border: #ddd solid 1px;
	clear: both;
	background: #fff;
	text-align: left;
}

.news-box {
	
}

.news-box ul {
	margin: 0;
	padding: 10px 0 9px 0;
	background: url(../img_common/line_dot.gif) bottom no-repeat;
	clear: both;
}

.news-box li {
	float: left;
}

.day {
	width: 90px;
	padding-right: 10px;
	padding-left: 12px;
	background: url(../img_common/icon_link.gif) 0 3px no-repeat;
	float: left;
	font-size: 93%;
}

.title {
	width: 450px;
	float: left;
	font-size: 93%;
	text-align: left;
}

.news-box li a:link,.news-box li a:visited {
	color: #bb5e48;
	text-decoration: none;
}

.news-box li a:hover{
	color: #bb5e48;
	text-decoration: underline;
}


/* ●詳細ページ -------------------- */
.news-box02 {
	padding: 17px 24px 24px 24px;
	border: #ddd solid 1px;
	clear: both;
	background: #fff;
	text-align: left;
}

.news-box02 h2 {
	font-size: 123%;
	margin-bottom: 20px;
	padding: 0 3px 5px 15px;;
	background: url(../img_common/icon_h2.gif) 2px 9px no-repeat;
	border-bottom: #ddd solid 1px;
}

.h2_day {
	font-size: 78%;
}

.news-box02 p {
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 15px;
	font-size: 93%;
}

.news-box02 h3 {
	font-size: 100%;
	margin: 10px 0 20px 0;
	padding: 0 3px 3px 3px;
	border-bottom: #ddd solid 1px;
	font-size: 123%;
}

.bottom {
	text-align: center;
}