@charset "utf-8";
/* CSS Document */


.topLine, .subLine {
	display:none;
}

a.topA{color:#0065a6;font-weight:bold;font-size:13px;}
a.subA{color:#505050;font-weight:normal;font-size:13px;}

.active.topA {color:#0065a6;font-weight:bold;font-size:13px;}
.active.subA, .subA:hover {color:#0065a6;font-weight:normal;}

.topA:hover{color:#5791c2;}


.topmenu {
	text-transform:uppercase;
	line-height:20px;
	font-size:15px;
	
	letter-spacing:1px;
}

.active.topmenu .subnavi_holder {
	display:block;
}

.subnavi_holder {
	display:none;

	text-transform:none;
	font-size:13px;
	padding-top:1px;
	padding-bottom:11px;
}

.sublink  {
	padding-left:14px;
}

.active.sublink, .sublink:hover {
	background-image:url(../pics/blue_arrow.png);
	background-repeat:no-repeat;
	background-position:left 5px;
}
