div#topPageContent{width:840px;}


div#topVisual {display:none;}



div#newsBox {
	position:relative;
	height:240px;
	overflow:auto;
}

h3#newsHead{
	position:absolute; 
	top:10px; left:10px;
	width:90px; 
	text-align:center;
	font-size:14px;
	color:#FFF;
	background:#09F;
	border:solid 1px #06F;
	border-radius:5px;padding:5px;
	}

#topLeft{	
	float:left;
	width:600px;
}

#topRight{
	float:right;
	width:200px;

}

h2#newsTitle{padding-bottom:4px; padding-left:20px; float:left;}

table#topNews {
	width:90%;
	border:dotted 1px #ccc;
	border-radius:6px;
	padding-bottom:10px;
	padding-right:14px;
	margin-left:50px;
	margin-top:30px;
	padding-left:40px;
}
table#topNews th , table#topNews td{vertical-align:top; font-weight:normal;border-bottom:dotted 1px #ccc;}
table#topNews th {padding:4px 6px 4px 30px; white-space:nowrap; color:#09F;font-weight:bold;width:10%;text-align:left;}
table#topNews td {padding:4px;}


h2 {font-size:115%;}

#wrapper{}

#topBnrs{margin-top:6px;}

#topBnrs li{margin-bottom:6px;}

.bnr01 a{
	display:block;
	padding:14px 4px 14px 16px;
	background:#9FC;
	font-weight:bold;
	text-decoration:none;
	color:#360;
	border-radius:6px;
	border:solid 1px #00CC33;
	text-shadow:#fff 1px 0 1px,#fff -1px 0 1px,#fff 0 1px 1px,#fff 0 -1px 1px;
	}

.bnr01 a:hover{
		background:#AFD;
		color:#36F;
		}

.bnr02 a{
	display:block;
	padding:14px 4px 14px 16px;
	background:#9FC;
	font-weight:bold;
	text-decoration:none;
	border-radius:4px;
	border:solid 1px #00CC33;
	}

