@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      common.css
 Author:         Real Needs Creates
 Style Info:     common Setting in the Site
 Date:			 20101025
----------------------------------------------------------- */


/* Reset Setting
===================================================================== */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td  {  
	margin: 0;
	padding: 0;  
}

/* font-size Setting */
h1, h2, h3, h4, h5, h6  {  
	font-size: 100%;
	text-align:left;  
}

/* font-size,font-family,line-height Setting*/  
body {
	font-size:75%;  /* base font-size setting every browser 12px*/  
	font-family: 
    "メイリオ" , Meiryo,  /* for Windows Vista */
    "MS Pゴシック" ,  "MS P Gothic" , /* for Windows */
    "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" ,  /* for Mac OS X */
    Osaka,  /* for Mac OS 9 */
    sans-serif, /* Gosic family generic name */
	Geneva, Arial, Helvetica;	/* for IE 7 */
	line-height: 150%;
	/*\*/
	letter-spacing:0.1em; /* Backslash Hack without Mac Internet Explorer 5 */
	/**/
	text-align:center; /*for IE5 center page setting*/ 
}

html>/**/body {  
	font-size: 12px;  
} 

/* for MAC and Win Vista*/  
* + html body {  
	font-family: "メイリオ","Meiryo";  
}

/* for Firefox scroll bar corrrects centering posicion */ 
html {
	overflow-y: scroll;
}

address, caption, cite, code, dfn, em, strong, th, var	{
	font-style: normal;
}

/* spaces of table delete*/ 
table	{
	border-collapse: collapse;
	border-spacing: 0;
}

/* under IE 6, Mac IE4,5 font-size in table */
* html table {
	font-size:100%;
	line-height:150%;
}


caption, th	{
	text-align: left;
}

/* points and number of list delete */ 
li  {  
	list-style-type: none;  
}

/* border of img delete */
img {  
	border: 0;  
}



/* Base Setting
===================================================================== */

a {
	overflow/**/: hidden;
	color: #af877b;
}

a:link {
	color: #af877b;
	text-decoration: underline;
}

a:visited {
	color: #af877b;
	text-decoration: underline;
}

a:active {
	color: #af877b;
	text-decoration: none;
}

a:hover {
	color: #af877b;
	text-decoration: none;
}

p {
	text-align:left;
	color:#333333;
}

.clear {
	clear: both;
}

.hide {
	text-indent: -9999px;
}



/* clearfix ----------------------- */
#contents:after,
.salon_inner:after {
  content: ".";  /* creates new Element */
  display: block;  /* makes block Element */
  clear: both;
  height: 0;
  visibility: hidden;
}

/* none saports ":after" for IE6,7*/
#contents,
.salon_inner {
  min-height: 1px;
}

/* none saports "min-heigh" for under IE6, Mac IE5*/
* html #contents,
* html .salon_inner {
  height: 1px;
/* for Mac IE4,5 */
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}



/* Layout
----------------------------------------------------------------- */

#wrapper {
	padding: 60px 0 30px;
	background-color: #eeeeee;
}

#container {
	width:860px;
	margin:0 auto;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
    text-align:left; /*corrects TEXT Position*/ 
}

#header {
	height:110px;
	position: relative;
	margin: 0px;
	background-image:url(../images/header_bg.gif);
	background-repeat: no-repeat;
}

#footer {
	background-image:url(../images/footer_bg.gif);
	background-position:bottom;
	background-repeat: no-repeat;
	padding:10px 10px;
	clear:both;
	position:relative;
}

#footer_inner {
	height:90px;
}

#contents {
	margin:0;
	padding:0 30px 30px;
}


/* header
----------------------------------------------------------------- */

#header h1 {
	background-image:url(../images/link_logo.gif);
	background-repeat: no-repeat;
	width:230px;
	height:100px;
	top: 10px;
	left:10px;
	position:absolute;
}

#header h1 a{
	width:230px;
	height:100px;
	text-indent:-9999px;
	outline:none; /*for Firefox*/
	display:block; 
}


/* globalnavigation
----------------------------------------------------------------- */

#globalNavi {
	width:561px;
	height:11px;
	left:269px;
	top:85px;
	position: absolute;
    z-index: 9999; 
}

#globalNavi ul#nav-one {
	list-style:none;
	/* overflow: hidden; */
	margin:0px;
	padding:0px;
	height:11px;
}

#nav-one li a {
	width:79px; 
	padding: 0;
	height:11px;
	line-height:11px;
	display: block;  
	text-indent: -9999px;  
	text-decoration: none;
	border-left:1px solid #000000;  
/*	outline:none;*/
}  

#nav-one li  {  
	float: left;
	margin:0;
	padding:0;
	height:11px;
	position:relative;
}

#nav-one li#gnavi07 a {  
	border-right:1px solid #000000;
}


/* globalnavigation at link
----------------------------------------------------------------- */


/* CONCEPT */
#nav-one li#gnavi01 a  {
	background-image:url(../images/gnavi_concept.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}

/* MENU  */
#nav-one li#gnavi02 a  {
	background-image:url(../images/gnavi_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}  

/* COUPON  */
#nav-one li#gnavi03 a  {
	background-image:url(../images/gnavi_coupon.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}  

/* SALON  */
#nav-one li#gnavi04 a  {
	background-image:url(../images/gnavi_salon.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}

/* Staff */
#nav-one li#gnavi05 a  {
	background-image:url(../images/gnavi_staff.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}  

/* RECRUIT  */
#nav-one li#gnavi06 a  {
	background-image:url(../images/gnavi_recruit.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}  

/* CONTACT  */
#nav-one li#gnavi07 a  {
	background-image:url(../images/gnavi_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px -11px;
}  


/* globalnavigation at hover
----------------------------------------------------------------- */

/* CONCEPT  */
#nav-one li#gnavi01:hover a,
#nav-one li#gnavi01.sfHover a {
	background-image:url(../images/gnavi_concept.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* MENU  */
#nav-one li#gnavi02:hover a,
#nav-one li#gnavi02.sfHover a {
	background-image:url(../images/gnavi_menu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* COUPON  */
#nav-one li#gnavi03:hover a,
#nav-one li#gnavi03.sfHover a {
	background-image:url(../images/gnavi_coupon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* SALON  */
#nav-one li#gnavi04:hover a,
#nav-one li#gnavi04.sfHover a {
	background-image:url(../images/gnavi_salon.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* Staff  */
#nav-one li#gnavi05:hover a,
#nav-one li#gnavi05.sfHover a {
	background-image:url(../images/gnavi_staff.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* RECRUIT */
#nav-one li#gnavi06:hover a,
#nav-one li#gnavi06.sfHover a {
	background-image:url(../images/gnavi_recruit.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* CONTACT */
#nav-one li#gnavi07:hover a,
#nav-one li#gnavi07.sfHover a {
	background-image:url(../images/gnavi_contact.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


/* globalnavigation at pulldown
----------------------------------------------------------------- */

#nav-one ul {
	position: absolute;
	top: -999em;
	left: -1px;
}

#nav-one li:hover ul,
#nav-one li.sfHover ul {
	top: 11px;
    z-index: 100;
}

#nav-one ul li {
	border-left:none;
	float: none;
	padding:6px 0;
	width: /**/auto; /* none IE6 */
}

/* for IE7 */
*:first-child+html #nav-one ul li {
	width: 160px !important;
}

/* for IE6 */
* html #nav-one ul li {
	width: 160px;
	margin-bottom:-1px;
	padding:0;
	border:0;
	height:100%;
}

#nav-one li#gnavi02:hover ul a,
#nav-one li#gnavi04:hover ul a,
#nav-one li#gnavi05:hover ul a,
#nav-one li#gnavi02.sfHover ul a,
#nav-one li#gnavi04.sfHover ul a,
#nav-one li#gnavi05.sfHover ul a {
	background-image:none;
	background-color: #EEEEEE;
	color:#666666;
	font-size:90%;
	text-indent:0;
	width: auto;
	padding:6px;
	border-left:none;
	border-top:1px solid #FFFFFF;
}

/* for IE6 */
* html #nav-one li#gnavi02:hover ul a,
* html #nav-one li#gnavi04:hover ul a,
* html #nav-one li#gnavi05:hover ul a,
* html #nav-one li#gnavi02.sfHover ul a,
* html #nav-one li#gnavi04.sfHover ul a,
* html #nav-one li#gnavi05.sfHover ul a {
	height:100%;
}

#nav-one li#gnavi02:hover ul a:hover,
#nav-one li#gnavi04:hover ul a:hover,
#nav-one li#gnavi05:hover ul a:hover,
#nav-one li#gnavi02.sfHover ul a:hover,
#nav-one li#gnavi04.sfHover ul a:hover,
#nav-one li#gnavi05.sfHover ul a:hover {
	background-image:none;
	background-color:#666666;
	color:#FFFFFF;
}

#nav-one ul a {
	background-image:none;
	white-space: nowrap;
}
#nav-one ul a:hover {
	background-image:none;
	background-color:#666666;
	color:#FFFFFF;
}


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

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

#footer ul li {
	display:inline;
	list-style-type:none;
	border-left:1px solid #000000;
	margin:0;
	padding:0 1em;
	font-size:95%;
}

#footer li.last {
	border-right:1px solid #000000;
}


#footer ul li a{
	color:#333333;
}

#footer ul li a:link {
	color:#333333;
	text-decoration: none;
}

#footer ul li a:visited {
	color:#333333;
	text-decoration: none;
}

#footer ul li a:active {
	color: #af877b;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #af877b;
	text-decoration:underline;
}


#footer p.logo {
	padding:0;
	margin:0;
	width:270px;
	height:60px;
	text-indent:-9999px;
	background-image:url(../images/footer_logo.gif);
	background-position:right;
	background-repeat:no-repeat;
	position:absolute;
	top:40px;
	right:20px;	
}

#footer p.copyright {
	width:300px;
	margin:0;
	padding:0;
	font-size:85%;
	text-align:left;
	line-height:3em;
	letter-spacing:0.1em;
	color:#FFFFFF;
	position:absolute;
	left:30px;
	top:65px;
}



/* h2
----------------------------------------------------------------- */

h2{
	width:800px;
	height:260px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:top;
}

h2.concept{
	background-image:url(../../images/h2_concept2.jpg);
}

h2.menu{
	background-image:url(../../menu/images/h2_menu2.jpg);
}

h2.coupon{
	background-image:url(../../menu/images/h2_coupon2.jpg);
}

h2.salon{
	background-image:url(../../salon/images/h2_salon2.jpg);
}

h2.linkTsujido{
	background-image:url(../../salon/images/tsujido/h2_tsujido2.jpg);
}

h2.linkKugenuma{
	background-image:url(../../salon/images/kugenuma/h2_kugenuma2.jpg);
}

h2.staff{
	background-image:url(../../staff/images/h2_staff2.jpg);
}

h2.staffTsujido{
	background-image:url(../../staff/images/tsujido/h2_tsujido2.jpg);
}

h2.staffKugenuma{
	background-image:url(../../staff/images/kugenuma/h2_kugenuma2.jpg);
}

h2.recruit{
	background-image:url(../../images/h2_recruit2.jpg);
}

h2.contact{
	background-image:url(../../images/h2_contact2.jpg);
}



/* h3
----------------------------------------------------------------- */

.M3D_inner h3, 
.pricelist_inner h3, 
#recruit_inner h3, 
#staffTsujido_inner h3, 
#staffKugenuma_inner h3{
	height:30px;
	background-repeat:no-repeat;
	text-indent:-9999px;
	padding:0;
}

.M3D_inner h3{
	background-image:url(../../menu/images/h3_M3D.gif);
	margin:0;
}

.pricelist_inner h3{
	background-image:url(../../menu/images/h3_pricelist.gif);
	margin:0 0 30px 0;
}

#staffTsujido_inner h3{
	background-image:url(../../staff/images/tsujido/h3_tsujido.gif);
	margin:0;
}

#staffKugenuma_inner h3{
	background-image:url(../../staff/images/kugenuma/h3_kugenuma.gif);
	margin:0;
}


/* others
----------------------------------------------------------------- */

/* Top of Page Setting */
#topofPage{
	padding:20px 10px 0 0 ;
}

#topofPage p{
	text-align:right ;
}


.add{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
}

.tel{
	font-size: 150%;
	color:#666666;
	line-height:150%;
}

.right{
	text-align:right;
	font-size:90%;
}

.center{
	text-align:center;
}

.brown{
	color:#663300;
}

.pink{
	color:#CC6699;
}

.indent-9999px{
	text-indent:-9999px;
}
