BODY {
     margin-top:0px;
     scrollbar-face-color:#FFFFFF; 
     scrollbar-highlight-color: #FFFFFF; 
     scrollbar-shadow-color: #666666; 
     scrollbar-3dlight-color: #CCCCCC; 
     scrollbar-arrow-color: #666666; 
     scrollbar-track-color: #FFFFFF; 
     scrollbar-darkshadow-color: #FFFFFF;
}
     A:link {
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
     A:visited {
	color: #9999FF;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
     A:active {
	color: #3399cc;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
     A:hover {
	color: #9999FF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
     A:link,A:visited,A:active,A:hover {text-decoration:none}
	 
/*特定の範囲のリンクだけ色を変える*/
.under_menu {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.under_menu A:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.under_menu A:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.under_menu A:active {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
.under_menu A:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.text {
	font-size: 12px;
	color: #666666;
	line-height: 17px;
	font-weight: bold;
}
.site_rights {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
