/****************************************************
　■お知らせ　CSS設定      font-size:80%  style_base.css 
****************************************************/

#news {
	margin: 30px 20px 30px 25px;

}

p.page-top {
	font-size: 12px;
	padding: 10px 0;
	margin: 10px 0 30px;
	text-align: right;
	background-image: url(images/line_gray650.png);
	background-repeat: no-repeat;
}

/********** index page **********/
#news .news-list p {
	margin: 0 0 20px 0;
	padding: 7px 0 5px 15px;
	font-size: 90%;
	background-image: url(images/allow_red.gif);
	background-repeat: no-repeat;
	background-position: left ;
	border-bottom: 1px dotted #ccc;
}


/********** item page **********/

.item-box {
	margin: 0 0 20px 0;
	background-image: url(images/news_vline.png);
	background-repeat: repeat-y;
}
.title-block {
	margin: 0 0 10px 0;
	background-image: url(images/news_title_back.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	height: 60px;
}

#news .title-block h3 {
	margin: 0 0 13px 18px;
	padding: 0;
	color: #CC3333;
}
.title-block p.news-date {
	font-size: 14px;
	font-weight: bold;
	color: #FF6666;
	float: left;
	padding: 0 0 0 20px;
	margin: 0;
}
.title-block p.news-cat {
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	float: right;
}

.item-box p {
	margin: 0 0 15px 20px;
}









