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


/* ===================================================================
CSS information

 file name  :gnavi.css
 author     :
 style info :共通（ヘッダー、フッター）
=================================================================== */
/* --------------------------------------------------
グローバルナビ
-------------------------------------------------- */
/* #gNav
=====================================*/

#gNav {
	clear:both;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 33px;
}

* html #gNav {
	height: 1%;
}

#gNav li {
	float: left;
	position:relative;
}

#gNav li a {
	display: block;
	height: 33px;
	text-indent: -9999px;
	background-image: url(../img/share/navi_top2506.jpg);
	background-repeat:no-repeat;
}

#m01 a {
	width:225px;
	background-position: 0 0;
}

#m02 a {
	width:225px;
	background-position: -225px 0;
}

#m03 a {
	width:225px;
	background-position: -450px 0;
}

#m04 a {
	width:225px;
	background-position: -675px 0;
}

/*
メニューマウスオーバー時
=====================================*/
#gNav li a:hover {
	background-image: url(../img/share/navi_top2506_on.jpg);
}


.pkg {
	display: block;
}
