@charset "UTF-8";

/****************************************

header

*****************************************/

body #head_wrapper{
	width: 100%;
	height: 71px;
	background-image: url(../../common/img/bg_hd.gif);
	background-repeat:repeat-x;
}


body #head_wrapper #header{
	width: 1000px;
	padding: 0px;
	margin: 0px auto; /* センタリング */
	text-align: left;
}

body #head_wrapper #header #logo{
	padding-top: 20px;
	float: left;
}

body #head_wrapper #header #menu{
	padding-top: 30px;
	float: right;
}

body #head_wrapper #header #menu li{
	float: left;
}

body #head_wrapper #header #menu a{
	padding-left: 10px;
	padding-right: 10px;
}

/****************************************

content

*****************************************/

body #content_wrapper{
	width: 100%;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
}

body #content_wrapper #content{
	width: 1000px;
	padding: 0px;
	margin: 0px auto; /* センタリング */
	text-align: left;
	position: relative;
}

body #content_wrapper #content h2{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: normal;
	line-height: 170%;
}


/****************************************

stylist

*****************************************/

body #content_wrapper #content #stylist li{
	float: left;
	text-align: center;
}

/****************************************

photo

*****************************************/

body #content_wrapper #content #photo li{
	float: left;
	padding-top: 20px;
}

/****************************************

salon

*****************************************/

body #content_wrapper #content #salon{
	margin-top: 40px;
	background-color: #fff;
}

body #content_wrapper #content #salon #salon_photo{
	width: 940px;
	margin: 0px auto; /* センタリング */
}

body #content_wrapper #content #salon #salon_photo li{
	width: 470px;
	float: left;
}

body #content_wrapper #content #salon #salon_photo li div{
	float: left;
}

body #content_wrapper #content #salon #salon_photo li dt{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #641b1b;
	font-weight: bold;
	line-height: 170%;
}

/****************************************

footer

*****************************************/

body #foot_wrapper{
	width: 100%;
	background-image: url(../../common/img/bg_ft.gif);
	background-repeat:repeat-x;
}


body #foot_wrapper #footer{
	width: 1000px;
	padding: 0px;
	margin: 0px auto; /* センタリング */
	text-align: left;
}

body #foot_wrapper #footer li{
	width: 235px;
	float: left;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 150%;
}

/****************************************

copyright

*****************************************/

body #copy_wrapper{
	width: 100%;
	background-image: url(../../common/img/bg_copy.gif);
	background-repeat:repeat-x;
}


body #copy_wrapper #copy{
	width: 1000px;
	padding: 0px;
	margin: 0px auto; /* センタリング */
	text-align: left;
}

body #copy_wrapper #copy .logo{
	padding-top: 50px;
	float: left;
}

body #copy_wrapper #copy #copyright{
	padding-top: 60px;
	float: right;
}