#wrapper {
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
background:url(../images/entrytitle.png) repeat;
/*background: #CCCC33;*/
float: left;
}

dl#menu ul{
list-style: none;
}

dl#menu dd{
border-right: solid 1px #fff;
float: left;
text-align: center;
position: relative;
width: 107px;
height: 30px;
}

dl#menu dd a{
display: block;
background:url(../images/entrytitle.png) repeat;
/*background: #CCCC33;*/
color: #000000;
color: #fff;
font-weight: nomal;
text-decoration: none;
line-height: 30px;
width: 106px;
height: 30px;
}

dl#menu dd ul{
/*
グローバルメニュー下、プルダウンメニューのスタイル。
*/
border-left: solid 1px #666633;
border-top: solid 1px #666633;
border-right: solid 1px #666633;
border-bottom: solid 1px #666633;
display: none;
position: absolute;
top: 30px;
left: 0;
z-index: 0;
}

dl#menu dd ul a{
background:url(../images/entrytitle.png) repeat;
/*background: #CCCC33;*/
color: #FFFFFF;
height: auto;
line-height: 100%;
text-align: left;
padding: 5px 10px;
width: 130px;
}

dl#menu dd ul a.hierarchy{
/**/}

dl#menu dd ul li.rollOver{
/*
プルダウンメニュー、マウスオーバー時のスタイル。
*/
background: #CCFF99;
}

dl#menu dd ul li.rollOver a.rollOverA{
background:url(../images/entrytitle.png) repeat;
/*background: #CCCC33;*/
color: #CCCC33;
}

dl#menu dd ul li{
position: relative;
}

dl#menu dd ul li ul{
display: none;
position: absolute;
top: 0px;
left: 135px;
z-index: 0;
}