/* CSS Document */
a:link {
	color: #003399;
	text-decoration: none;
}

a:visited {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #FF3366;
	text-decoration: none;
}

a:active {
	color: #FF0000;
	text-decoration: none;
}

/******************TOPページ用スタイルシート*****************/

.topic-news{
	font-size:12px;
	padding:2px 3px 0px 3px;
	margin:0 10px 0 0;
	color:#FFFFFF;
	background-color:#000033;
}

.topic-body{
	clear:left;
	padding:5px 10px 5px 10px;
}


#Rightbody-topL{
	width:400px;
	padding:0px 0px 0px 0px;
	margin-top:5px;
	float:left;
}
.Rightbody-topL-top{
	width:395px;
	font-size:14px;
	padding:2px 0px 0px 5px;
	color:#CC3333;
	font-weight:bold;
	background-color:#FFCC66;
}

.Rightbody-topL-top2{
	font-size:14px;
	padding:2px 0px 0px 5px;
	color:#000066;
	font-weight:bold;
	background-color:#99CCFF;
}

#Rightbody-topR{
    width:160px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:5px 0px 0px 10px;
	background-color:#CCCCCC;
	float:left;
}
.Rightbody-topR-midashi{
    width:auto;
	height:auto;
	margin:0px 0px 4px 0px;
	background-color:#9999CC;
	color:#003366;
	text-align:center;
	clear:left;
}
.Rightbody-topR-body{
    width:auto;
	height:auto;
	padding:0px 4px 0px 4px;
	color:#003366;
	clear:left;
}
