
/***********************************************************************
 * グローバルメニュー
 ***********************************************************************/
ul#gMenu{
	width:172px;
	list-style-type:none;
	line-height:1;
	padding:0px 2px 0px 4px;
}
/* グローバルメニュー > ボタン
------------------------------------------------------------ */
.lineBg{
	background:url(../../images/gmenu_bottomline.jpg) left top no-repeat;
	padding-top:20px;
}
ul#gMenu li a{
	display:block;
	width:142px;
	padding:2px 5px 10px 25px;
	font-weight:bold;
	color:#505050;
	background:url(../../images/gmenu_icon1.jpg) left top no-repeat;
}
ul#gMenu li a:hover{
	color:#0099cc;
}
ul#gMenu li span{
	display:block;
	width:142px;
	padding:2px 5px 10px 25px;
	font-weight:bold;
	color:#0099cc;
	background:url(../../images/gmenu_icon2.jpg) left top no-repeat;
}

/***********************************************************************
 * バナー
 ***********************************************************************/
ul#gBanner{
	width:178px;
	list-style-type:none;
	line-height:1;
	padding-top:30px;
}
ul#gBanner li{
  width:178px;
  height:62px;
	z-index:9999;
	margin-bottom:5px;
}
ul#gBanner li a.gbanner1{
  display:block;
  width:178px;	
	height:0;
	padding-top:62px;
	overflow:hidden;
  background:url(../../images/banner1.jpg) left top no-repeat;
}
ul#gBanner li a.gbanner2{
  display:block;
  width:178px;	
	height:0;
	padding-top:62px;
	overflow:hidden;
  background:url(../../images/banner2.jpg) left top no-repeat;
}
