﻿/* Link Button Style */
.list_btn{
	margin:0;
	padding:0;
	list-style:none;
}
 
/* TOP */

.b_01 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_01 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_01.png');
	background-repeat: no-repeat;
}
li.b_01 a:hover {
	background-position: 0px -40px;
}

/* MUNE */

.b_02 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_02 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_02.png');
	background-repeat: no-repeat;
}
li.b_02 a:hover {
	background-position: 0px -40px;
}

/* CAMPAIGN */

.b_03 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_03 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_03.png');
	background-repeat: no-repeat;
}
li.b_03 a:hover {
	background-position: 0px -40px;
}

/* SALON */

.b_04 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_04 a{
    display:block;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_04.png');
	background-repeat: no-repeat;
}
li.b_04 a:hover {
	background-position: 0px -40px;
}

/* COSME */

.b_05 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_05 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_05.png');
	background-repeat: no-repeat;
}
li.b_05 a:hover {
	background-position: 0px -40px;
}

/* CONTACT */

.b_06 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0 1px 0 0;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_06 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_06.png');
	background-repeat: no-repeat;
}
li.b_06 a:hover {
	background-position: 0px -40px;
}

/* STAFF */

.b_07 {
	padding:0;
	display:inline;
	margin: 0px;
	border-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	float: left;
}
li.b_07 a{
    display : block ;
    width : 120px ;
    height:40px;
	background-image: url('img/b_navi_07.png');
	background-repeat: no-repeat;
}
li.b_07 a:hover {
	background-position: 0px -40px;
}










