@charset "utf-8";
/* CSS Document */

/* グローバルメニュー */
#gMenu{
	width:940px;
	height:38px;
	margin:5px auto 0 auto;
	text-align:left;
	color:#fff;
	background:url(/img/gt2010/bg_menu.jpg) no-repeat;
	font-size:14px;
}
#gMenu img{ border:none;}
#gMenu ul{ margin:0; padding:0 1px;}
#gMenu li{ float:left; list-style:none; margin:0; padding:0;}
#gMenu a{
color:#000;
text-align:center;
display:block;
float:left;
margin:4px 0 0 0;
width:120px;
background-position:left top;
position:relative;
}
#gMenu a:hover{
background-position:left 30px;
}

.gmNew{position:absolute; right:15px; top:-18px;}


/* メニューの現在位置表示用（メニューが増えたら必ず追加） */
#gMenu.top .top a,
#gMenu.titles .titles a,
#gMenu .support .support a,
#gMenu.mypage .mypage a,
#gMenu.free_cont .free_cont a{ background-position:left 30px;}

.top .top a,
.titles .titles a,
.support .support a,
.mypage .mypage a,
.users .users a{ background-color:#B0DAE1;font-weight:bold;}

#gMenu .top a{ width:60px;}