/*
ニュース
*/
@charset "UTF-8";
@import "unit_tag.css";
@import "unit_common.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_head.css";
@import "unit_foot.css";
/*
*/
@import "unit_layout_side.css";
@import "unit_content.css";
/*
@import "unit_bottom.css";
@import "unit_side.css";
*/
#contentBox-side{
	width:			150px;
	padding-top:	10px;
}

#contentBox-side a{
	color:				#3366ff;
}
#contentBox-side a:hover{
	background:			#ffffcc;
}

/************/

#newsList li{
	position:			relative;
/*
	background:			url("../img/common/logo_ds.gif");
*/
	background:			url("../img/common/icon_drop.gif") left top no-repeat;
	list-style-type:	none;
	padding-left:		14px;
	margin-bottom:		1em;
}

/************/

#contentBox-main{
	width:			608px;
}
#contentBox-main .news-head{
	background:			url("../img/news/frame_head.png") left top no-repeat;
	padding-left:		14px;
	padding-top:		13px;
}
#contentBox-main .news-foot{
	background:			url("../img/news/frame_foot.png") left top no-repeat;
	height:				65px;
	position:			relative;
}
#contentBox-main .news-foot .news-dot{
	position:			absolute;
}
/*******/

#contentBox-main .news-body{
	background:			url("../img/news/frame_body.png") left top repeat-y;
	padding-left:		44px;
	padding-right:		40px;
}
#contentBox-main .news-body p.date{
	text-align:			right;
}



