@charset "Shift_JIS";

/* Universal selector
---------------------------------------*/
*{
	color: #444;
	font-size: 100%;
	background-color: transparent;
	margin:	0;
	padding: 0;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font: small/140% "俵俽 俹僑僔僢僋", Arial, Helvetica;
	line-height: 1.5;
	background: #f2f0db url(../../images/common/body_bg.jpg) repeat-x;
	}

/* Text Module
---------------------------------------*/

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 20px 0;
	line-height: 1.1;

	}
h1 {
	font-size: 220%;
	font-family: "僸儔僊僲妏僑 pro W3", "HGP恨集窶" , "俵俽 俹僑僔僢僋";
	color: #633;
	text-indent: -0.1em;
	}
h2 {
	font-size: 200%;
	font-family: "僸儔僊僲妏僑 pro W3", "HGP恨集窶" , "俵俽 俹僑僔僢僋";
	color: #61580d;
	text-indent: -0.1em;
	}
h3 {
	font-size: 200%;
	font-family: "僸儔僊僲妏僑 pro W3", "HGP恨集窶" , "俵俽 俹僑僔僢僋";
	color: #826480;
	text-indent: -0.1em;
	}
h4 {
	font-size: 160%;
	font-family: "僸儔僊僲妏僑 pro W3", "HGP恨集窶" , "俵俽 俹僑僔僢僋";
	color: #61580d;
	text-indent: -0.1em;
	}
h5 {
	font-size: 100%;
	}
h6 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-family: "僸儔僊僲妏僑 pro W3", "HGP恨集窶" , "俵俽 俹僑僔僢僋";
	}
blockquote {
	display: block;
	background-color: #eaeeef;
	border-top: 1px solid #b9c3c8;
	border-left: 1px solid #b9c3c8;
	margin: 0.8em 24px;
	padding: 1px;
	}
em {
	font-style: normal;
	font-size: 120%;
	font-weight: bold;
	}
strong {
	color: #c00;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: none;
	}
a:link,
a:visited {
	color: #f00;
	}
a:hover {
	color: #936;
	text-decoration: underline;
	}

/* Image Module
---------------------------------------*/
img {
	border: 0;
	vertical-align: bottom;
	}

/* List Module
---------------------------------------*/
ul,
ol,
dl {

	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	font-size: 90%;
	}
dt {
	color: #61580d;
	}
/*
dd {

	}
*/
li li,
li p,
li pre,
li dt,
li dd,
dd li,
dd p,
dd pre,
dd dt,
dd dd {
	font-size:100%;
	}
li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dl,
dd p {
	margin: 0.4em 8px;
	}

/* Table Module
-----------------------------------------------------------------------------------------*/
table {
	margin: 10px 0 25px 0;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	line-height: 1.4;
	font-size: 85%;
	background: #fff;
	}
caption {
	margin: 0;
	padding: 8px 0 0 0;
	font-size: 170%;
	font-weight: bold;
	color: #633;
	text-align: left;
	border-top: 1px solid #633;
	}
td, th {
	border-bottom: 1px solid #ccc;
	padding: 0.2em 0.4em;
	}
td strong, th strong {
	color: #f30;
	font-weight: normal;
	}
thead th {
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #633;
	}
tfoot th, tfoot td {
	font-weight: normal;
	text-align: right;
	background: #d5f4ff;
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccc;
	}
tbody td {
	text-align: right;
	background: #ffd;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f36;
	}
	
/* Forms Module
---------------------------------------*/
fieldset {
	margin: 0;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	}
legend {
	margin: 0;
	padding: 0.5em 0.5em 1em 0.5em;
	color: #61580d;
	background: transparent;
	font-size: 180%;
	font-weight: bold;
	}
label {
	float: left;
	width: 150px;
	padding: 0 1em;
	text-align: right;
	font-size:90%;
	}
fieldset div {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	}
fieldset div input,
fieldset div textarea {
	width: 270px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
	}
fieldset div select {
	padding: 1px;
	background: #fff;
	}
#fm-submit {
	clear: both;
	padding-top: 1em;
	text-align: center;
	}
#fm-submit input {
	border: 1px solid #fff;
	padding: 2px 1em;
	background: #61580d;
	color: #fff;
	font-size: 100%;
	}
input:focus,
textarea:focus {
	background: #ffd;
	color: #000;
	}

/* layout
---------------------------------------*/
#wrapper {
	margin: 0 auto;
	width: 790px;
	background: #fff url(../../images/common/content_bg.gif) repeat-y;
	}
#header {
	margin-left: 20px;
	width: 750px;
	border-top: 20px solid #fff;
	}
#header ul {
	margin: 0;
	padding: 0;
	clear: both;
	height: 28px;
	list-style: none;
	background: url(../../images/common/headernav_bg.gif) repeat;
	border-top: 20px solid #fff;
	}
#header li {
	float: left;
	display: inline;
	white-space: nowrap;
	}
#header li a {
	padding: 4px 0;
	width: 120px;
	display: block;
	font-size: 110%;
	text-align: center;
	text-decoration: none;
	color: #61580d;
	border-right: 1px solid #c8c485;
	}
#header li a:hover {
	color: #fff;
	background: #aba769;
	}
#content {
	margin-top: 20px;
	float: left;
	left: 40px;
	position: relative;
	width: 500px;
	}
.topicpass {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 85%;
	text-align: right;
	}
.topicpass a {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #660;
	}
#sidebar {
	margin: 20px 0;
	float: right;
	right: 40px;
	position: relative;
	width: 180px;
	color: #530;
	border: 1px solid #fff;
	}
#sidebar img {
	margin-bottom: 10px;
	}
#sidebar p {
	margin: 0;
	padding: 7px;
	display: block;
	color: #fff;
	line-height: 120%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #933;
	background: #a33d47 url(../../images/common/sidebar_pbg.gif) repeat;
	}
#sidebar p img {
	margin: 0 7px 0 0;
	padding: 0 7px 0 0;
	float: left;
	border-right: 1px solid #f2e3db;
	}
#sidebar p span {
	display: block;
	color: #fff;
	font-size: 80%;
	}
#sidebar ul {
	margin: 0;
	padding: 5px 0 10px 0;
	list-style: none;
	background: #f2e3db;
	}
#sidebar li a {
	margin: 0;
	padding: 1px 0 1px 25px;
	display: block;
	width: 155px;
	font-size: 12px;
	color: #a33d47;
	text-decoration: none;
	background: url(../../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
#sidebar li a:hover{
	color: #61580d;
	background: #fff url(../../images/common/icon_arrow1.gif) no-repeat 10px 50%;
	}
#footer {
	margin: 0;
	padding: 0 40px 30px 40px;
	clear: both;
	font-size: 90%;
	background: #fff;
	border-top: 20px solid #fff;
	border-bottom: 4px solid #61580d;
	}
#footer h6 a{
	color: #61580d;
	}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
#footer .shoplist {
	margin: 10px 0;
	padding: 8px 15px;

	background: #f2f0db;
	}
#footer li {
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	}
#footer li span {
	font-size: 110%;
	font-weight: bold;
	}
#footer p {
	margin: 0;
	padding: 0;
	}
#footer p strong {
	padding-left: 25px;
	color: #444;
	font-size: 180%;
	font-family: Arial, Helvetica;
	letter-spacing: 0.1em;
	background: url(../../images/common/icon_tel.gif) no-repeat 0 50%;
	}

/* layout [index]
---------------------------------------*/
#campaign {
	margin: 0;
	padding: 0;
	}
#campaign dt {
	margin: 0 0 3px 0;
	padding: 0;
	}
#campaign dd {
	margin-bottom: 8px;
	font-size: 90%;
	}

#news {
	margin: 0 0 25px 0; 
	padding:  15px;
	border: 1px solid #ccc;
	background: #fafafa;
	}
#news dt {
	padding-left: 17px;
	color: #61580d;
	background: url(../../images/common/icon_arrow1.gif) no-repeat 0 50%;
	}
#news dd {
	margin-bottom: 13px;
	padding-bottom: 13px;
	font-size: 90%;
	border-bottom: 1px solid #ccc;
	}
#news em {
	padding-bottom: 5px;
	display: block;
	font-size: 140%;
	font-weight: bold;
	color: #336;
	}
#news strong {
	margin: 6px 0;
	padding: 8px;
	display: block;
	font-size: 120%;
	background: #f2e3db;
	}
#news img {
	margin-bottom: 8px;
	}
p.titlenews {
	margin: 0;
	padding: 0;
	font-size: 150%;
	font-family: "Times New Roman", Times;
	color: #61580d;
	border-bottom: 2px solid #61580d;
	}

/* layout [salon]
---------------------------------------*/
#salonlist {
	margin-bottom: 20px;
	padding: 15px;
	background: #fff;
	}
#salonlist h2 {
	margin-bottom: 0;
	font-size: 140%;
	}
#salonlist ul {
	margin: 10px 0;
	padding: 5px 8px;
	font-size: 110%;
	background: #f2f0db;
	}
#salonlist li {
	margin-right: 10px;
	padding-right: 10px;
	display: inline;
	white-space: nowrap;
	border-right: 1px solid #ccc;
	}
	
/* layout [qa]
---------------------------------------*/
#qa #content ul {
	list-style: none;
	}
.mark_q {
	margin-bottom: 15px;
	list-style-image: url(../../images/qa/icon_mark_q.gif) ;
	font-weight: bold;
	font-size: 120%;
	line-height: 120%;
	color: #f0c;
	}
.mark_q2 {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../../images/qa/icon_mark_q.gif);
	border-bottom: 1px dotted #ccc;
	}
.mark_q2 a {
	display: block;
 	background: #fff;
	text-decoration: none;
	}
.mark_q2 a:hover {
 	background: #fec;
	}
.mark_a {
	margin-bottom: 15px;
	padding-bottom: 15px;
	list-style-image: url(../../images/qa/icon_mark_a.gif);
	border-bottom: 1px dotted #a50;
	}
.mark_a a {
	margin: 5px 0;
	padding: 2px 5px;
	display: block;
	text-align: right;
	color: #909;
	font-size: x-small;
	}
.mark_a a:hover {
 	background: #fec;
	}

/* layout [sitemap & privacy]
---------------------------------------*/
#sitemap #content ul li,
#privacy #content ul li {
	margin: 0 0 5px 20px;
	border: none;
	list-style-image: url(../../images/common/icon_bullets2.gif);
	}
#sitemap #content ul li ul li,
#privacy #content ul li ul li {
	list-style-image: url(../../images/common/icon_bullets3.gif);
	}

/* pagetop
---------------------------------------*/
#pagetop p {
	margin: 0;
	padding: 0;
	font-size: 80%;
	}
#pagetop  a {
	padding: 2px 10px 2px 0;
	display: block;
	color: #fff;
	text-align: right;
	border-right: 5px solid #300;
	border-bottom: 1px solid #630;
	background: #f56;
	}
#pagetop p a:hover {
	border-right: 5px solid #300;
	border-bottom: 1px solid #963;
	background: #f36;
	}

/* Section
---------------------------------------*/
.section1,
.section2,
.section3,
.section4 {
	clear: both;
	margin-bottom: 30px;
	}
.section1 {
	border-bottom: 1px dotted #f56;
	}
.section3 {
	padding: 10px;
	border: 1px solid #f56;
	background-color: #fef9f1;
	}
.section4 {
	padding: 10px;
	border-right: 1px solid #abce88;
	border-bottom: 1px solid #abce88;
	background: #efd;
	}
	
/* Images
---------------------------------------*/
.imgtop {

	border: 10px solid #fff;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: 10px solid #fff;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	border: 10px solid #fff;
	}

/* List
---------------------------------------*/
dl.twocolumn  {
	margin: 0 0 20px 0;
	padding: 0;
	}
.twocolumn dt {
	margin: 0;
	padding: 0 0 5px 0;
	font-size: 90%;
	}
.twocolumn dd {
	margin: -1.9em 0 0 60px;
	padding-bottom: 5px;
	font-size: 90%;
	}

ul.linklist {
	margin:  0 0 25px 0;
	padding: 0 0 25px 0;
	}
ul.linklist li {
	float: right;
	display: inline;
	white-space: nowrap;
	font-size: 80%;
	}
ul.linklist li a {
	margin: 0.3em;
	padding: 0.1em 0.2em;
	display: block;
	text-decoration: none;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #888; 
	border-bottom: 1px solid #888; 
	border-left: 1px solid #ccc; 
	background: #ffd;
	}
ul.linklist li a:hover {
	color: #c06;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #c06; 
	border-bottom: 1px solid #c06; 
	border-left: 1px solid #ccc; 
	background: #fde;
	}

ul.possible {
	margin:  0 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #ccc; 
	}
ul.possible li {
	margin: 0 0.5em 0 0;
	padding: 0.3em 0.3em;
	display: inline;
	white-space: nowrap;
	color: #fff;
	font-size: 80%;
	text-decoration: none;
	border-top: 1px solid #ccc; 
	border-right: 1px solid #888; 

	border-left: 1px solid #ccc; 
	background: #ddd;
	}
ul.possible li.pclinic {
	padding: 0.3em 0;
	font-size: 100%;
	color: #f36;
	border: none;
	background: none;
	}
ul.possible li.active {
	background: #f36;
	}

.number,
.box {
	padding: 0;
	margin-left:  25px;
	margin-right: 0;
	list-style: none;
	line-height: 130%;
	}
.box {
	margin-bottom: 0;
	padding-bottom: 20px;
	font-size: 110%;
	}
.number li em,
.box li em {
	font-size: 120%;
	}
.number li {
	margin-bottom: 8px;
	padding: 0 0 8px 5px;
	clear: both;
	color:#600;
	border-bottom: 1px dotted #ccc;
	}
.number01 {
	list-style-image: url(../../images/common/icon_number01.gif);
	}
.number02 {
	list-style-image: url(../../images/common/icon_number02.gif);
	}
.number03 {
	list-style-image: url(../../images/common/icon_number03.gif);
	}
.number04 {
	list-style-image: url(../../images/common/icon_number04.gif);
	}
.number05 {
	list-style-image: url(../../images/common/icon_number05.gif);
	}
.number06 {
	list-style-image: url(../../images/common/icon_number06.gif);
	}
.number07 {
	list-style-image: url(../../images/common/icon_number07.gif);
	}
.number08 {
	list-style-image: url(../../images/common/icon_number08.gif);
	}
.number09 {
	list-style-image: url(../../images/common/icon_number09.gif);
	}
.number10 {
	list-style-image: url(../../images/common/icon_number10.gif);
	}
.box li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #366;
	border-bottom: 1px dotted #ccc;
	list-style-image: url(../../images/common/icon_bullets3.gif);
	}

ul#kasumara {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	list-style: none;
	border-bottom: 1px dotted #61580d;
	}
#kasumara li {
	margin-left: 3px;
	display: inline;
	white-space: nowrap;
	}
#kasumara a img  {
	border: 3px solid #fff;
	}
#kasumara a:hover img  {
	border: 3px solid #f36;
	}
	
/* etc.
---------------------------------------*/
.subtitle {
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times;
	color: #999;
	font-weight: bold;
	}
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #fff;
	}
.pagelink {
	padding-left: 15px;
	background: url(../../images/common/icon_arrow1.gif) no-repeat 0 20%;
	text-decoration: underline;
	}
em.note {
	padding-left: 18px;
	background: url(../../images/common/icon_note.gif) no-repeat 0 50%;
	}