* {
        margin: 0;
        padding: 0;
        list-style: none;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */

#pulldown-menu{
	margin-right: auto;
	width: 860px;
	position: relative;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

ul#pulldown-menu a:link,
ul#pulldown-menu a:visited {
	background-image: url(images/botom1.png);
}

ul#pulldown-menu a:hover,
ul#pulldown-menu a:active {
        background: #FF9933;
}

dl#menu2{
	float: right;
	background-position: center;
}

dl#menu2 ul{
	list-style: none;
}

dl#menu2 dd{
	border-right: solid 1px #fff;
	float: right;
	text-align: center;
	position: relative;
	width: 121px;
	height: 30px;
	vertical-align: middle;
}
	
dl#menu2 dd a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	width: 121px;
	height: 30px;
	vertical-align: middle;
}
	
dl#menu2 dd ul{
	display: none;
	position: absolute;
	top: 30px;
	z-index: 0;
	background-image: url(images/botom1.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eef;
	border-right-color: #003392;
	border-bottom-color: #003392;
	border-left-color: #eef;
	width: 121px;
	left: 0px;
	margin-left: 0px;
	padding-left: 0px;
}
		
dl#menu2 dd ul a{
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	width: 121px;
	line-height: 30px;
	font-weight: normal;
	padding: 0px;
}
		
dl#menu2 dd ul li.rollOver{
	background-image: url(images/botom1.png);
	background-repeat: repeat-x;

}
			
dl#menu2 dd ul li.rollOver a.rollOverA{
	color: #D1E880;
}
		
dl#menu2 dd ul li{
	position: relative;
	left: 0px;
}

dl#menu2 dd ul li ul{
	position: absolute;
	top: 0px;
	left: 121px;
	z-index: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	font-size: 0.9em;
	background-repeat: repeat-x;
	text-align: center;
	white-space: normal;
	width: 121px;
}

