@import "default.css" ;
@import "menu.css" ;
@import "intop.css" ;.top_main h4 {
	text-align: right;
	margin-right: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
}
.top_main hr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #084D9F;
	margin-top: 15px;
}
#nav-one li {
	border-top: 1px solid #565656;
	border-left: 1px solid #565656;
	float: left;
	position: relative;
}
#nav-one li a {
	background: #000;
	color: #FFF;
	display: block;
	padding: 5px 25px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
}
#nav-one li:hover a, 
#nav-one li.sfHover a {
	background: #DDD;
	color: #000;
}
#nav-one li:hover ul a, 
#nav-one li.sfHover ul a {
	background: #000;
	color: #FFF;	
}
#nav-one li:hover ul a:hover, 
#nav-one li.sfHover ul a:hover {
	background: #DDD;
	color: #000;	
}
#nav-one ul {
	background: #000;
	margin-top: 3px;
	width: 100px;
	position: absolute;
	top: -999em;
	left: -1px;
}
#nav-one li:hover ul,
#nav-one li.sfHover ul {
	top: 25px;
}
#nav-one ul li {
	border: 0;
	float: none;
}
#nav-one ul a {
	width: 100px;
	border: 1px solid #000;
	border-bottom: 0;
	padding-right: 20px;
	white-space: nowrap;
}
#nav-one ul a:hover {
	background: #ccc;
	color: #000;
}






.opacity_link a img {
	border:none;
    filter:alpha(opacity=100);
    -moz-opacity:0.5;
    opacity:0.5;
    -khtml-opacity:0.5;
}
.opacity_link a:hover img {
	border:none;
    filter:alpha(opacity=50);
    -moz-opacity:1.0;
    opacity:1.0;
    -khtml-opacity:1.0;
}h6 {
	font-size: 12px;
	font-weight: normal;
	color: #F90;
	text-align: left;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #930;
	text-align: left;
}
