@charset "UTF-8";
/* CSS Document */
body{
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


ul,li{margin:0; padding:0; z-index:2; position:relative;}
ul#menu{margin:10px auto; width:750px;}
ul#menu li{
	float:left;
	width:150px;
	height:30px;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #666;
	background: #CC33FF;
	font-size: 86%;
}

ul#menu li a{
	display:block;
	width:148px;
	height:100%;
	line-height:30px;
	color:#fff;
	text-decoration:none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
ul#sub li{
	float:none;
}

ul#menu li ul#sub li{
	width:150px;
	height:24px;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #666;
	background: #DBBDFF;
}

ul#menu li ul#sub li a{
	display:block;
	width:148px;
	height:100%;
	line-height:24px;
	color:#30C;
	text-decoration:none;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	font-size: 90%;
}

ul#menu li ul#sub li a:hover{
	width:150px;
	height:24px;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #666;
	text-decoration: underline;
	background: #CC33FF;
	color:#FFF;
}	
	


/* 使わない取り置き
.menuTittle{
	font-size: 15px;
}*