@charset "Shift_JIS";

/*--メニュー（ヘッダー）--*/

#menu{
	clear:both;
	padding-top:7px;
	margin-left:18px;
}

#menu li{
	float:left;
	list-style-type:none;
}
#menu a{
	display:block;
	height:20px;
}

a.m1{
	width:115px;
	background-image:url(../img_cmn/header_menu_01.gif);
}
a.m2{
	width:85px;
	background-image:url(../img_cmn/header_menu_02.gif);
}
a.m3{
	width:75px;
	background-image:url(../img_cmn/header_menu_03.gif);
}
a.m4{
	width:103px;
	background-image:url(../img_cmn/header_menu_04.gif);
}
a.m5{
	width:90px;
	background-image:url(../img_cmn/header_menu_05.gif);
}
a.m6{
	width:83px;
	background-image:url(../img_cmn/header_menu_06.gif);
}
a.m7{
	width:71px;
	background-image:url(../img_cmn/header_menu_07.gif);
}
a.m8{
	width:71px;
	background-image:url(../img_cmn/header_menu_08.gif);
}


/*--マウスオーバー--*/
#menu a:hover{
	background-position:0 -20px;
}

/*--カレント表示用--*/

a.curr{
	background-position:0 -20px;
}

/*--テキスト非表示--*/
a span{
	display:none;
}

/*--メニュー（フッター）--*/

#footer ul{
	padding-top:16px;
	margin-left:18px;
}

#footer li{
	float:left;
	list-style-type:none;
}
#footer a{
	display:block;
	height:20px;
}

a.fm1{
	width:57px;
	background-image:url(../img_cmn/footer_menu_01.gif);
}
a.fm2{
	width:83px;
	background-image:url(../img_cmn/footer_menu_02.gif);
}
a.fm3{
	width:42px;
	background-image:url(../img_cmn/footer_menu_03.gif);
}
a.fm4{
	width:76px;
	background-image:url(../img_cmn/footer_menu_04.gif);
}
a.fm5{
	width:106px;
	background-image:url(../img_cmn/footer_menu_05.gif);
}

/*--マウスオーバー--*/
#footer a:hover{
	background-position:0 -20px;
}


