/* サブメニューの表示 */
div.submenu {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	font-weight: bold;
}

/* サブメニュー2(ヨコ)の表示 */
div.submenu2_Y {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 180px;
	font-weight   : bold;
}

/* サブメニュー2(タテ)の表示 */
div.submenu2_T {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 108px;
	font-weight   : bold;
}

/* サブメニュー2(ヨコ)の表示 */
div.submenu2_Y3 {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 280px;
	font-weight   : bold;
}

/* サブメニュー3の表示 */
div.submenu3 {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 138px;
	font-weight: bold;
}

/* サブメニュー4の表示 */
div.submenu4 {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 138px;
	font-weight: bold;
}

/* サブメニュー5の表示 */
div.submenu5 {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 108px;
	font-weight: bold;
}

/* サブメニュー7の表示 */
div.submenu7 {
	visibility    : hidden;
	position      : absolute;
	z-index       : 3;
	white-space   : nowrap;
	filter        : alpha(Opacity=80);
	-moz-opacity  : 0.80;
	opacity       : 0.80;
	color         : #FFFFFF;
	background    : #3B499F;
	font-size     : 12px;
	line-height   : 1.5;
	padding-right : 1em;
	width         : 92px;
	font-weight: bold;
}


/* サブメニューのリンク設定 */
/*
a.sub_list{
	display         : inline;
	text-align      : left;
	text-decoration : none; 
	color           : #FFFFFF;
}
a.sub_list:hover{
	color : #B1B9E2;
}
*/
