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

#menu {
	height: 100%;
}

#menu-text {
	padding: 15px 0px 15px 10px;
	border-top: solid 1px #244B82;
	border-bottom: solid 1px #041E44;
}

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

.bt-plain {
	float: left;
	display: block;
	line-height: 110%;
	width: 200px;
	background:url("../img/menu/bt_plain_on.gif") no-repeat;
	border-top: solid 1px #244B82;
	border-bottom: solid 1px #041E44;
}
.bt-plain a {
	display: block;
	width: 177px;
	padding: 10px 0px 7px 23px;
	background: url("../img/menu/bt_plain_off.gif") no-repeat;
	text-decoration: none;
	color: #ffffff;

}
.bt-plain a:hover { background-color: #041E44; text-decoration: none; color: #ffffff; }

.bt-plain-submenu {
	float: left;
	display: block;
	line-height: 110%;
	width: 200px;
	border-top: solid 1px #244B82;
	border-bottom: solid 1px #041E44;
}
.bt-plain-submenu a {
	display: block;
	width: 170px;
	padding: 5px 0px 3px 30px;
	text-decoration: none;
	color: #ffffff;

}
.bt-plain-submenu a:hover { background-color: #041E44; text-decoration: none; color: #ffffff; }

.bt-plain-text { color: #ffffff; }
.bt-plain-text a { background: none; color: #ffffff; }
.bt-plain-text a:hover { background: none; color: #ffffb0; }

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

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

#footer-menu {
	width: 660px;
	text-align: center;
	padding: 15px 20px 15px 20px;
	text-align: left;
	border-top: solid 1px #ffffff;
}

#footer-menu-block {
	float: left;
	width: 200px;
	padding: 0px 10px 0px 9px;
	border-left: solid 1px #ffffff;
}

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

#footer-menu-block a:hover {
	color: #ff6600;
	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;
}

