@charset "UTF-8";

/* CSS Information ==============================
g_navi.css
============================================== */

/*====================
 +g_navi
====================*/
#g_navi {
	position: absolute; 
	top: 90px; 
	left: 2px;
	z-index: 1;
}

#g_navi .g_navi01 a {
	position: absolute;
	display: block;
	text-indent: -9999pt;
	width: 319px;
	background: url(../images/common/g_navi01_dwn.png) no-repeat left;
	width: 266px;
	height: 55px;
	top: 3px;
}
#g_navi .g_navi01 a:hover{
	background: url(../images/common/g_navi01_hvr.png) no-repeat left;
}
#g_navi .g_navi01 a:active,
#g_navi .g_navi01 #active{
	background: url(../images/common/g_navi01_act.png) no-repeat left;
	width: 275px;
	height: 60px;
	top: -2px;
}


#g_navi .g_navi02 a{
	position: absolute;
	display: block;
	text-indent: -9999pt;
	width: 319px;
	background: url(../images/common/g_navi02_dwn.png) no-repeat left;
	width: 266px;
	height: 55px;
	top: 64px;
}
#g_navi .g_navi02 a:hover{
	background: url(../images/common/g_navi02_hvr.png) no-repeat left;
}
#g_navi .g_navi02 a:active,
#g_navi .g_navi02 #active{
	background: url(../images/common/g_navi02_act.png) no-repeat left;
	width: 275px;
	height: 60px;
	top: 59px;
}

#g_navi .g_navi03 a{
	position: absolute;
	display: block;
	text-indent: -9999pt;
	width: 319px;
	background: url(../images/common/g_navi03_dwn.png) no-repeat left;
	width: 266px;
	height: 55px;
	top: 123px;
}
#g_navi .g_navi03  a:hover{
	background: url(../images/common/g_navi03_hvr.png) no-repeat left;
}
#g_navi .g_navi03 a:active,
#g_navi .g_navi03 #active{
	background: url(../images/common/g_navi03_act.png) no-repeat left;
	width: 275px;
	height: 60px;
	top: 118px;
}
