@charset "UTF-8";

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

	news.css
	
========================================*/

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

/*sub-menu*/
#news-menu {
	width: 630px;
	/* height: 53px; */
	line-height: 1.2;
}

#news-menu li {
	list-style: none;
	font-weight: bold;
	float: left;
	text-align: left;
}

#news-menu li a {
	display: block;
	height: 43px;
	font-weight: bold;
	font-size: 12px;
}

.news-menu01 a {
	display: block;
	width: 88px;
	margin: 3px 1px 0 1px;
	padding: 10px 5px 0 10px;
	color: #FFFFFF !important;
	background: url(../img/blog/sub_menu_bg.gif) right no-repeat;
}

.news-menu01.on a {
	background: url(../img/blog/sub_menu_bg2.gif) right no-repeat;
}

.news-menu01 a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/blog/sub_menu_bg2.gif) right no-repeat;
}

.news-box-data {
	margin: 20px auto 0 auto;
	padding: 0 0 4px 12px;
	text-align: right;
	font-size: 78%;
}


/* ●トップページ:一覧 -------------------- */
.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%;
}

.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;
}
