@charset "Shift_JIS";

/**************************************************************************************************************/
/* 共通	　：ナビげーション 
/**************************************************************************************************************/


/* LV1のnavi(画像はHTMLで指定）*/
.nav1{
	width:174px;
	height:32px;
	display:block;
	cursor: hand;
}

/* LV2のnavi(画像はHTMLで指定）*/
.nav2{
	width:174px;
	height:20px;
	display:block;
	cursor: hand;
	margin-bottom:3px;
}

/* gavern（_blank でひらくため、scriptを使わずに実装） */
a.gavern{
	background-image:url(../img/common/nav/nav_102.gif);
	width:174px;
	height:32px;
	display:block;
	cursor: hand;
}

a:hover.gavern{
	background-image:url(../img/common/nav/nav_102_on.gif);
}