@charset "utf-8";


/*****************/
/**		top		**/
/*****************/

.whole_bglayer2 {
	background-image: url(../images/common/bg_repeat_right2.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.contents {
	background-image: url(../images/common/bg_top_contents2.gif);	
	background-repeat: no-repeat;
	background-position: left top;
	float:left;
	width:475px;
	padding:15px 7px 30px 7px;
}

.newstable {
	line-height:12px;
}

.newstable .newstitle {
	margin:5px 0px 5px 0px;
}
.newstable li {
	display:block;
	background-image: url(../images/common/tablebox.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding:4px 10px 12px 10px;
	list-style-type: none;
	
}
.newstable a:link, .newstable a:visited {
	color:#333333;
}
.newstable a:hover, .newstable a:active {
	color:#666666;
}
.newstable .btn_moreinfo {
	text-align: right;
	margin-bottom:8px;
}
.newstable .date {
	font: bold 11px Arial, Helvetica, sans-serif;
}

.periodic {
	color:#CC0000;
	text-align:center;
	margin-top:17px;
}

