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

A:hover {
text-decoration:underline; 
background:none; 
color: #FF0000; 
}

.menu A {
	text-decoration:none;
	color: #333333;
	font-size: 10px;

}

.menu A:hover {
	text-decoration:none;
	background:#FFFFFF;
	color:#000000;
 }

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

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

.sub_menu {
	font-size: 10px;
}

 
.link A {
	text-decoration:none;
	color: #333333;
	font-size: 12px;
	line-height: 140%;
}

.link A:hover {
	text-decoration:underline;
	color:#CC0000;
 }
 
.link {
	font-size: 10px;
}

 
body{
	font-size: 12px;
}

.gyoukan {
	font-size: 12px;
	line-height: 150%;
}

tr {
	font-size: 12px;
}
.font10 {
	font-size: 10px;
	line-height: normal;
}
.title1 {
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
}
.title2 {
	font-size: 12px;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
}
.title3 {
	font-size: 14px;
	font-style: italic;
	color: #000000;
}
.style2 {
	color: #FF0000;
}
a img {
	border: 4px none;
}
a:hover img {
	border: 4px ridge mediumaquamarine;
	filter: Alpha(opacity=100);
}
p {
	margin-top:0px;
	margin-bottom:0px;
}