@charset "Shift_JIS";

/*----------------------*/
#menu {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}



#menu li {
	float: left;
	list-style: none;
}
/**/
#menu li  a {
	height: 40px;
	width: 180px;
	display: block;
	background: url(img/bg_menu.jpg);
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
}

/*--------------------------*/
/*------↓コピー元arico-net -----------------*/




/* -----------------------------------------------------------
CSS Information
 File name:      navi.css
 Style Info:     ナビゲーション用
----------------------------------------------------------- */


/*--------------------------------------------------------*/
/*メニュー*/
/*--------------------------------------------------------*/


#navi {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
/*----*/
#navi .clear {
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}
/*----*/
#navi a {
	display: block;
	width: 150px;
	height: 42px;
	text-decoration: none;
	background-image: url(../img/navi.jpg);
	background-repeat: no-repeat;
	/*テキスト+背景*/
	text-indent: -9999px;
}

#navi li {
	float: left;
	list-style: none;
	text-decoration: none;
}
#navi li#navi05 {
	padding-right: 0px;/*IE印刷カラム落ち対策*/
}


/**/
#navi #navi01 a {
    background-position:0px 0px;
}
#ch01 #navi #navi01 a,
#navi #navi01 a:hover,
#navi #navi01 a:active{
    background-position:0px -42px;
}

/**/
#navi #navi02 a {
    background-position:-150px 0px;
}
#ch02 #navi #navi02 a,
#navi #navi02 a:hover,
#navi #navi02 a:active{
    background-position:-150px -42px;
}
/**/
#navi #navi03 a {
    background-position:-300px 0px;
}
#ch03 #navi #navi03 a,
#navi #navi03 a:hover,
#navi #navi03 a:active{
    background-position:-300px -42px;
}
/**/
#navi #navi04 a {
    background-position:-450px 0px;

}
#ch04 #navi #navi04 a,
#navi #navi04 a:hover,
#navi #navi04 a:active{
    background-position:-450px -42px;
}
/**/
#navi #navi05 a {
    background-position:-600px 0px;

}
#ch05 #navi #navi05 a,
#navi #navi05 a:hover,
#navi #navi05 a:active{
    background-position:-600px -42px;
}
