@charset "UTF-8";

@import "unit_tag.css";
@import "unit_common.css";
@import "unit_layout_side.css";
@import "unit_head.css";
@import "unit_menu.css";
@import "unit_textmenu.css";
@import "unit_side.css";
@import "unit_content.css";

/* 基本枠 */
.newsBox{
	margin-bottom:		20px;
}
.newsBox .newsBox-head{
	background:			url("../img/news/frame_head.gif") left top no-repeat;
	height:				50px;
}
.newsBox .newsBox-foot{
	background:			url("../img/news/frame_foot.gif") left top no-repeat;
	height:				20px;
}
.newsBox .newsBox-body{
	background:			url("../img/news/frame_body.gif") left top repeat-y;
}
.newsBox .newsBox-body-inner{
	background:			url("../img/news/frame_body_inner.gif") left top no-repeat;
	padding-left:		20px;
	padding-right:		20px;
	width:				490px;
}
#contentBox-main .news-title{
	margin-bottom:		10px;
}
#contentBox-main .news-title h3{
	padding:			0 0 4px 0;
	color:				#e60b67;
	border-bottom:		solid 2px #e60b67;
	font-size:			100%;
}
#contentBox-main .news-title .date{
	color:				#e60b67;
	text-align:			right;
}
#contentBox-main h4{
	border-left:		solid 4px #e60b67;
	padding-left:		4px;
	font-size:			100%;
	color:				#e60b67;
	font-weight:		bold;
}

/* コラム */
.newsBox .column{
	border:				solid 1px #65b055;
}

/* 表 */
table.list th,
table.list td{
	text-align:			left;
	font-weight:		normal;
	vertical-align:		top;
	padding:			6px;
	border:				solid 1px #46b08d;
}
table.list ul{
	padding-left:		2em;
}


