A { 
text-decoration:underline; 
color: #15689A; 
}

A:hover {
text-decoration:underline; 
color: #E10000; 
}

.menu {
	text-decoration:none;
	color: #15689A;
	font-size: 12px;
}

.menu A {
	text-decoration:none;
	color: #15689A;
	font-size: 12px;
}

.menu A:hover {
	text-decoration:none;
	color: #FF0000;

 }
 
.sub_menu A {
	text-decoration:none;
	color: #666666;
	font-size: 12px;
}

.sub_menu A:hover {
	color:#DD0000;
	text-decoration: none;

}
 
.sub_menu {
	font-size: 12px;
	color: #666666;

}


body{
	font-size: 12px;

}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 120%;
}
.bg-top {
	background-image: url(../images/bg-blue.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.table-bg {
	background-image: url(../images/bg-gray02.jpg);
	background-repeat: repeat-x;
	background-color: #D3D3D3;
	background-position: top;


}
