﻿A { 
text-decoration:underline; 
color: #FF6600; 
}

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

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

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

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

 }
 
.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: #FF6600;

}


body{
	font-size: 14px;

}

tr {
	font-size: 12px;
}

.gyoukan {
	line-height: 1.4em;
}

blockquote strong {
	font-size:21px;
	color: #f00;
	}
.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;


}

