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

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

.menu A {
	text-decoration:none;
	
	
  color : black;
  
}

.menu A:hover {
	text-decoration:none;
	
	color : white;
  background-color : red;
}
 
.menu {
	font-size : 13px;
	color : black;
  background-image : url(../images/menu_bg.gif);
  background-repeat : repeat-x;
  
  height : 35px;
}


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

.sub_menu A:hover {
	text-decoration:underline;
	color:#FF3300;
 }
 
.sub_menu {
	font-size: 10px;
	color: #999999;

}

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

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

BODY{
	font-size: 12px;
  text-align : center;
  margin-top : 0px;
  margin-bottom : 0px;
}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 150%;
}

.gyoukan1 {
	line-height: 250%;
}


.font1{
  font-size : 14px;
  line-height : 150%;
  

  margin-left : 5px;
}
H1{
  font-size : 12px;
  text-align : left;
  margin-top : 0px;
  margin-bottom : 0px;
  width : 750px;
}
.main{
  font-size : 14px;
  line-height : 190%;
}
.kentei{
  height : 250px;
  
  width : 560px;
  
  background-image : url(../images/kentei1.gif);
  background-repeat : no-repeat;
  text-align : center;
}
.kentei_text{
  font-size : 13px;
  line-height : 130%;
  text-align : left;
  width : 530px;
  height : 230px;
  margin-top : 15px;
  overflow : auto;
}

