@charset "utf-8";

/* ========リンク======= 
a:link {
	color:#00f;
}

a:visited {
	color:#008;
}

a:hover {
	color:#fff;
	background-color:#00f;
}

a:active {
	color:#f0f;
}

a img {
	border:none;
}
*/


/* .body */
body {
	color: #404040;
	background-color: #00ba45;
}
#base-sheet {
	width: 751px;
}
#header {
	height: 220px;
	width: 751px;
}

#container {
	top: 220px;
	width: 751px;
}

/* .header */
#header {
	color: #111;
	background-image: url(images/green_header.gif);
	background-repeat: no-repeat;
}

/* .title */
#title h1 {
	font-size: 23px;
	position: absolute;
	top: 85px;
	left: 40px;
}

#title h1 a {
	color: #00AA00;
	text-decoration: none;
}

#title h1 a:hover {
	text-decoration: underline;
	margin-top: 2px;
	margin-left: 1px;
}

#title .caption {
	color: green;
	position: absolute;
	top: 115px;
	left: 40px;
}

/* .container */

#container {
	background-image: url(images/green_body.gif);
	background-repeat: repeat-y;
}


/* .side */
#side {
	position: relative;
	width: 240px;
	margin-top: -20px;
}
#side .baseinfo , #side .qr_box, .salon_navi{
	margin-top: 0;
	margin-bottom: 1em;
	margin-left: 5px;
	position: relative;
	width: 235px;
}

.baseinfo, .qr_box, .salon_navi {
	background-image: url(images/green_side_body.gif);
	background-repeat: repeat-y;
	width: 235px;
}

.baseinfo .wrapper, .qr_box .wrapper, .salon_navi .wrapper {
	background-image: url(images/green_side_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	width: 235px;
}
.baseinfo .wrapper .wrapper, .qr_box .wrapper .wrapper, .salon_navi .wrapper .wrapper {
	width: 235px;
	background-image: url(images/green_side_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 25px;
}

#side .baseinfo h2 {
	text-indent: -9000px;
}
#side .qr_box h2 {
	font-weight: bold;
	color: #00AA00;
	margin-left: 0px;
	padding-top: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
}

#side .qr_box p{
	margin-top: 10px;
}

#side .baseinfo dl{
	color: #5F5F5F;
	margin-left: 15px;
}

#side .baseinfo dt {
	font-size: 15px;
	font-weight: bold;
	color: #00AA00;
}

#side .baseinfo dd {
}

/* ..salon_navi */

.salon_navi ul{
	padding: 20px 0 0 15px;
}
.salon_navi li{
	background-image: url(images/link.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 20px;
	width: 200px;
	height: 30px;
	list-style: none;
}
.salon_navi li a {
	font-weight: bolder;
	font-size: 15px;
	color: #373737;
	text-decoration: none;
	padding-top: 0px;
	width: 200px;
	height: 30px;
	display: block;
}

.salon_navi li a:hover {
	color: lime;
}

#index .salon_navi li.salon_home a{
	color: gray;
}
#pr_page .salon_navi li.pr a{
	color: gray;
}
#menu_page .salon_navi li.menu a{
	color: gray;
}
#care_page .salon_navi li.care a{
	color: gray;
}
#map_page .salon_navi li.map a{
	color: gray;
}


/* .main */


#main .box {
	margin-right: 15px;
	padding-right: 25px;
	padding-left: 25px;
}

#main h2.text_h {
	font-weight: bold;
	color: #00A200;
	margin-bottom: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-top: 1px lime dotted;
	border-bottom: 1px lime dotted;
	width: 430px;
}

#main .text em {
	font-style: normal;
	font-weight: bold;
	color: #FF6200;
}

#main .text strong {
	font-style: normal;
	font-weight: bold;
	color: #FF0086;
}

#main h3.text_h{
	border-bottom-width: 1px;
	border-bottom-color: green;
	border-bottom-style: solid;
}

#main h4.text_h{
	border-bottom-width: 1px;
	border-bottom-color: lightgreen;
	border-bottom-style: solid;
}

#main .infobar {
	border-bottom-width: 2px;
	border-bottom-color: lightgreen;
	border-bottom-style: inset;
}


/* .footer */

#footer {
	background-color: #00ba45;
	background-image: url(images/green_footer.gif);
	background-repeat: no-repeat;
	height: 91px;
}
address{
	padding-top: 30px;
}

