/*!!!!!!!!!!! MyCSSMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc10 .qmdivider {
	display: block;
	font-size: 1px; 
	border-width: 0px;
	border-style: solid;
	position: relative;
	z-index: 1;
	}

.qmmc10 .qmdividery {
	float: left;
	width: 0px;
	}

.qmmc10 .qmtitle {
	display: block;
	cursor: default;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	}

.qmclear {
	font-size: 1px;
	height: 0px;
	width: 0px;
	clear: left;
	line-height: 0px;
	display: block;
	float: none !important;
	}

.qmmc10 {
	position: relative;
	zoom: 1;
	z-index: 10;
	}

.qmmc10 a, .qmmc10 li {
	float: left;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 1;
	}

.qmmc10 div a, .qmmc10 ul a, .qmmc10 ul li {
	float: none;
	}

.qmsh div a {
	float: left;
	}

.qmmc10 div {
	visibility: hidden;
	position: absolute;
}


/*!!!!!!!!!!! MyCSSMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* MyCSSMenu 0 */

/*"""""""" (MAIN) Container""""""""*/
/*	#qm10 {
	background-color: #ffffff;
	border-width: 1px;
	border-style: solid;
	border-color: #286ee8;
	z-index: 50;
	}*/

#qm10 {
	display: block;
	text-align: center;
	background-color: #f0f5fc;
	border-bottom: solid 1px #286ee8;
	border-left: solid 1px #286ee8;
	border-right: solid 1px #286ee8;
	z-index: 5;
	}


/*"""""""" (MAIN) Items""""""""*/
#qm10 a {
	padding: 5px 31px;
	color: #112747;
	text-align: center;
	font-family: MS ゴシック, Verdana, Arial, Helvetica, sans-serif, Osaka;
	font-size: 0.923em;
	text-decoration:none;
	z-index: 5;
	}


/*"""""""" (MAIN) Hover State""""""""*/
#qm10 a:hover {
	background-color: #7776f2;
	color: #ffffff;
	z-index: 5;
	}


/*"""""""" (MAIN) Active State""""""""*/
body #qm10 .qmactive, body #qm0 .qmactive:hover	{
	background-color: #7776f2;
	text-decoration: underline;
	z-index: 5;
	}


/*"""""""" (SUB) Container""""""""*/
#qm10 div {
	padding: 5px;
	margin: 0px 0px 0px -1px;
	background-color: #eeeeee;
	border-width: 4px 1px 1px;
	border-style: solid;
	border-color: #7776f2;
	z-index: 5;
	}


/*"""""""" (SUB) Items""""""""*/
#qm10 div a	{
	padding: 2px 30px 2px 5px;
	border-width: 0px;
	border-style: none;
	z-index: 5;
	}


/*"""""""" (SUB) Hover State""""""""*/
#qm10 div a:hover {
	text-decoration: underline;
	z-index: 5;
	}


/*"""""""" Individual Vertical Dividers""""""""*/
#qm10 .qmdividery {
	margin: 3px 0px 3px 0px;
	border-left-width: 1px;
	height: 21px;
	border-color: #aeaeae;
	}