<STYLE TYPE="text/css">
<!--

.top_menu_clear {
	clear:both;
}

.top_menu_box {
	width : 100%;
	height: 41px;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
}

/* メニュー部 サイズ固定 */
.top_menu_box_size {
	width : 960px;
	margin:auto;
}

.top_menu {
	padding:0;
	margin:0;
}

.top_menu li {
	width:240px;
	height: 40px;
	float:left;
	padding:0;
	margin:0;
	text-align:center;
	list-style:none;
}

.top_menu_link {
	width:auto;
	color: #333333;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:14px;
	font-weight:none;
	
	padding:10px 0px;
	text-decoration:none;
	display:block;
	background: #FFFFFF;
	/*text-shadow:0 -1px 0px #333,0 1px 0px #555;*/
	
	//border-right:1px solid #c0c0c0;
	//box-shadow: 0px 0px 0px rgba(0,0,0,0.1) inset;
}
.top_menu_link:hover {
	color: #000000;
	background:#f0f8ff;
	//border-right:1px solid #c0c0c0;
}

.top_menu_link_select {
	width:auto;
	color: #FFFFFF;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:14px;
	font-weight:none;
	
	padding:5px 0px;
	text-decoration:none;
	display:block;
	background: #c0c0c0;
	/*text-shadow:0 -1px 0px #333,0 1px 0px #555;*/
	
	border-right:1px solid #c0c0c0;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1) inset;
}
.top_menu_link_select:hover {
	background:#9db000;
}

.top_menu_sub_box {
	width : 100%;
	height: 30px;
	padding: 0px;
	margin: 0px;
	background-color: #043c78;
}

/* メニュー部 サイズ固定 */
.top_menu_sub_box_size {
	height: 30px;
	width : 100%;
	display:table-cell;
	vertical-align:middle;
}

.top_menu_link_sub {
	text-decoration: none;
	color: #fffff9;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-size:14px;
	margin-left :35px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-ms-transition: 0.2s;
	transition: 0.2s;
}
.top_menu_link_sub:hover {
	color: #bbdbf3;
}

/* サイトポジション表示 */
.top_site_pos_box {
	width : 100%;
	height: 28px;
	padding: 0;
	margin: 0px;
}


-->
</STYLE>