A  { color: #390; text-decoration: underline }

A:hover  { color: #3c0; text-decoration: underline }

.menu {
	color: #FFFFFF;
	font-size: 12px;
}

.menu A {
	text-decoration:none;
	color: #FFFFFF;
	font-size: 12px;
}

.menu A:hover  { color: #09f; text-decoration: none; background: #fff4fc }
 
.sub_menu A  { color: #3c64b5; font-size: 12px; text-decoration: none }

.sub_menu A:hover {
	color:#FF0000;
	text-decoration: none;

}
 
.sub_menu {
	font-size: 12px;
}


body{
	font-size: 12px;

}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 120%;
}

.main-bg   { background-color: #3c0; background-repeat: repeat-x; background-position: 50% top }
