@charset "UTF-8";
/* 外箱(全ページ)
---------------------------------------------------- */
body:before
{
   content: "";
   position: fixed;
   top: -10px;
   left: 0;
   width: 100%;
   height: 10px;
   z-index: 100;
   -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   box-shadow: 0px 0px 10px rgba(0,0,0,.8);
   }

#container {
	margin:0;
	padding:0;
	text-align: center;
}

#main {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFFFFF
}

#main_body {
	height: 100%;
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:left;
	background-color: #FFFFFF;
}

#main_body_left {
	clear:both;
	width:250px;
	float: left;
	height: 100%;
	padding:15px 0 0 0;
}

#main_body_left ul {
	margin:0;
	padding:0;
	border:0;
	float: left;
	width:250px;
}

#main_body_left li {
	line-height:0;
}

#main_body_left .menu {
	width:250px;
	margin:0;
	border:0;
	line-height:0;
}

#main_menu_left {
	height: 100%;
	float:left;
	width:240px;
	text-align:left;
}

#main_menu_left ul li {
	width:250px;
}

#main_menu_center {
	height: 100%;
	float:left;
	width:300px;
	text-align:left;
}

#main_menu_center ul li {
    background-image: url(../images/ten_x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width:280px;
	padding:0 0 3px 0;
	
}

#main_menu_right {
	height: 100%;
	float:right;
	margin-left:auto;
	margin-right:auto;
	width:350px;
	text-align:left;
}

#main_menu_right ul li {
    background-image: url(../images/ten_x.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
	width:350px;
	padding:0 0 3px 0;
}

/* 中身
---------------------------------------------------- */

#main_photo {
	width:700px;
	height:375px;
	padding: 0 0 30px 0;
}

#main_photo_sib {
	width:980px;
	height:450px;
	padding: 0 0  0 0;
	background-image:url(../sib/images/topmain.jpg);
	background-repeat:no-repeat;
}

.hie_main_photo {
	width:700px;
	height:200px;
	padding:0 0 30px 0;
}

.salon_photo {
	width:700px;
	height:350px;
	padding: 0 0 10px 0;
}

.staff_photo {
	width:700px;
	height:300px;
	padding: 0 0 15px 0;
}

.bottun {
	width:700px;
	height:30px;
	float: right;
	text-align: right;
	padding: 15px 0 15px 0;
}

.bottun2 {
	width:700px;
	height:70px;
	float: right;
	text-align: right;
	padding: 15px 0 15px 0;
}

.table {
	width:700px;
	height:100%;
	float: left;
	padding: 0 0 30px 0;
}

.campaign_bg {
	width:700px;
	height:860px;
	float: left;
	padding: 0 0 10px 0;
	background-image:url(../images/aujua_amenity.png);
	background-repeat:no-repeat;
}

.aujua_menu {
	width:700px;
	height:250px;
	float: left;
	padding: 0 0 10px 0;
	background-image:url(../images/aujua_menu_price.png);
	background-repeat:no-repeat;
}

#hie_main_contents {
	width:700px;
	height:100%;
	float:right;
	text-align: left;
	padding:15px 0 0 0;
}

.midasi {
	width:670px;
	height:50px;
	text-align: left;
	font-size:18px;
	padding: 25px 0 25px 30px;
	background-repeat: no-repeat;
	background-image:url(../images/midashi_ber.png);
	color:#FFF;
}


.headline {
	width:515px;
	height:50px;
	text-align: left;
	font-size:14px;
	padding: 25px 0 30px 185px;
	background-repeat: no-repeat;
	background-image:url(../images/headline_bg.png);
	color:#FFF;
}

.twitter {
	width:675px;
	height:23px;
	text-align: left;
	padding: 6px 0 15px 35px;
	background-repeat: no-repeat;
	background-image: url(../images/ber_twitter.png);
	font-weight: bold;
}

.form_area0{
	width: 160px;
}

.form_area1{
	width: 285px;
}

.text_box {
	text-align: left;
	color: #555555;
	line-height: 19px;
	padding:0 0 30px 0;
	width: 700px;
}

.text_box2 {
	text-align: left;
	color: #555555;
	line-height: 19px;
	padding:0 0 30px 0;
	width: 380px;
}

.text_box_center {
	text-align: center;
	color: #454545;
	line-height: 15px;
	padding:0 0 30px 0;
}

.text_box_right {
	text-align: right;
	font-size: 12px;
	color: #454545;
	line-height: 19px;
	padding:0 0 30px 0;
}

.media_photo {
	width:730px;
	height:500px;
	padding: 0 0 15px 0;
}

.map {
	width:700px;
	height:640px;
	padding: 0 0 15px 0;
}


.concept_bg {
	width:700px;
	height:1000px;
	padding: 0 0 20px 0;
	background-image:url(../images/concept_bg.png);
	background-repeat:no-repeat;
}



/* パディング
---------------------------------------------------- */
.p_5 {
	padding:5px;
}

.p_10 {
	padding:10px;
}

.p_b10 {
	padding:0 10px 0 0;
}

.p_a5 {
	padding:5px 0 0 0;
}

.p_a10 {
	padding:10px 0 0 0;
}

.p_a20 {
	padding:20px 0 0 0;
}

.p_b5 {
	padding:0 5px 0 0;
}

.p_c5 {
	padding:0 0 5px 0;
}

.p_c10 {
	padding:0 0 10px 0;
}

.p_c20 {
	padding:0 0 20px 0;
}

.p_c30 {
	padding:0 0 30px 0;
}

.p_d10 {
	padding:0 0 0 5px;
}

/* line
---------------------------------------------------- */
.line_a_x {
	background-image: url(../images/line_a.gif);
	background-repeat: repeat-x;
	bottom: auto;
	background-position: center;
	clear:both;
}

.line_c_x {
	background-image: url(../images/line_c.gif);
	background-repeat: repeat-x;
	bottom: auto;
	background-position: center;
	clear:both;
}

/* tensen
---------------------------------------------------- */
.tensen_x {
	background-image: url(../images/ten_x.gif);
	background-repeat: repeat-x;
	background-position: center;
	clear:both;
	bottom: auto;
}

/* ヘッダー
---------------------------------------------------- */

#header {
	width:100%;
	height:575px;
	margin:0;
	padding:0;
	background-image: url(../images/bg_header.jpg);
	background-repeat:repeat-x;
}

#head_body {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:left;
}

#header_hie {
	width:100%;
	height:200px;
	margin:0;
	padding:0 0 0 0;
	background-image: url(../images/header_bg.png);
	background-repeat:repeat-x;
}

#head_body_hie {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:left;
}

#header_right {
	height:200px;
	width:221px;
	float:right;
	text-align: right;
}

#header_logo {
	height:200px;
	width:271px;
	margin:0;
	float: left;
}

#header_h1 {
	height:200px;
	width:488px;
	margin:0;
	background-image:url(../images/header_bg.png);
	background-repeat:repeat;
	float:left;
}

#font_search {
	float:right;
	width: 220px;
}

#header_down_title {
	height:65px;
	width:200px;
	margin:0;
	float: left;
}

#header_menu li {
	float:left;
	margin:0;
	padding:20px 0 0 0;
}

/* 階層ヘッダー
---------------------------------------------------- */

#hie_header {
	width:100%;
	height:165px;
	margin:0;
	padding:0;
	background-image: url(../images/hie_hedder.png);
}

#hie_header_title {
	height:75px;
	width:600px;
	margin:0;
	float: left;
}

#hie_header_right {
	height:30px;
	width:350px;
	margin:0;
	padding: 40px 0 0 0;
	float: right;
}

#hie_header_menu {
	clear:both;
}

#hie_header_menu ul {
	margin:0;
	padding:0;
	border:0;
	float: left;
	width:237px;
}

#hie_header_menu li {
	line-height:0;
}

#hie_header_menu .menu238 {
	width:238px;
	margin:0;
	padding:0;
	border:0;
	line-height:0;
}


/* footer
---------------------------------------------------- */

#footer {
	width:100%;
	height:250px;
	margin:0px;
	padding:0px;
	clear:both;
	background-image:url(../images/footer_bg2.png);
	background-repeat:repeat-x;
}
}

#head_body {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	text-align:left;
}

#foot_body {
	margin-left:auto;
	margin-right:auto;
	width:980px;
	height:250px;
	background-image:url(../images/footer_bg.png);
}
.foot_logo {
	height:105px;
	width:140px;
	margin:0;
	float: left;
}

#foot_up_left {
	height:125px;
	width:600px;
	float: left;
	margin:0;
	color:#b5a36c;
	text-align: left;
	font-size: 12px;
	padding:125px 0 0 30px
}

#foot_down_center {
	width:740px;
	height:55px;
	margin:0;
	float: left;
	text-align: left;
	font-size: 10px;
	color:#ffffff;
	line-height:14px;
	padding: 45px 0 0 0;
}

#foot_down_right {
	height:160px;
	width: 300px;
	float: right;
	margin:0;
	padding-top: 50px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}


/*BACKGROUND 
---------------------------------------------------- */

a:hover {
	color:#ffffff;
}
