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;

}

H1,H2,H3{
	margin: 0px;
	padding: 0px;
}

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;


}

H1 {
	color:#CBD9EB;
	font-size:12px;
}

H2 {
	color:#FFFFFF;
	font-size:12px;
}

