@charst "shift-jis";


/*---- ナビゲーション ------------------------------------------------*/
#navigation {
	list-style-type:none;
	width:780px;
	padding: 0px;
	float: left;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #000000;
	}

#navigation span{ display:none; }

#navigation li {
	float:left;
	margin:0;
	padding:0;
	display: block;
	list-style-type: none;
	height: 45px;
	display: block;
	text-decoration: none;
	}

#navigation a {
	display:block;
	height:45px;
	text-indent:-9999px;
	text-decoration:none;
	overflow: hidden;
	}

/* nomal */
#navigation li.ct1 {
	width:125px;
	background-image: url(../img/menu.gif);
	background-position: 0px 0px;
	}
#navigation li.ct2 {
	width:125px;
	background-image: url(../img/menu.gif);
	background-position: -125px 0px;
	}
#navigation li.ct3 {
	width:170px;
	background-image: url(../img/menu.gif);
	background-position: -250px 0px;
	}
#navigation li.ct4 {
	width:80px;
	background-image: url(../img/menu.gif);
	background-position: -420px 0px;
	}
#navigation li.ct5 {
	width:90px;
	background-image: url(../img/menu.gif);
	background-position: -500px 0px;
	}
#navigation li.ct6 {
	width:90px;
	background-image: url(../img/menu.gif);
	background-position: -590px 0px;
	}
#navigation li.ct7 {
	width:90px;
	background-image: url(../img/menu.gif);
	background-position: -680px 0px;
	}

/* hover */
/*
#navigation li a:hover {
	width:200px;
	background-image: url(../img/index_menu.gif);
	background-repeat: no-repeat;
	}
#navigation li.ct1 a:hover {
	background-position: -210px 0px;
	}
#navigation li.ct2 a:hover {
	background-position: -210px -45px;
	}
#navigation li.ct3 a:hover {
	background-position: -210px -90px;
	}
#navigation li.ct4 a:hover {
	background-position: -210px -135px;
	}
#navigation li.ct5 a:hover {
	background-position: -210px -180px;
	}
*/

#navigation:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

