body {
    background: #efefef;
    padding: 0px;
    margin: 0px;
    text-align:center;
    font-size: 12px;
    line-height: 1.4em;
}

form {
    padding: 0px;
    margin: 0px;
}

ul {
    padding: 0px;
    margin: 0px;
}
li {
    padding: 0px;
    margin: 0px;
}

h1 {
    margin: 0px;
    padding: 0px 0px 0px 7px;
    font-size: 10px;
    font-weight:normal;
    color: #999999;
}

h2{
    font-size: 14px;
    font-weight: normal;
    margin: 0px;
    padding-left: 2px;
    padding-bottom: 2px;
}

h3{
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
h3 strong{
    font-size: 18px;
    line-height: 20px;
}

.top {
    padding: 0px;
    margin: 0px;
    font-size: 12px;
}

.top a {
    color: #3FBBEF;
}
img {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

small {
    font-size: 10px;
    font-weight: normal;
}

td {
    font-size: 12px;
    line-height: 1.4em;
}

b {
    color: #ff44ff;
}

/********************** main block *************************/
#container {
    background: #ffffff;
    width:950px;
    margin:0 auto
}

#left {
    float: left;
    width: 649px;
    margin-top: 12px;
}

#right {
    float: right;
    width: 300px;
    margin-top: 4px;
    margin-right: 1px;
}


/********************** header block *************************/
#header {
    position:relative;
    text-align:left;
    height: 110px;
    margin-top: 5px;
}

#logo {
    float: left;
    text-align:left;
}
#help {
    float: right;
    padding-right: 3px;
    color: #dddddd;
    font-size: 9px;
}
#help a{
    color: #999999;
    font-size: 12px;
}

#navi {
    width: 950px;
    height: 27px;
    border: 0px;
    padding-top: 20px;
    margin:0 auto;
    border-bottom: 1px solid #ff44ff;
}

#blueline {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #3FBBEF;
}

#bread {
    float: left;
    margin-left: 4px;
    font-size: 10px;
    font-weight:normal;
    color: #999999;
    text-decoration: none;
}

#bread a{
    color: #999999;
    text-decoration: none;
}

/********************** footer block *************************/
#footerad {
    margin:0 auto;
    width:950px;
    background: #ffffff;
    padding-top: 10px;
}

#pr {
    padding-top: 5px;
    font-size: 10px;
    color: #999999;
}

#pr a{
    color: #999999;
    text-decoration: none;
}

/************************* menu *****************************/

#menu1{
    background: url('/image/navi01n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu1s{
    background: url('/image/navi01.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu1:hover { background: url('/image/navi01a.jpg') top left; }

#menu2{
    background: url('/image/navi02n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu2s{
    background: url('/image/navi02.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu2:hover { background: url('/image/navi02a.jpg') top left; }

#menu3{
    background: url('/image/navi03n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu3s{
    background: url('/image/navi03.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu3:hover { background: url('/image/navi03a.jpg') top left; }

#menu4{
    background: url('/image/navi04n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu4s{
    background: url('/image/navi04.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu4:hover { background: url('/image/navi04a.jpg') top left; }

#menu5{
    background: url('/image/navi05n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu5s{
    background: url('/image/navi05.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu5:hover { background: url('/image/navi05a.jpg') top left; }

#menu6{
    background: url('/image/navi06n.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu6s{
    background: url('/image/navi06.jpg') top left;
    width: 102px;
    height: 27px;
    font-size: 31px;
}

#menu6:hover { background: url('/image/navi06a.jpg') top left; }

/********************** right block *************************/
.minibox{
    width: 300;
    background: #ffffff;
    background: url('/image/right_border_side.gif');
    padding: 0px;
    text-align: left;
}
.box_top {
    display: block;
}
.box_bottom {
    display: block;
    margin-bottom: 5px;
}
/*
.navi td, a {
    color: #666666;
}
*/
td, a {
    color: #000000;
}

/********************** left block *************************/

.mainbox{
    width: 600;
    background: #ffffff;
    background: url('/image/border_side.gif');
    padding: 0px;
    text-align: left;
}

.sideborder {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.error {
    border: 1px solid #ff0000;
    background: #FCEBEB;
    padding: 5px;
    line-height: 1.6em;
    margin-bottom: 2px;
}
.menu_title {
    padding-left: 10px;
    padding-top: 5px;
}
.section_top {
    width: 600px;
    margin: 0px auto;
    text-align: left;
    margin-bottom: 5px;
}
.section_title {
    border-bottom: 1px dotted #cecdce;
    margin-bottom: 10px;
}

#otherbox {
    width: 300px;
    height: 35px;
    background: url("/image/menu61.gif?1.0") no-repeat;
    margin-bottom: 1px;
}

#neighborbox {
    width: 300px;
    height: 35px;
    background: url("/image/menu60.gif?1.0") no-repeat;
    margin-bottom: 1px;
}

.box {
    width: 248px;
    background: #ffffff;
    background: url('/image/box_border_side.gif');
    padding: 0px;
    text-align: left;
    margin-bottom: 3px;
}

#bathbox {
    width: 300px;
    height: 37px;
    background: url("/image/title_menu40.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: 3px;
}

#newbox {
    width: 300px;
    height: 37px;
    background: url("/image/title_menu01.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: auto;
}

#commentbox {
    width: 300px;
    height: 37px;
    background: url("/image/title_menu02.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
}
#menubox {
    width: 300px;
    height: 37px;
    background: url("/image/menu_title.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}
#contactbox {
    width: 300px;
    height: 37px;
    background: url("/image/contact_title.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}
#infobox {
    width: 300px;
    height: 37px;
    background: url("/image/info_title.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}

/********************** top page *************************/
.explain {
    font-size: 13px;
    padding-left: 30px;
    padding-top: 5px;
    line-height: 1.5em;
		text-align: left;
}
.explain a{
    color: #3FBBEF;
}

.top_box {
    width: 600px;
    margin: 0px auto;
}

.top_content {
    margin-left: 20px;
}

#numbox {
    width: 300px;
    height: 37px;
    background: url("/image/num_title.gif") no-repeat;
    margin-left: auto;
    margin-right: 0;
    margin-top: 5px;
}

.counter {
    font-weight: bold;
    color: #ff00ff;
    font-size: 32px;
    margin-left: 80px;
    line-height: 100%;
}

.unit {
    font-weight: normal;
    color: #aaaaaa;
    font-size: 12px;
}

/******************** content **********************/
.content {
    padding: 5px;
    line-height: 1.3em;
}

.content2 {
    padding: 5px;
    line-height: 1.6em;
}
.content2 a{
    text-decoration: none;
    color: #000000;
}
.content2 ul {
    margin: 0 0 0 1.5em;
    padding: 0;    
}
.content3 ul {
    margin: 0 0 0 2.0em;
    padding: 0;    
}

.content4 {
    padding: 0px 2px 0px 0px;
    line-height: 1.6em;
}

.content4 a{
    text-decoration: none;
    color: #000000;
}

/********************** etc *************************/
.whiteBack {
    background: #ffffff;
}

.pinkWaku {
    background: #ff44ff;
}
.lightPinkWaku {
    background: #ffccff;
}

.lightPinkBack {
    background: #ffccff;
    text-align: right;
}
th.lightPinkBack {
    background: #ffccff;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
}

.formWhiteBack {
    background: #ffffff;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.formPinkBack {
    background: #ffddff;
    text-align: right;
    border-right: 1px solid #ffccff;
    border-bottom: 1px solid #ffccff;
}

.more {
    text-align: right;
    padding-right: 35px;
}

.underline {
	border-bottom: 1px solid #ffccff; 
}
.faq_title {
	background-color: #ffddff;
	margin-left: 2px;
	padding-left: 4px;
}

.underrightpinkline {
    border-right: 1px solid #ffccff;
    border-bottom: 1px solid #ffccff;
}

.underrightline {
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.action {
    display: block;
    margin-top: 5px;
}

.point a {
    color: #000000;
    text-decoration: none;
}

.sort {
    padding: 5px;
}
.sort a{
    color: #00B2EB;
}

.rating {
    border: 1px solid #ffccff;
}

.reviewLinks {
    margin: 5px 0px 25px 0px;
}

.info {
    border-top: 1px solid #eeeeee;
    border-left: 1px solid #ffccff;
}

.maplink {
    margin-top: 3px;
    text-align: center;
}

.nail {
    background: url("/image/photo_back.gif") no-repeat;
    width: 150px;
    height: 150px;
    text-align: center;
    padding-top: 5px;
}

/********************** font *************************/
.black {
    color: #000000;
}
.white {
    color: #ffffff;
}
.blue {
    color: #00B2EB;
}

.gray {
    color: #666666;
}
.gray a{
    color: #666666;
}

.lesson {
    color: #00B2EB;
    font-size: 14px;
}

.big {
    font-size: 15px;
}

.lk {
    font-weight: normal;
}

.cname {
    color: #ff44ff;
    font-size: 15px;
}
.cname a{
    color: #ff44ff;
    font-size: 15px;
    font-weight: bold;
}

/********************** navi *************************/
.page {
    padding-right: 50px;
    padding-bottom: 2px;
}

.rules {
    margin: 10px 0px 10px 40px; 
    padding: auto;
}
/********************** my *************************/
.reviewCTable {
    float: left;
    width: 540px;
    border-bottom: 1px dotted #cecdce;
    text-align: left;
    padding: 3px;
    margin-bottom: 0px;
    margin-left: 40px;
    font-size: 10px;
}
.reviewTable {
    float: left;
    width: 540px;
    border-bottom: 1px dotted #cecdce;
    text-align: left;
    padding: 3px;
    margin-bottom: 5px;
    margin-left: 40px;
}
.icon {
    width: 20px;
    float: left;
    text-align: left;
}
.salon {
    width: 150px;
    float: left;
}
.station {
    width: 120px;
    float: left;
    text-align: right;
}
.register {
    width: 185px;
    text-align: right;
    float: left;
}
.comment {
    width: 60px;
    text-align: right;
    float: left;
}

.comment a {
    font-weight: bold;
    color: #ff44ff;
}
/********************** faq page *************************/

.title {
	background-color: #ffddff;
	text-align: left;
	margin: 0 4px 5px 4px;
	padding: 5px 0px 5px 4px;
	font-weight: bold;
	color: #ff44ff;
}

.subtitle {
	background-color: #efefef;
	text-align: left;
	margin: 0 4px 5px 4px;
	padding: 2px 0px 2px 4px;
}

.contents {
	background: #ffffff; 
	padding-left: 10px; 
	text-align: left;
	line-height: 1.5em; 
}

.caution {
	font-weight: bold;
	color: #ff0000;
	font-size: 15px;
}

/********************** coupon *************************/

.coupon {
    border: 1px solid #dddddd;
    background: url("/image/coupon_corner.gif") no-repeat left top;
}
.coupon2 {
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    background: url("/image/coupon_corner.gif") no-repeat left top;
}
.coupon_shop {
    color: #ffffff;
    background: #ff88ff;
    font-weight: bold;
    font-size: 14px;
}
.coupon_head {
    color: #3FBBEF;
    padding-left: 10px;
    background: #ededed;
}
.coupon_title {
    font-size: 14px;
    line-height: 1.5em;
    background: #ededed;
    background-image: url("/image/coupon_corner.gif");
		background-position:0 0;
		background-repeat:no-repeat;
}
.coupon_content {
    padding-left: 20px;
    padding-top: 20px;
}
.coupon_caution {
    color: #999999;
    font-size: 10px;
    padding-left: 20px;
    padding-top: 20px;
    height: 80px;
}

#print_body {
	width: 640px;
	background: #ffffff;
}

.waku {
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
