@charset "utf-8";

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

body {
	color: #333333;
	font-family: sans-serif;
	font-size: 90%;
	line-height: 1.6;
	background-image: url(img/bg.gif);
	background-repeat: repeat;
	background-attachment:fixed;
}

a{
	outline:none;
}

a img {
	border-style: none;
}

a:link {
	color: #36a18f;
	text-decoration: none;
}

a:visited {
	color: #36a18f;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

#wrapper {
	margin: 0px auto;
	width: 960px;
	border-right: 1px solid #36a18f;
	border-left: 1px solid #36a18f;
	background: #FFFFFF url(img/bg_wrapper.gif) no-repeat 100% 100%;
}

#header {
	border-top: 2px solid #36a18f;
}

#sidebar {
	margin:20px 0 20px 20px;
	float: left;
	width: 148px;
	border:1px solid #36a18f;
}

#inner_sidebar {
	margin:20px;
}

#main {
	float: left;
	margin:20px 0 20px 20px;
	width: 478px;
	border:1px solid #36a18f;
	background-color: #FFFFFF;
}

#home #main,
#comment #main {
	float: left;
	margin:20px 0 20px 20px;
	width: 478px;
	border:1px solid #36a18f;
	overflow-y:scroll;
	height:515px;
}

#inner_main {
	margin:20px;
}

#right_side {
	float: right;
	margin:20px 20px 20px 20px;
	width: 248px;
	border:1px solid #36a18f;
	background-color: #FFFFFF;
}

#inner_right_side {
	margin:20px;
}


#footer {
	padding: 15px;
	clear: both;
	background-color: #000000;
	border-top: 2px solid #36a18f;
	font-size: 70%;
	text-align:center;
	color:#999999;
}

#global_navi {
	border-top:1px solid #36a18f;
	border-bottom:1px solid #36a18f;
	position: relative;
}

#main_sentence{
	position: relative;
	margin:10px 20px 0 430px;
	color:#FFFFFF;
	text-align:left;
	font-size: 70%;
}

/*#home  #header  #nHome a,
#salon  #header  #nSalon a,
#menu  #header  #nMenu a,
#aesthe #header #nAesthe a,
#stylist  #header  #nStylist a,
#style  #header  #nStyle a,
#access  #header  #nAccess a {
	background-color: #6666FF;
}*/

#header h1 {
	position: relative;
	margin-top:200px;
	margin-left:500px;
	margin-right:0px;
	text-align:left;
}

h1 {
	font-size: 17px;
	color: #6666FF;
	font-weight: bold;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-position: left center;
}


h2 {
	border-left: 7px solid #36a18f;
	border-bottom: 1px dotted #36a18f;
	font-size: 90%;
	padding-left:7px;
	margin-bottom: 10px;
}

h3{
	border-bottom: 1px dotted #36a18f;
	font-size: 85%;
	margin-bottom: 10px;
}


p {
	font-size:80%;
	margin-bottom: 10px;
}

#inner_main .news,
#inner_main .menu,
#inner_main .process,
#inner_main .staff,
#inner_main .style_comme,
#inner_main .comments{
	border: 1px dotted #36a18f;
	font-size: 90%;
	margin:15px 0 15px 0;
	padding:10px;
}

#sidebar ul li {
	list-style: none;
	font-size: 70%;
	margin-bottom:5px;
}

#sidebar ul li a {
	display: block;
}

#footer p a {
	color: #CCCCCC;
}

#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#footer p {
	margin: 0px;
	float: right;	
}

.stress{
	color:red;
	font-size: larger;
}

#inner_main  .menu  .price_name {
	width: 140px;
}
#inner_main .menu .price_blank {
	width: 50px;
}



#caption{
	font-size:60%;
}

.comme_back{
	color:#999999;
}

.news_title{
	font-weight:bold;
	font-size: 90%;
}

