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

A:hover {
text-decoration:underline; 
color: #0066CC; 
}
.menu {
	text-decoration:none;
	color: #999999;
	font-size: 12px;
}

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

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

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

.sub_menu A:hover {
	color:#FF0000;
	text-decoration: underline;

}
 
.sub_menu2 {
	text-decoration:none;
	color: #CCCCCC;
	font-size: 12px;
}
 
.sub_menu2 A {
	text-decoration:underline;
	color: #FF9900;
	font-size: 12px;
}

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

}


body{
	font-size: 12px;
	background-image : url(background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #EEEEEE;
}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 130%;
}

.table-or{
	background-image : url(table-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFAA36;
}
