/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
	width: 100%;
}
.nav ul {
	position:absolute;
	top: -999em;
	width: 127px; /*** リストの幅 ***/
}

.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:0px;
	top:38px;　/*** リストの高さ ***/
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:auto;
	top:0px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
}
.nav li {
	background:#fcfcfc;
	width:auto;
}
.nav a {
	color: #666666;
	text-decoration:none;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
}
.nav li li {
}
.nav li li li {
}

/* サブメニュー--------------------*/
.submenu {
	width: auto;
	margin: 0px;
	letter-spacing: -0.1em;
	visibility: hidden;
	position: absolute;
	width: 127px;
	
}

.submenu li {
	display: block;
	text-align: center;
	font: 11px;
	width: 127px;
	margin: 0px;
	text-decoration: none;
	line-height: 200%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-color: #f7f7f7;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	color: #999999;
}
.submenu a {
	display: block;
	color: #444444;
	background: #e4e7ea;
	width: 127px;
}
.submenu a:hover {
    background: #c2cfd6;
	text-decoration: none;
	color: #333333;
	display: block;
	width: 127px;
}

.sb06,.sb06 a,.sb06 a:hover {
	width: 125px!Important;
}

.sb07,.sb07 a,.sb07 a:hover {
	width: 152px!Important;
}