@charset "UTF-8";

/* common */
/*---------------------------------------------------------------------------*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 13px;
    font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    margin: 0;
    padding: 0;
	text-align: center;
	background-color: #FAFAF6;
	color: #8C8C8C;
}

#container {
    margin: auto;
    width: 950px;
	text-align: center;
	line-height: 1.8;
	padding-top: 30px;
	padding-bottom: 30px;
}

a { text-decoration : none; }
a:link { color: blue; }
a:visited { color: blue; }
a:hover { color: blue; }
a:active { color: blue; }
img { border: 0; }

.indent5  { margin-left: 5px;}
.indent10 { margin-left: 10px;}
.indent20 { margin-left: 20px;}
.indent30 { margin-left: 30px;}
.indent40 { margin-left: 40px;}
.indent50 { margin-left: 50px;}
.indent60 { margin-left: 60px;}
.indent70 { margin-left: 70px;}
.indent80 { margin-left: 80px;}
.indent90 { margin-left: 90px;}
.indent100 { margin-left: 100px;}
.lf5  { height: 5px; background-color: transparent;}
.lf10 { height: 10px; background-color: transparent;}
.lf20 { height: 20px; background-color: transparent;}
.lf30 { height: 30px; background-color: transparent;}
.lf40 { height: 40px; background-color: transparent;}
.lf50 { height: 50px; background-color: transparent;}
.lf60 { height: 60px; background-color: transparent;}
.lf70 { height: 70px; background-color: transparent;}
.lf80 { height: 80px; background-color: transparent;}
.lf90 { height: 90px; background-color: transparent;}
.lf100 { height: 100px; background-color: transparent;}


/* header */
/*-------------------------------------*/
#header {
	margin: auto;
    width: 950px;
	text-align: center;
}

#shoplogo {
	width: 204px;
	float: left;
}

#menubutton {
	width: 746px;
	float: left;
}

#top_mainimg {
	width: 600px;
	margin: auto;
}

#top_menubutton {
	width: 650px;
	margin: auto;
}

/* contents */
/*-------------------------------------*/
#contents {
    margin: auto;
    width: 950px;
}



/* footer */
/*-------------------------------------*/
#footer {
	margin: auto;
    width: 950px;
    clear: both;
    text-align: center;
}
#back-top {
	text-align: right;
}
#copyright {
    text-align: center;
	font-size: 11px;
    line-height: 1.5;
    word-wrap : break-word ;
}




/* concept */
/*-------------------------------------*/
.concept_inner {
	margin: auto;
	width: 700px;
	text-align: left;
}

/* price */
/*-------------------------------------*/
.price_inner1 {
	margin: auto;
	width: 900px;
	text-align: left;
}
.price_inner2 {
	margin: auto;
	width: 910px;
	text-align: center;
}

/* salon */
/*-------------------------------------*/
.salon_inner1 {
	margin: auto;
	width: 950px;
	text-align: center;
}

.salon_inner2 {
	margin: auto;
	width: 750px;
	text-align: left;
}

.salon_inner3 {
	margin: auto;
	width: 745px;
	text-align: center;
}

/* collection */
/*-------------------------------------*/
.collection_inner {
	margin: auto;
	width: 920px;
	text-align: center;
}


/* contact */
/*-------------------------------------*/
