@charset "UTF-8";
body {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 12px;
	line-height:18px;
	width:100%;
	text-align:center;
}
#over_header {
	border-bottom: 3px solid #93ff52;
	height: 70px;
	margin-bottom: -10px;
	width: 100%;
}
header {
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	margin:0 auto;
	width: 960px;
	text-align:center;
}
nav ul li {
	display: inline-block;
}
/* CSS Document */

.home {
	background: url(../img/logo_on.png) no-repeat;
}
.salon {
	background: url(../img/salon_on.png) no-repeat;
}
.shopping {
	background: url(../img/shopping_on.png) no-repeat;
}
.staff {
	background: url(../img/staff_on.png) no-repeat;
}
.blog {
	background: url(../img/blog_on.png) no-repeat;
}
.tel {
	margin-left: 250px;
	margin-top:-40px;
}
#white {
	width: 960px;
	margin: 0px auto;
	padding-bottom: 30px;
	margin-top: 40px;
	text-align:left;
}
#overGreen {
	background: #f4ffee;
}
.bottomNav {
	margin: 3px auto 2px auto;
	width: 960px;
	height:15px;
	font-size: 14px;
}
.bottomNav ul li {
	border-left: solid 1px #CCC;
	padding-left: 3px;
}
.bottomNav nav ul li a {
	text-decoration: none;
}
.bottomNav nav ul {
	width: 500px;
	margin: 0px auto;
}
#over_footer {
	background: url(../img/footer_bg.png) repeat-x;
}
footer {
	
	margin: 0px auto;
	height: 42px;
	width: 960px;
	color:#FFF;
	line-height:50px;
}
