/* ◆◆◆◆ トップページメニューボタン ◆◆◆ */



/* リスト全体 */

ul#top_menu {
	margin: 0px;
	padding: 0px;
	width:700px;            /* リスト全体の幅 */
	height:60px;            /* リスト全体の高さ */
	list-style:none;        /* リストマークを無しにする */
	background-image: url(images/top_menu.gif);
}




/* 各項目 */

li#top_menu {
	margin: 0px;
	padding: 0px;
	height:60px;            /* 項目の高さ */
	float:left;             /* 各項目を左側から回り込み */
}




/* ダミー画像 */

.dummy {
	width: 100%;
	height: 100%;
	border-width: 0px;
	border-style: solid;
}




/* リンク部分 */

.menu_1 a {
	display:block;
	width:175px;
	height:100%;
}
.menu_1 a:hover {
	background-image: url(images/top_menu.gif);
	background-position: 0px -60px;
}


.menu_2 a {
	display:block;
	width:175px;
	height:100%;
}
.menu_2 a:hover {
	background-image: url(images/top_menu.gif);
	background-position:-175px -60px;
}


.menu_3 a {
	display:block;
	width:175px;
	height:100%;
}
.menu_3 a:hover {
	background-image: url(images/top_menu.gif);
	background-position:-350px -60px;
}


.menu_4 a {
	display:block;
	width:175px;
	height:100%;
}
.menu_4 a:hover {
	background-image: url(images/top_menu.gif);
	background-position:-525px -60px;
}
