@charset "utf-8";
/* CSS Document */

.button01 {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/navi/privacy_off.gif);
	background-repeat: no-repeat;
}
.button01 a {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/navi/privacy_off.gif);
	background-repeat: no-repeat;
}
.button01 a:hover{
	height: 55px;
	width: 284px;
	background-image: url(/images/navi/privacy_on.gif);
	background-repeat: no-repeat;
}
.button02 {
	height: 250px;
	width: 284px;
	display: block;
	background-image: url(/images/common/info.gif);
	background-repeat: no-repeat;
}
.button02 a {
	height: 250px;
	width: 284px;
	display: block;
	background-image: url(/images/common/info.gif);
	background-repeat: no-repeat;
}
.button02 a:hover{
	height: 250px;
	width: 284px;
	background-image: url(/images/common/info_over.gif);
	background-repeat: no-repeat;
}

.button03 {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/common/brog_1.jpg);
	background-repeat: no-repeat;
}
.button03 a {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/common/brog_1.jpg);
	background-repeat: no-repeat;
}
.button03 a:hover{
	height: 55px;
	width: 284px;
	background-image: url(/images/common/brog_1_over.jpg);
	background-repeat: no-repeat;
}
.button04 {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/common/recruit.jpg);
	background-repeat: no-repeat;
}
.button04 a {
	height: 55px;
	width: 284px;
	display: block;
	background-image: url(/images/common/recruit.jpg);
	background-repeat: no-repeat;
}
.button04 a:hover{
	height: 55px;
	width: 284px;
	background-image: url(/images/common/recruit_over.jpg);
	background-repeat: no-repeat;
}
.button05 {
	height: 29px;
	width: 136px;
	display: block;
	background-image: url(/images/top/gaiyou_b_button.gif);
	background-repeat: no-repeat;
}
.button05 a {
	height: 29px;
	width: 136px;
	display: block;
	background-image: url(/images/top/gaiyou_b_button.gif);
	background-repeat: no-repeat;
}
.button05 a:hover{
	height: 29px;
	width: 136px;
	background-image: url(/images/top/gaiyou_b_button_over.gif);
	background-repeat: no-repeat;
}

#article_navi {
	height:31px;
	width: 600px;
	margin: 0px;
	background-image: url(/images/article/button-01.jpg);
}
#article_navi ul {
	margin: 0px;
	padding: 0px;
}
#article_navi li {
	display:inline;
	list-style-type:none;
}
#article_navi li a {
	height:31px;
	display:block;
	float:left;
	text-indent:-9877em;
	text-decoration:none;
	overflow:hidden;
}

/*------off*/
#article_navi li.article_navi01 a {
	width:110px;
	background-image: url(/images/article/button-01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#article_navi li.article_navi02 a {
	width:120px;
	background-image: url(/images/article/button-01.jpg);
	background-repeat: no-repeat;
	background-position: -110px 0px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------hover*/
#article_navi li.g_navi01 a:hover {
	background-image: url(/images/article/button-02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#article_navi li.g_navi02 a:hover {
	background-image: url(/images/article/button-02.jpg);
	background-repeat: no-repeat;
	background-position: -110px 0px;
}

/*------on*/
#article_navi li.article_navi01_on a {
	width:110px;
	background-image: url(/images/article/button-02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#article_navi li.article_navi02_on a {
	width:110px;
	background-image: url(/images/article/button-02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


