/*プルダウンメニュー*/

/*追加*/
#headerpc {
	font-size: 104%;
	text-align: center;
	max-width: 950px;
	margin: 0 auto;
	padding: 0px;
	}
/*追加ここまで*/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	/*↓メニューを前面に出す　これ重要!*/
	z-index: 999;
	/*↑これ重要!*/
}
.sf-menu li {
	position: relative;
	width: 126px;
	line-height: 215%;
	border-left: 1px solid #aaa;
	height: 55px;
}
.sf-menu li.home {
	width: 50px;
}
.sf-menu li li {
	position: relative;
	width:  100%;

}
/*2行のテキストセンターへ*/
.sf-menu li.line2 {
	line-height: 120%;
    font-size: 90%;
}
/*最後のitem、右端のline*/
.sf-menu li.last {
	border-right: 1px solid #aaa;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
/*	float: left;
*/	/*margin-bottom: 1em;*/
}
.sf-menu ul {
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	border-top: 1px solid #aaa; /* fallback colour must use full shorthand */
	border-top: 1px solid #aaa;
	padding: 0.75em 1.25em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.sf-menu a {
	color: #000;
	font-weight: normal;
}
.sf-menu li {
	background: url(../img_top/sf-menu_bk.png) no-repeat right bottom;
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .0s;
	transition: background .0s;
}
.sf-menu ul li {
	background: #fbfbfb;
}
.sf-menu ul ul li {
	background: #fbfbfb;
	border-bottom: 1px solid #aaa;
}
.sf-menu li a.on,
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: url(../img_top/sf-menu_on_bk.png) no-repeat right center;
		/*background: #c1dafc;*/
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li.home a.on,
.sf-menu li.home:hover,
.sf-menu li.home.sfHover {
	background: url(../img_top/sf-menu_on_bkhome.png) no-repeat right center;

}


.sf-menu  ul li:hover  {
	background: #3CC url(../img_top/sf-menu_on_bk2.png) repeat-x right bottom;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;


	/**padding-right: 1em;*/ /* no CSS arrows for IE7 (lack pseudo-elements) */
}
.honbun .contents #naka {
}
