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

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

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

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

 }

body{
	font-size: 12px;
}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 130%;
}

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