*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
	background: url(../../images/navi_sub05.jpg) left center repeat-x;
	float: left;
}

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

	dl#menu dd{
		border-right: solid 1px #fff;
		float: left;
		text-align: center;
		position: relative;
		width: 158px;
		height: 40px;
	}
		
		dl#menu dd a{
			display: block;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			line-height: 35px;
			width: 158px;
			height: 40px;
		}
	
		dl#menu dd ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-color: #D7F1A5;
			border-left: solid 1px #DADADA;
			border-top: solid 1px #DADADA;
			border-right: solid 1px #C1C1C0;
			border-bottom: solid 1px #C1C1C0;
			display: none;
			position: absolute;
			top: 40px;
			left: 0;
			z-index: 0;
		}
		
			dl#menu dd ul a{
				font-size: 76%;
				color: #333333;
				height: auto;
				line-height:22px;
				text-align: left;
				padding: 5px;
				width: 146px;
			}
		
			dl#menu dd ul a.hierarchy{
				background: url(../images/gmArrow.gif) 122px center no-repeat;
			}
		
			dl#menu dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #55B506;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #fff;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 135px;
					z-index: 0;
				}
				
.offl {
	float:left;
	clear:both;

}


/*------------------------------------
	#menu スタイル guitar
-------------------------------------- */

dl#menu_g{
	background: url(../../images/navi_sub05.gif) left center repeat-x;
	float: left;
}

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

	dl#menu dd{
		border-right: solid 1px #fff;
		float: left;
		text-align: center;
		position: relative;
		width: 158px;
		height: 40px;
	}
		
		dl#menu dd a{
			display: block;
			color: #fff;
			font-weight: bold;
			text-decoration: none;
			line-height: 35px;
			width: 158px;
			height: 40px;
		}
	
		dl#menu dd ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background-color: #FFDB7D;
			border-left: solid 1px #DADADA;
			border-top: solid 1px #DADADA;
			border-right: solid 1px #C1C1C0;
			border-bottom: solid 1px #C1C1C0;
			display: none;
			position: absolute;
			top: 40px;
			left: 0;
			z-index: 0;
		}
		
			dl#menu dd ul a{
				font-size: 76%;
				color: #333333;
				height: auto;
				line-height:22px;
				text-align: left;
				padding: 5px;
				width: 146px;
			}
		
			dl#menu dd ul a.hierarchy{
				background: url(../images/gmArrow.gif) 122px center no-repeat;
			}
		
			dl#menu dd ul li.rollOver{
			/*
				プルダウンメニュー、マウスオーバー時のスタイル。
			*/
				background-color: #FFB300;
			}
			
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #fff;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 135px;
					z-index: 0;
				}
				
.offl {
	float:left;
	clear:both;

}

