/* メインメニュー　ロールオーバーcss*/
table#mainmenu {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	}

img {
	border:0px;
	}

/* IE PNG FIX用(〜IE6 透過png表示用) */
* html .iepngfix {
behavior: expression(IEPNGFIX.fix(this));
}

/* Javascriptロールオーバー版ここまで */
td.menu {
	text-indent: -9999px;
	}

td.menu a {
	display: block;
	background-position: top left;
	background-repeat: no-repeat;
	}

td#menu a {
	width: 195px;
	height: 45px;
	background-image: url(../images/footer/menu.gif);
	}

td#menu a:hover{
	background-image: url(../images/footer/menu_on.gif);
	}

td#home a {
	width: 140px;
	height: 30px;
	background-image: url(image/home.gif);
	}

td.nav a:hover{
	background-position: 50% 30px;
	}

/*メッセージ*/

td#message a {
	width: 101px;
	height: 45px;
	background-image: url(../images/footer/message.gif);
	}

td#message_s a {
	width: 101px;
	height: 45px;
	background-image: url(../images/footer/message_select.gif);
	}

td#message a:hover,td#message_s a:hover {
	background-image: url(../images/footer/message_on.gif);
	}

/*ニュース*/

td#news a {
	width: 71px;
	height: 45px;
	background-image: url(../images/footer/news.gif);
	}

td#news_s a {
	width: 71px;
	height: 45px;
	background-image: url(../images/footer/news_select.gif);
	}

td#news a:hover,td#news_s a:hover {
	background-image: url(../images/footer/news_on.gif);
	}

/*ショップ*/

td#shop a {
	width: 57px;
	height: 45px;
	background-image: url(../images/footer/shop.gif);
	}

td#shop_s a {
	width: 57px;
	height: 45px;
	background-image: url(../images/footer/shop_select.gif);
	}

td#shop a:hover,td#shop_s a:hover {
	background-image: url(../images/footer/shop_on.gif);
	}

/*コラム*/

td#column a {
	width: 80px;
	height: 45px;
	background-image: url(../images/footer/column.gif);
	}

td#column_s a {
	width: 80px;
	height: 45px;
	background-image: url(../images/footer/column_select.gif);
	}

td#column a:hover,td#column_s a:hover {
	background-image: url(../images/footer/column_on.gif);
	}

/*ギャラリー*/

td#gallery a {
	width: 82px;
	height: 45px;
	background-image: url(../images/footer/gallery.gif);
	}

td#gallery_select a {
	width: 82px;
	height: 45px;
	background-image: url(../images/footer/gallery_serect.gif);
	}

td#gallery a:hover,td#gallery_s a:hover {
	background-image: url(../images/footer/gallery_on.gif);
	}

/*リクルート*/

td#recruit a {
	width: 82px;
	height: 45px;
	background-image: url(../images/footer/recruit.gif);
	}

td#recruit_s a {
	width: 82px;
	height: 45px;
	background-image: url(../images/footer/recruit_select.gif);
	}

td#recruit a:hover,td#recruit_s a:hover {
	background-image: url(../images/footer/recruit_on.gif);
	}

/*プロフィール*/

td#profile a {
	width: 91px;
	height: 45px;
	background-image: url(../images/footer/profile.gif);
	}

td#profile_s a {
	width: 91px;
	height: 45px;
	background-image: url(../images/footer/profile_select.gif);
	}

td#profile a:hover,td#profile_s a:hover {
	background-image: url(../images/footer/profile_on.gif);
	}

