@charset "UTF-8";


/***** common *****/
	
body {
	background-color: #FAF5DF;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: center;
	}

img{
border:none;
}

.clear{
clear:both;
height:0;
line-height:0;
}

.clear hr { display:none; }
.b { font-weight:bold; }
.red { color:#CC0000; }

p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,form{
margin:0;
padding:0;
font-size:100%;
}

/***** links *****/

a{text-decoration:none;}

a:link{
	color:#0066CC;
	text-decoration:none;
}

a:visited{
	color:#993399;
	text-decoration:none;
}

a:hover{
text-decoration:underline;
}

a:active{
color:#FF0000;
text-decoration:underline;
}


/***** layout *****/

#wrap {
	width: 800px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}
	
#contents {
	width: 700px;
	margin: 0 auto;
	text-align: center;
	}

#lead_box {
	width: 700px;
	height: 100px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#salon_box {
	width: 700px;
	height: 45px;
	margin: 0 auto;
	margin-top: 30px;
	}

#img_box {
	width: 590px;
	height: 155px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	}

h1 {
	margin: 0px 0 0 0px;
}

h2 {
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	}

.text_box{
	width: 700px;
	margin: 0 0 10px 0;	
	text-align: left;
}


/********************* table01 ************************/

table#table-01 {
    width: 700px;
    border: 1px #E5CC7F solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 5px;
	width: 150px;
    border: #E5CC7F solid;
    border-width: 0 0 1px 1px;
    background: #FAF5DF;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-01 td {
    padding: 5px;
    border: 1px #E5CC7F solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

/********************* table02 ************************/
table#table-02 {
    width: 700px;
    border: 1px #FDFDF9 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-02 th {
    padding: 5px;
	width: 150px;
    border: #FDFDF9 solid;
    border-width: 0 0 1px 1px;
    background: #FDFDF9;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
table#table-02 td {
    padding: 5px;
    border: 1px #FDFDF9 solid;
    border-width: 0 0 1px 1px;
	background: #FDFDF9;
    text-align: left;
}


/***** footer *****/
#footer {
	margin: 0 auto;
	border-top:1px solid #E5CC7F;
	width: 800px;
	height: 45px;
	clear: both;
	display: block;
	position: relative;
	overflow: visible;
	text-align: center;
	background:white url(../images/bottom_gradient.png) repeat-x scroll left top;
	margin-top: 30px;
}

#footer p {
   	margin-right: 30px;
	padding: 10px 0;
	text-align: center;
}
