/*- drop_down1 ---------------------------------- */
#dd {
	margin: 0;
	padding: 0;
}

#dd li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 12px arial;
}

#dd li a.menu {
	display: block;
	text-align: center;
	background: #FF6;
	padding: 5px 15px;
	margin: 0 1px 0 0;
	color: #00F;
	width: 100px;
	text-decoration: none;
}

#dd li a.menu:hover {
	background:#F99;
}

.submenu {
	background:#FFC;
	border: 1px solid #ff8000;
	visibility: hidden;
	position: absolute;
	z-index: 3;
}

.submenu a {
	display: block;
	font: 12px arial;
	text-align: left;
	text-decoration: none;
	padding: 5px 20px;
	color: #09F;
}

.submenu a:hover {
	background: #6FF;
	color: #00F;
}
/* 
--------------------------*/
ul.mnu1{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:10pt;
	color:#0000FF;
	line-height:150%;
	padding-left:5px;
	list-style-type:none;
	margin-top:3px;
}
ul.mnu1 a{
	text-decoration:none;
}
ul.mnu1 a:hover{
	text-decoration:underline;
	color:#F00;
}
hr.mgn{
	margin-top:2px;
	margin-bottom:2px;
}
/*
----------------------------------*/
