/*
				全体設定
			*/
*{
	margin: 0;
	padding: 0;
}

img{
	border: 0px;
}

form { margin: 0px; }


/*
				ここからそれぞれの欄の設定
			*/

#wrapper{ 	
			margin: 5px auto;
			width : 760px;
			margin: 0;
			padding: 0;
			
			}
#top-box {
	width: 760px;
	border: none;
			}

#globalnavi{
	width:	760px;
			}

#c-box {
	font-size: 10px;
			}


#d-box {
	width: 760px;
	height:255x;
	background-image: url(img/sky.jpg);
	background-repeat: no-repeat;
}

#e-box {
	width: 500px;
	height:255px;
	float: left;
	text-align: center;
	vertical-align: middle;
	position: static;
	margin: 0;
	padding-top: 5px;
			}
#f-box {
	width: 260px;
	height:255px;
	float: right;
	text-align: center;
	vertical-align: middle;
	position: static;
	margin: 0;
	padding: 0;
			}

#space{
	width:760px;
	height:1px;
	margin: 0;
	padding: 0;
}

#g-box {
	clear: both;
	width: 760px;
	background-color: #DBDBDB;
	margin: 0;
	padding: 0;
			}

#g1menu	{
	float:left;
	width: 190px;
	height: 102px;
	margin:0 ;
	background:url(img/blue_button.gif) repeat-y scroll center center;
		}

#g1menu ul li {
	list-style-type:none;
	
}


#g1menu a {
	display:block;
	width:190px;
	line-height:33px;
	text-align:center;
	color:#ffffff;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	list-style-type: none;
}

#g1menu a:hover {
	color:#999999;
}
	
	
#g2	{
	float: right;
	width: 570px;
	height: 102px;
	text-align: center;
	background-color: #DBDBDB;
	}
	
#h-box {
	clear:	both;
	width: 760px;
}

#hmenu		{
	float:left;
	width: 160px;
	height: 140px;
		}

#hmenu ul li {
	list-style-type:none;
}

#hmenu a {
	display:block;
	width:160px;
	text-align:left;
	color:#000066;
	font-weight:bold;
	font-size:12px;
	text-decoration:none;
	padding-top:0px;
	margin:0;
	padding-left:10px;
	}

#hmenu a:hover {
	color:#999999;
}


	
#h-b2	{
	float: right;
	width: 560px;
	height: 140px;
	_margin: 0px;
	_padding: 0px;
	}

#h-news	{
	float: left;
	width:	370px;
	height: 140px;
	text-align: left;
	list-style-type: none;
	overflow: scroll;
	position: static;
	font-size: 10px;
	text-indent: 1pt;
	padding-top:5px;
	text-decoration: none;
	}
	
#h-news a {
	text-decoration: none;
	color: #666666;
}
	
#scroll {overflow:auto;36590 padding: 5px 10px 5px 5px;10FFFFFF}
	
#ULpromo1	{
	float: right;
	width:190px;
	height: 140px;
	padding-top: 5px;
	}


#i-1box {
	clear:	both;
	width: 760px;
	margin:0;
	padding:0;
			}
#i-2box{
	width:760px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
	
#footerimg {
	width:760;
	height:10px;
	padding-top:5px;
	}
	
#footer {
	width:760px;
	height:20px;
	font-size: 10px;
	color: #999999;
	margin: 0px auto;
	text-align: center;
	padding-top: 10px;
		}
		
#footer ul{
	margin:0px 0px 1em;
	padding: 0px;
	list-style-type:none;
		}
		
#footer li	{
		display: inline;
		padding-right:	1em;
		padding-left:	1em;
		}
		
#copyright	{
	height: 20px;
	font-size:	10px;
	color: #999999;
	margin:	0px auto;
	text-align: center;
}

/*------------------------------------
	#Global navi の　menu スタイル
-------------------------------------- */
dl#menu{
	float:left;
	
}

	dl#menu ul{
		list-style: none;
		display: none;
}

	dl#menu dd{
	text-align: center;
	position: relative;
	height: 25px;
	float: left;
	text-align: center;
	width: auto;
}
		
	dl#menu dd a{
	display: block;
	line-height: 35px;
	width: auto;
	height: 25px;
	text-decoration:none;
}
	
	dl#menu dd ul{
	/*
			グローバルメニュー下、プルダウンメニューのスタイル。
		*/
	background-color: #B2D4F2;
	position: absolute;
	border-left: solid 1px #eef;
	border-top: solid 1px #eef;
	border-right: solid 1px #003392;
	border-bottom: solid 1px #003392;
	top: 25px;
	left: 0px;
	width: 125px;
	z-index: 0;
}
		
	dl#menu dd ul a{
	font-size: 75%;
	color: #0d55bc;
	height: 18px;
	line-height: 120%;
	text-align: left;
	padding: 2px 2px;
	width: auto;
}		
										
	dl#menu dd ul li.rollOver a.rollOverA{
	color: #000066;
	background-color: #A6C0FF;
}
		
	dl#menu dd ul li{
	position: relative;
}
			
	dl#menu dd ul li ul{
	display: none;
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 0;
}