/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.menu ul.m_button{
	width:900px;
	position:relative;
	z-index:100;
}
.menu ul li a, .menu ul li a:visited {
	display:block;
	text-decoration:none;
	width:180px;
	height:46px;
	text-align:center;
	color:#534235;
	border-top:1px solid #fff;
	line-height:12px;
	font-size:12px;
	overflow:hidden;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.menu ul {
	padding:0;
	margin:0;
}
.menu ul li {
	float:left;
	position:relative;
	list-style: none;
}
.menu ul li ul {display: none;}
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:47px; 
	left:0; 
	}
.menu ul li:hover ul li a {
	display:block;
	padding-top:8px;
	height:12px;
	padding-bottom:8px;
}
.menu .m_button .m_button0 ul li a {
	background: #E0EFD3;
}
.menu .m_button .m_button0 ul li a:hover {
	background: #C7E2B1;
}
.menu .m_button .m_button1 ul li a {
	background: #D6E9E4;
}
.menu .m_button .m_button1 ul li a:hover {
	background: #B5D7CE;
}
.menu .m_button .m_button3 ul li a {
	background-color: #E6D8CC;
}
.menu .m_button .m_button3 ul li a:hover {
	background: #D7C2B1;
}
.menu .m_button .m_button4 ul li a {
	background-color: #F9CABC;
}
.menu .m_button .m_button4 ul li a:hover {
	background-color: #F9C0B0;
}
.menu .m_button .m_button5 ul li a {
	background-color: #FFECB4;
}
.menu .m_button .m_button5 ul li a:hover {
	background-color: #FFE493;
}
.menu .m_button .m_button0 ul li .m_button0group{padding-top:8px;
height:28px;
line-height:14px;
padding-bottom:8px;}

