@charset "utf-8";

/* @group Basic */

#gnav-wrapper {
	width:100%; height:32px;
	background-repeat:repeat-x;
	padding: 0; margin: 0;
}

#gnav-center {
	margin-left: auto;
	margin-right: auto;
}


#gnav {
	background-color: #eee;
	background-repeat: repeat-x;
	padding: 0; margin: 0;
	height:32px;
	overflow: hidden; /* for Mac IE */

	/* override styles */
	width: 1000px;
	background-image: url(../images/gnav2/bg.gif);
}
#gnav:after {
	content:""; display: block;
	clear: both;
}

#gnav ul {
	position: relative;
	padding: 0; margin: 0;
	height:32px;
	overflow: hidden; /* for Mac IE */

	/* override styles */
	width: 1000px;
}

#gnav ul li {
	float: left; display: inline; /* for IE */
	list-style: none;
	height:32px;
	position: relative;
	z-index:9;
	/* text-indent:-100em; for Firefox 3 */
	background-repeat:no-repeat;
}
#gnav ul li:after {
	content:""; display: block;
	clear: both;
}

#gnav ul li a {
	float:left; display:block;
	height:32px;
	position:relative;
	z-index:10;
	background-repeat:no-repeat;
	text-decoration:none;
	text-indent:-100em; /* for Firefox 3 */

	/* override styles */
	/* background-image:url(); */
}

#gnav ul li a:hover {
	background-color:transparent;
}

/* @end */


/* @group Special Effects for highlight and mouse over (js) */

#gnav li.background {
	background: url(../images/gnav2/bg_hi.gif) repeat-x bottom right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#gnav li.background .left {
	background: url(../images/gnav2/bg_hi.gif) repeat-x bottom left;
	height: 32px; /* 36->29 */
	margin-right: 9px;
}

/* @end */


/* @group Tips */

.custom-tip {
	color: #000;
	z-index: 13000;
	font-size:12px;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'ＭＳ Ｐゴシック', sans-serif;
}
 
.custom-title {
	margin: 0;
	color: #ffc;
	padding: 8px 8px 0 8px;
	background: #333;
}

.custom-title * {
	font-size: 12px; line-height:160%;
}

.custom-text {
	color: #eee;
	padding: 0 8px 8px 8px;
	background: #333;
}

.custom-text * {
	font-size: 11px; line-height:160%;
}

/* @end */

