/* メニューリンク */
#information a, #joint a, #freecs a, #streatstyle a, #music a, #column a, #blog a, #bbs a, #link a, #onlineshop a, #event a{
	position		: relative;
	margin			: 0px;
	padding			: 0px;
	height			: 24px;
	width			: 147px;
	display			: block;
}

#information a {
	background		: url(/img/top/poten_botan_info.gif) no-repeat;
}

#information a:hover {
	background		: url(/img/top/poten_botan_info_ro.gif) no-repeat;
}

#joint a {
	background		: url(/img/top/poten_botan_joint.gif) no-repeat;
}

#joint a:hover {
	background		: url(/img/top/poten_botan_joint_ro.gif) no-repeat;
}

#freecs a {
	background		: url(/img/top/poten_botan_freecs.gif) no-repeat;
}

#freecs a:hover {
	background		: url(/img/top/poten_botan_freecs_ro.gif) no-repeat;
}

#streatstyle a {
	background		: url(/img/top/poten_botan_ss.gif) no-repeat;
}

#streatstyle a:hover {
	background		: url(/img/top/poten_botan_ss_ro.gif) no-repeat;
}

#music a {
	background		: url(/img/top/poten_botan_music.gif) no-repeat;
}

#music a:hover {
	background		: url(/img/top/poten_botan_music_ro.gif) no-repeat;
}

#column a {
	background		: url(/img/top/poten_botan_column.gif) no-repeat;
}

#column a:hover {
	background		: url(/img/top/poten_botan_column_ro.gif) no-repeat;
}

#blog a {
	background		: url(/img/top/poten_botan_blog.gif) no-repeat;
}

#blog a:hover {
	background		: url(/img/top/poten_botan_blog_ro.gif) no-repeat;
}

#bbs a {
	background		: url(/img/top/poten_botan_bbs.gif) no-repeat;
}

#bbs a:hover {
	background		: url(/img/top/poten_botan_bbs_ro.gif) no-repeat;
}

#link a {
	background		: url(/img/top/poten_botan_link.gif) no-repeat;
}

#link a:hover {
	background		: url(/img/top/poten_botan_link_ro.gif) no-repeat;
}

#onlineshop a {
	background		: url(/img/top/poten_botan_shop.gif) no-repeat;
}

#onlineshop a:hover {
	background		: url(/img/top/poten_botan_shop_ro.gif) no-repeat;
}

#event a {
	background		: url(/img/top/poten_botan_event.gif) no-repeat;
}

#event a:hover {
	background		: url(/img/top/poten_botan_event_ro.gif) no-repeat;
}


/* 会社概要 Link */
a.corp {
    font-size: 10px;
    color : #0000CC;
    text-decoration:none;
}

a:HOVER.corp { 
    font-size: 10px;
    color : #FF0000;
    text-decoration:none;
}

/* FOOTER Link */
a.footmenu {
    font-size: 10px;
    color : #c9c9c9;
    text-decoration:none;
}

a:HOVER.footmenu { 
    font-size: 10px;
    color : #565656;
    text-decoration:none;
}

