@charset "utf-8";
/* CSS Document */


/*ニュースボックスのレイアウトと背景画像*/

#newsBox {
	margin-bottom: 20px;
	background: url(../img/bg_top_news_box.jpg) left top repeat-y;
}

#newsSubBox {
	padding: 10px 20px 20px 20px;
	background: url(../img/bg_top_news_box_bottom.jpg) left bottom no-repeat;
}


/*ニュースリストテキストの行高の設定*/

#newsSubBox dd {
	line-height: 200%;
}


/*ニューステキストリンクを右寄せ*/

#newsSubBox p {
	text-align: right;
}


/*ニューステキストのバックナンバーのテキスト設定*/

dt.backNumberText {
	font-weight: bold;
	color: #990000;
}
