/****************************************************
　■新着情報　CSS設定
****************************************************/

#news {
	margin: 20px 0 50px 0
}

#container #news p.page-top {
	margin: 50px 0 0 0;
	font-size: 12px;
}

/********** index page **********/
#news .news-list {
	margin: 20px 35px 30px 15px;
}

#news .news-list p {
	margin: 0 0 5px 0;
	padding: 7px 0 3px 20px;
	background-image: url(images/icon_red.png);
	background-repeat: no-repeat;
	background-position: left ;
	border-bottom: 1px dotted #ccc;
}


/********** item page **********/

#container .news-box {
	width: 710px;
	margin: 15px 0 20px 15px;
}
#container .news-box h3 {
	font-size: 18px;
	color: #666;
	background-image: url(images/news_entry_title.png);
	background-repeat: no-repeat;
	padding: 5px 0 25px 15px;
	margin: 0 0 10px 0;
}
#container .news-box p {
	font-size: 80%;
	line-height: 1.7em;
	margin: 0 10px 10px 10px;
}
.item-bottom {
	border-top: 1px;
}


#container .news-bottom p {
	text-align: right;
	font-size: 80%;
	padding: 5px 0;
	border-top: 1px dotted #ccc;
}

#container .news-box a {
	color: #3366CC;
	text-decoration: underline;
}
#container .news-box a:hover {
	color: #6699FF;
}

/* 左寄せ設定 */
#container .leftbox {
	float: left;
	margin: 0 20px 15px 0;
}
/* 右寄せ設定 */
#container .rightbox {
	float: right;
	margin: 0 0 15px 20px;
}






