/* ====================================================================== */
/* 基本 */
/* ====================================================================== */

#menu-frame {
	width: 928px;
	height: 40px;
	text-align: center;
	background: #ffffff url("../img/cmn/menu_bg.jpg") repeat-x;
}

#menu {
	height: 100%;
	text-align: left;
	padding: 0px 13px;
}

.bt-clear { clear: left; }
.bt-other { float: left; }
.bt-firefox-nodotline {
	/**/
	overflow: hidden; /* Firefoxのリンク点線除去（w/MacIE5ホーリーハック） */
	/**/
}

.bt-plain {
	float: left;
	width: 150px;
	height: 40px;
	background:url("../img/menu/bt_plain_on.jpg") no-repeat;
	text-align: center;
}
.bt-plain a:hover { background: none; text-decoration: none; }
.bt-plain a {
	display: block;
	width: 150px;
	height: 40px;
	background: url("../img/menu/bt_plain_off.jpg") no-repeat;
	text-decoration: none;
	text-align: center;
}

.bt-plain-text { display: block; padding: 11px 0px 0px 0px; color: #333333; }

.bt-shadow {
	float: left;
	width: 1px;
	height: 40px;
	background: url("../img/menu/menu_shadow.jpg") no-repeat;
}

.bt-light {
	float: left;
	width: 1px;
	height: 40px;
	background: url("../img/menu/menu_light.jpg") no-repeat;
}

.bt-submenu {
	float: left;
	width: 200px;
	height: 26px;
	background:url("../img/menu/bt_submenu_on.jpg") no-repeat;
	text-align: left;
}
.bt-submenu a:hover { background: none; text-decoration: none; }
.bt-submenu a {
	display: block;
	width: 200px;
	height: 26px;
	background: url("../img/menu/bt_submenu_off.jpg") no-repeat;
	text-decoration: none;
	text-align: left;
}

.bt-submenu-text { display: block; padding: 6px 0px 0px 12px; }
.bt-submenu a:hover { color: #0000ff; }

.bt-desc {
	width: 100%;
	filter:alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* ====================================================================== */
/* フッタメニュー */
/* ====================================================================== */

#footer-menu {
	width: 900px;
	text-align: center;
	padding: 15px 0px 0px 0px;
	text-align: left;
}

#footer-menu-block {
	float: left;
	width: 135px;
	padding: 0px 7px 0px 7px;
	border-left: solid 1px #f2f2f2;
}

#footer-menu-block a {
	color: #333333;
	text-decoration: none;
}

#footer-menu-block a:hover {
	color: #ff7f00;
	text-decoration: none;
}

#footer-menu-parent a {
	color: #0000ff;
	text-decoration: none;
}

#footer-menu-indent {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	/*padding-left: 5px;*/
	list-style:none;
	line-height: 60%;
	color: #333333;
	text-decoration: none;
}

.footer-menu-sub-left {
	float: left;
	width: 15px;
}

.footer-menu-sub-right {
	float: left;
	width: 120px;
}
