@charset "utf-8";
/* CSS Document */
/*--------------------------
　グローバルナビ部分
---------------------------*/
li.member a{
	background-image:url(../img/common/button_tuca2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.member a:hover{
	background-image:url(../img/common/button_tuca2_o.jpg);
	background-repeat:no-repeat;
}
li.notmember a{
	background-image:url(../img/common/button_mi2_o.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.notmember a:hover{
	background-image:url(../img/common/button_mi2_o.jpg);
	background-repeat:no-repeat;
}
li.unformation a{
	background-image:url(../img/common/button_mik2.jpg);
	background-repeat:no-repeat;
	width:240px;
	height:77px;
	display:block;
}
li.unformation a:hover{
	background-image:url(../img/common/button_mik2_o.jpg);
	background-repeat:no-repeat;
}

