﻿*{
	margin: 0;
	padding: 0;
}

/*------------------------------------
	#menu スタイル
-------------------------------------- */
dl#menu{
	background: url(../images/gnavi/bg.gif) left center repeat-x;
	clear:right;
}

	dl#menu ul{
		list-style: none;
	}

	dl#menu dd{
		float: left;
		text-align: center;
		position: relative;
		width: 114px;
		height: 30px;
	}
	
	dl#menu dd.gside{
		float: left;
		text-align: center;
		position: relative;
		width: 115px;
		height: 30px;
	}
		
		dl#menu dd a{
			display: block;
			text-decoration: none;
			line-height: 30px;
			width: 114px;
			height: 30px;
		}
	
		dl#menu dd ul{
		/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
			background: url(../images/gnavi/bg_pull.gif) top repeat ;
			display: none;
			position: absolute;
			top: 27px;
			left: 0;
			z-index: 0;
		}
		
			dl#menu dd ul a{
				color: #0d55bc;
				height: auto;
				line-height: 130%;
				text-align: center;
				padding: 0px 0px;
				width: 116px;
			}
		
			dl#menu dd ul li.rollOver a.rollOverA{
				color: #ffffff;
			}
		
			dl#menu dd ul li{
				position: relative;
			}
			
				dl#menu dd ul li ul{
					display: none;
					position: absolute;
					top: 0px;
					left: 80px;
					z-index: 0;
				}