@charset "UTF-8";

/* ---------------------
 * FONTSIZE MODEL * 
 * ---------------------
 *  63% ->	10pxに相当
 *  70% ->	11pxに相当
 *  75% ->	12pxに相当
 *  82% ->	13pxに相当
 *  88% ->	14pxに相当
 *  94% ->	15pxに相当
 * 100% ->	16pxに相当
 * 107% ->	17pxに相当
 * 113% ->	18pxに相当
 * 119% ->	19pxに相当
 * 125% ->	20pxに相当
 * --------------------- */


/* ========BASIC======== */
* {
   font-family:Arial, Tahoma, Verdana;
   color:#333;
}

body {
   margin:0;
   padding:0;
   letter-spacing:1px;
   background:#fff url("images/bg_body01.jpg");
   background-attachment : scloll ;
   border-top:5px solid #FF0000;
}

br {
   letter-spacing:normal;
}

a {
   color:#333;
   text-decoration:none;
}

a:hover {
   color:#666;
}

img {
   border:0;
   vertical-align:bottom;
}

h1,h2,h3,h4,h5,h6 {
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
div#headWrap {
   position:relative;
   width:100%;
   margin:0 auto;
   padding:10px 0;
   background:#fff;
}

div#header {
   position:relative;
   width:900px;
   margin:0 auto;
   background:#fff;
}


div#pr {
   position:absolute;
   left:0;
   top:0;
   width:900px;
}

div#gnavi {
   position:absolute;
   bottom:0;
   right:0;
}


div#menu {
   width:100%;
   float:left;
   background:url("images/bg_navi.gif") 0 0 repeat-x;
   height:50px;
}

div#icatch {
   width:900px;
   margin:0 auto;
   background:#fff;
}

div#contents {
   width:900px;
   margin:0 auto;
   padding:10px 0 ;
   background:#fff;
}

div#main {
   float:right;
   width:690px;
   margin-bottom:30px;
}

/* ========#main内部のコンテンツの横幅======== */
div#postarea{
   width:580px;
   }
   
div#postarea img{
   float:right;
   }
   
div#postarea h3{
   float:right;
   }
      
div#postarea p{
   float:left;
   } 
   
div#sub {
   float:left;
   width:190px;
}

div#totop {
   clear:both;
}

div#footMenu {
   width:900px;
   margin:0 auto;
}

div#footer {
   background:#EBEADD;
   border-bottom:5px solid #FF0000;
}


/* ========HEADER CUSTOMIZE======== */
div#header h1 {
   margin:0;
   padding-top:25px;
   font-size:200%;/* 32px相当*/
   color:#fff;
   line-height:50px;
}

div#header h1 a {
   color:#9B0000;
}

div#header h1 a:hover {
   color:#D30000;
}

div#header #pr p {
   margin:0;
   font-size:75%;/* 12px相当*/
}

div#header #gnavi ul {
   list-style:none;

}
div#header #gnavi li {
   float:left;
   font-size:85%;/* 11px相当*/
   margin-left:15px;
}

div#header #gnavi li a {
   display:block;
   padding-left:15px;
   background:url("images/bg_gnavi.gif") 0 1px no-repeat;
}


/* ========MENU CUSTOMIZE======== */
div#menu ul {
   width:780px;
   margin:0 auto;
   padding:0;
}

div#menu li {
   float:left;
   text-align:center;
   list-style-type:none;
}

div#menu li a{
   display:block;
   width:130px;
   height:50px;
}

div#menu li.concept a {
 background:#fff url("images/menu_concept_off.gif") 
}

div#menu li.concept a:hover {
   background:#fff url("images/menu_concept_on.gif") 
}

div#menu li.menu a {
 background:#fff url("images/menu_salon_off.gif") 
}

div#menu li.menu a:hover {
   background:#fff url("images/menu_salon_on.gif") 
}

div#menu li.staff a {
 background: url("images/menu_staff_off.gif") 
}

div#menu li.staff a:hover {
   background:#fff url("images/menu_staff_on.gif") 
}

div#menu li.access a {
 background: url("images/menu_access_off.gif") 
}

div#menu li.access a:hover {
   background:#fff url("images/menu_access_on.gif") 
}

div#menu li.news a {
 background: url("images/menu_news_off.gif") 
}

div#menu li.news a:hover {
   background:#fff url("images/menu_news_on.gif") 
}

div#menu li.recruit a {
 background: url("images/menu_recruit_off.gif") 
}

div#menu li.recruit a:hover {
   background:#fff url("images/menu_recruit_on.gif") 
}

div#menu li.blog a {
 background: url("images/menu_blog_off.gif") 
}

div#menu li.blog a:hover {
   background:#fff url("images/menu_blog_on.gif") 
}

/* ========MAIN CONTENTS CUSTOMIZE======== */
div#main a {
   color:#9B0000;
}

div#main a:hover {
   color:#9B0000;
   border-bottom:1px solid #9B0000;
}

div#main h2 {
   width:540px;
   margin:15px 0px;
   padding:0 0 0 40px;
   color:#000000;
   font-size:100%;/* 15px相当*/
   font-weight:bold;
   line-height:35px;
   border-bottom:1px solid #8B4513;
   background:url("images/icon_hasami.gif") 0 0 no-repeat;
}

div#main h3 {
   width:580px;
   margin-top:30px;
   margin-bottom:10px;
   padding:0 0 5px 0;
   font-size:88%;/* 14px相当*/
   line-height:1.5em;
   border-bottom:1px solid #cccccc;
}

div#main h4 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当*/
}

div#main h5 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当*/
}

div#main h6 {
   margin-bottom:2px;
   font-size:75%;/* 12px相当*/
}

div#main p {
   margin:0 0 1em 0;
   line-height:1.9em;
   font-size:75%;/* 12px相当*/
}

div#main ul,ol,dl {
   font-size:75%;/* 12px相当*/
   line-height:2em
}

div#main dt {
   margin-bottom:3px;
}

div#main dd {
   width:500px;
   margin:0 0 0.5em 1em;
   padding:10px;
   background:#f1f1f1;
}

div#main dt.recruit {
   font-size:85%;
   margin-bottom:3px;
}

div#main dd.recruit {
   font-size:75%;
   width:500px;
   margin:0 0 0.5em 1em;
   padding:10px;
   background:#f1f1f1;
}





/* INFORMATION CUSTOMIZE */
* html body div#main dl.information dd div {
   display:inline-block;
}

div#main dl.information dt {
   float:left;
   margin:0;
   padding:0 10px 0 0;
}

div#main dl.information dd {
   width:480px;
   margin:0;
   padding:0;
   background:transparent;
}

/* ========SUBCONTENTS CUSTOMIZE======== */
div#sub .section {
   margin-bottom:10px;
}

.section img {
   margin-bottom:5px;
}

div#sub h2 {
   padding:3px;
   font-size:88%;/* 14px相当*/
   font-weight:bold;
   color:#fff;
   padding-left:10px;
   background:#FF0000;
   border-bottom:1px solid #C1C1C1;
   border-right:1px solid #C1C1C1;
}

div#sub ul {
   margin:0px 0 0 5px;
   padding:0;
}

div#sub li {
   padding:0px 0 1px 0;
   font-size:75%;/* 12px相当*/
   line-height:2;
   list-style:none;
   background:url("images/bg_dotline.gif") 0 100% repeat-x;
}

div#sub li a:link {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 10px no-repeat;
   background-color:#ffffff;
}

div#sub li a:visited {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 0 10px no-repeat;
   background-color:#ffffff;
}

div#sub li a:hover {
   color:#ffffff;
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 5px 10px no-repeat;
   background-color:#FF6666;
}

div#sub li a:active {
   display:block;
   padding-left:12px;
   background:url("images/bg_list.gif") 5px 10px no-repeat;
   background-color:#ffffff;
}



/* ========TOTOP CUSTOMIZE========= */

/*
div#totop {
   margin:60px 10px;
   text-align:right;
   font-size:70%;/* 11px相当*/
}

div#totop a {
   padding-left:8px;
   background: url("images/bg_totop.gif") 0 50% no-repeat;
}
/*

/* ========FOOTMENU CUSTOMIZE======== */
div#footMenu ul {
   margin:0;
   padding:10px 0 0 0;
   text-align:right;
}

div#footMenu li {
   display:inline;
   margin:0 0 0 10px;
   font-size:75%;/* 12px相当*/
   list-style:none;
}

div#footMenu li a {
   padding-left:10px;
   background: url("images/bg_footmenu.gif") 0 50% no-repeat;
}


/* ========FOOTER CUSTOMIZE======== */
address {
   padding:30px 0;
   font-size:70%;/* 11px相当*/
   font-style:normal;
   color:#333;
   text-align:center;
}

/* ========page top ======== */
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}