@charset "utf-8";

/*--------------------------------------------
*
*	news
*	
*--------------------------------------------*/
#content h2 {
	font-weight: normal;
	width:600px;
	font-size:115%;
	padding-left:20px;
	padding-top:6px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:1em;
	clear:both;
	background-image: url(../../image/sub_title_bggif.gif);
	background-repeat: no-repeat;
	background-position: left top;
	color:#00236C;
	min-height:24px;height: auto !important;height: 30px;
}
#content h3 {
	margin-top:0px;
	margin-bottom:2px;
	padding-left:0px;
	padding-top:0px;
	background-image: url(../../image/content_lead_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size:115%;
	color:#36c;
	font-weight:bold;
	padding-bottom:5px;
}


.contentBox { margin-left:10px; }

.date { text-align:right; color:#c90; margin-top:0px; margin-bottom:1em; }

.newsListTable { margin-bottom:30px;/* margin-top:20px;*/ margin-left:10px; width:580px; }
.newsListTable tr {
	background-image: url(../../image/line_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.newsListTable th ,
.newsListTable td {
	text-align: left;
	vertical-align: top;
	line-height: 120%;
	padding-bottom: 5px;
	padding-top:5px;
	/*
	background-image: url(../../image/line_dot_blue.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	*/
}

.newsListTable th {
	/*width:10%;*/
	font-weight: normal;
	color: #009;
	white-space:nowrap;
	/*min-width:69px;width: auto !important;*/width: 69px;
}
.newsListTable td {
	padding-left:10px;
}
.newsListTable a:link ,
.newsListTable a:visited {
	text-decoration: none;
	color: #434343;
}
.newsListTable a:hover ,
.newsListTable a:active {
	text-decoration: underline;
}
