﻿/* Link Button Style */
/* TOP */
p.mo1 a{
    display : block ;
    width : 125px ;
    height:38px;
}

p.mo1 a:link {
	background-image: url('img/button_01.png');
	background-repeat: no-repeat;
}
p.mo1 a:visited {
	background-image: url('img/button_01.png');
	background-repeat: no-repeat;
}
p.mo1 a:hover {
	background-image: url('img/button_01_on.png');
	background-repeat: no-repeat;
}

/* MUNE */
p.mo2 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo2 a:link {
	background-image: url('img/button_02.png');
	background-repeat: no-repeat;
}
p.mo2 a:visited {
	background-image: url('img/button_02.png');
	background-repeat: no-repeat;
}
p.mo2 a:hover {
	background-image: url('img/button_02_on.png');
	background-repeat: no-repeat;
}

/* CAMPAIGN */
p.mo3 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo3 a:link {
	background-image: url('img/button_03.png');
	background-repeat: no-repeat;
}
p.mo3 a:visited {
	background-image: url('img/button_03.png');
	background-repeat: no-repeat;
}
p.mo3 a:hover {
	background-image: url('img/button_03_on.png');
	background-repeat: no-repeat;
}

/* SALON */
p.mo4 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo4 a:link {
	background-image: url('img/button_04.png');
	background-repeat: no-repeat;
}
p.mo4 a:visited {
	background-image: url('img/button_04.png');
	background-repeat: no-repeat;
}
p.mo4 a:hover {
	background-image: url('img/button_04_on.png');
	background-repeat: no-repeat;
}

/* COSME */
p.mo5 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo5 a:link {
	background-image: url('img/button_05.png');
	background-repeat: no-repeat;
}
p.mo5 a:visited {
	background-image: url('img/button_05.png');
	background-repeat: no-repeat;
}
p.mo5 a:hover {
	background-image: url('img/button_05_on.png');
	background-repeat: no-repeat;
}

/* CONTACT */
p.mo6 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo6 a:link {
	background-image: url('img/button_06.png');
	background-repeat: no-repeat;
}
p.mo6 a:visited {
	background-image: url('img/button_06.png');
	background-repeat: no-repeat;
}
p.mo6 a:hover {
	background-image: url('img/button_06_on.png');
	background-repeat: no-repeat;
}

/* STAFF */
p.mo7 a{
    display : block ;
    width : 125px ;
    height:38px;
}
p.mo7 a:link {
	background-image: url('img/button_07.png');
	background-repeat: no-repeat;
}
p.mo7 a:visited {
	background-image: url('img/button_07.png');
	background-repeat: no-repeat;
}
p.mo7 a:hover {
	background-image: url('img/button_07_on.png');
	background-repeat: no-repeat;
}
















