@charset "shift_jis";

/* Universal selector
---------------------------------------*/
*{
	margin: 0;
	padding: 0;
	color: #555;
	line-height: 1.6;
	text-decoration: none;
	background-color: transparent;
	}

/* Structure Module
---------------------------------------*/
body {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	}

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

p {
	margin: 10px 0 20px 0;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 0 0 20px 0;
	line-height: 1.1;
	font-family: "ヒラギノ角ゴシックW3" , "メイリオ" , "HGPｺﾞｼｯｸM" , "ＭＳ Ｐゴシック";
	}
h2.heading {
	}

h1 {
	padding: 10px;
	font-size: 140%;
	color: #693;
	background: url(../images/common/subtitle_bg.gif) no-repeat;
	}
h2 {
	padding: 5px 10px;
	font-size: 130%;
	border: 1px solid #c4de8b;
	border-right: 3px solid #c4de8b;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
h2 span {
	font-size: 110%;
	color: #933;
	}
h3 {
	padding: 5px 10px;
	font-size: 130%;
	border: 1px solid #c4de8b;
	border-right: 3px solid #c4de8b;
	background: url(../images/common/subtitle_bg2.gif) no-repeat bottom;
	}
h4 {
	padding-left: 19px;
	font-size: 130%;
	color: #f93;
	background: url(../images/common/icon_chui.gif) no-repeat 0 50%;
	}
h5 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	color: #fff;
	}
h6 {
	margin: 0 0 10px 20px;
	padding: 0;
	font-size: 180%;
	font-family: Helvetica;
	color: #CE1370;
	}
em {
	font-style: normal;
	font-size: 110%;
	font-weight: bold;
	color: #e1406e;
	}
strong {
	color: #e1406e;
	}
hr {
	clear: both;
	visibility: hidden;
	}
iframe {
	margin-bottom: 20px;
	}

/* Hypertext Module
---------------------------------------*/
a {
	text-decoration: underline;
	}
a:link,
a:visited {
	color: #e1406e;
	}
a:hover {
	color: #633;
	}
a:active,
a:focus {
	outline: none;
	}

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

/* List Module
---------------------------------------*/
ul,
ol,
dl {
	margin: 1em 16px 25px 16px;
	padding: 1px 8px;
	}
li,
dt,
dd {
	margin-bottom: 5px;
	font-size: 90%;
	}
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: 0 0 25px;
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	line-height: 1.4;
	}

td, th {
	border-bottom: 1px solid #ccc;
	padding: 2px 4px;
	font-size: 10px;
	}
thead th {
	color: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	background: #e1406e;
	}
thead td {
	text-align: center;
	border-right: 1px solid #ccc;
	background: #eee;
	}
tfoot th {
	font-weight: normal;
	border-top: 3px solid #ccc;
	background: #eee;a
	}
tbody th {
	font-weight: normal;
	text-align: left;
	border-right: 1px solid #ccf;
	}
tbody td {
	border-right: 1px solid #ccf;
	text-align: right;
	font-size: 11px;
	background: #FEF3F3;
	}
#mail tbody td {
	text-align: left;
	}
td em {
	font-weight: none;
	font-style: normal;
	font-size: 100%;
	color: #f66;
	}
#contact td {
	text-align: left;
	}
#footer table {
	margin: 20px 0 25px;
	width: 100%;
	border-collapse: collapse;
	border: none;
	line-height: 1.4;
	}
#footer th {
	padding: 0;
	color: #fff;
	font-size: 10px;
	border: none;
	}
#footer th a {
	padding-left: 12px;
	text-decoration: none;
	background: url(../images/common/icon_plus.gif) no-repeat 0 50%;
	}
#footer th a:hover {
	padding-left: 12px;
	background: url(../images/common/icon_plus_on.gif) no-repeat 0 50%;
	}
#footer th span {
	padding-left: 16px;
	color: #fff;
	background: url(../images/common/icon_tel.gif) no-repeat 0 50%;
	}
#recruit #rightside tbody th {
	padding: 6px 4px;
	}
.submidashi {
	background: #f7d7e0;
	padding: 4px 4px;
	}
.submidashi span {
	font-size: 12px;
	font-weight: bold;
	}
.submidashi2 {
	font-weight: bold;
	background: #faedf1;
	}
td strong,
th strong {
	font-weight: bold;
	color: #555;
	}

/* Forms Module
---------------------------------------*/
input,
textarea,
select {
	padding: 3px;
	color: #555;
	font-size: 12px;
	border: none;
	background: #e6e6e6;
	}
input:focus,
textarea:focus {
	background: #ffc;
	color: #555;
	}
textarea {
	width: 300px;
	}
button {
	padding: 3px 10px;
	color: #fff;
	font-size: 11px;
	border: none;
	background: #666;
	}
button:hover {
	background: #000;
	}
form dl {
	padding-left: 0;
	margin-left: 0;
	}
form dl dt {
	padding-left: 15px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 0 50%;
	}
form dl dd {
	margin-bottom: 10px;
	}


/* layout
---------------------------------------*/
#headline {
	margin-bottom: 15px;
	width: 100%;
	border-top: 2px solid #e1406e;
	background: url(../images/common/header_bg.gif);
	}
#headline p {
	margin: 0 auto;
	padding: 4px 0;
	width: 850px;
	font-size: 10px;
	color: #fff;
	}
#header {
	margin: 0 auto 10px;
	width: 850px;
	background: #fff;
	}
#index #header {
	margin: 0 auto 20px;
	}
#header ul {
	clear: both;
	margin: 0;
	padding: 0;
	width: 850px;
	list-style-type: none;
	}
#header ul li {
	margin: 0;
	padding: 0;
	float: left;
	}
#content {
	margin: 0 auto 20px;
	clear: both;
	overflow: hidden;
	width: 850px;
	background: #fff;
	}
#leftside {
	float: left;
	width: 200px;
	}
#rightside {
	float: right;
	width: 630px;
	}
#leftside2 {
	float: left;
	width: 630px;
	}
#rightside2 {
	float: right;
	width: 200px;
	}
#leftside3 {
	float: left;
	width: 350px;
	}
#rightside3 {
	padding-top: 10px;
	float: right;
	width: 470px;
	}
#index #leftside {
	float: left;
	width: 400px;
	}
#index #rightside {
	float: right;
	width: 430px;
	}
#topnews {
	float: left;
	width: 220px;
	font-size: 11px;
	border-left: 1px solid #ccc;
	}
#topnews dl {
	margin: 0;
	padding: 0 0 0 15px;
	}
#topnews dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
#topnews dd {
	padding-left: 10px;
	}
p.titletext {
	margin-top: 0;
	padding-top: 0;
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
	}
#topnews p.titletext {
	margin-left: 15px;
	}
#topnews p.old {
	margin-left: 15px;
	padding-left: 12px;
	font-size: 10px;
	background: url(../images/common/icon_plus_on.gif) no-repeat 0 50%;
	}
#bunnerlist {
	float: right;
	padding: 10px 0;
	width: 190px;
	font-size: 11px;
	background: #eee;
	}
#bunnerlist dl {
	margin: 0 0 0 10px;
	padding: 0;
	width: 170px;
	}
#bunnerlist dd {
	line-height: 1.3;
	margin-bottom: 10px;
	}
#footerwrap {
	clear: both;
	overflow: hidden;
	width: 100%;
	border-top: 5px solid #ccc;
	background: url(../images/common/body_bg.gif) repeat;
	}
#footer {
	clear: both;
	margin: 0 auto;
	padding-bottom: 25px;
	width: 850px;
	font-size: 10px;
	}
#footer a {
	color: #E6CFBE;
	}
#footer a:hover {
	color: #e1406e;
	}
#footer p {
	color: #fff;
	}
#footer ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	border-right: 1px solid #ccc;
	}
#footer li {
	margin: 0;
	padding: 0 10px;
	display: inline;
	border-left: 1px solid #ccc;
	}

.salonlist {
	float: left;
	overflow: hidden;
	margin: 0 10px 30px 0;
	width: 202px;
	}
.salonlist img {
	margin-right: 5px;
	float: left;
	}
.salonlist p {
	margin-bottom: 5px;
	padding-left: 12px;
	font-weight: bold;
	background: url(../images/common/icon_plus.gif) no-repeat 0 50%;
	}
#footer .salonlist ul {
	display: block;
	margin-right: 10px;
	border: none;
	}
#footer .salonlist li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	border-bottom: 5px solid #492819;
	}
#footer .salonlist a {
	padding: 3px;
	display: block;
	overflow: hidden;
	text-decoration: none;
	background: #2b1918;
	}
#footer .salonlist a:hover {
	background: #5c0f23;
	}
#footer .salonlist span {
	padding-left: 13px;
	font-size: 11px;
	color: #fff;
	background: url(../images/common/icon_tel.gif) no-repeat 0 50%;
	}
#footer .salonlist a.cmpbutton {
	padding: 0;
	}

/* layout [index]
---------------------------------------*/
p.subtitle {
	color: #966;
	font-weight: bold;
	font-size: 120%;
	}
div.treatment_menu {
	overflow: hidden;
	padding: 5px 0;
	width: 848px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	}
div.heightLineParent {
	margin-left: 5px;
	clear: both;
	}
.treatment_menu ul {
	float: left;
	overflow: hidden;
	margin: 0 3px 0 0;
	padding: 55px 10px 10px 10px;
	width: 251px;
	list-style-type: none;
	border: 3px solid #ccc;
	}
.treatment_menu ul.list_01 {
	background: url(../images/common/treatment_menu_bg1.gif);
	}
.treatment_menu ul.list_02 {
	background: url(../images/common/treatment_menu_bg2.gif);
	}
.treatment_menu ul.list_03 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg3.gif);
	}
.treatment_menu ul.list_04 {
	background: url(../images/common/treatment_menu_bg4.gif);
	}
.treatment_menu ul.list_05 {
	background: url(../images/common/treatment_menu_bg5.gif);
	}
.treatment_menu ul.list_06 {
	margin-right: 0;
	background: url(../images/common/treatment_menu_bg6.gif);
	}
.treatment_menu li {
	margin: 0 0 2px 0;
	padding-left: 20px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 10px 50%;
	}
.treatment_menu li a {
	text-decoration: none;
	}
#t1 {
	padding: 1px 2px;
	font-size: 7px;
	color: #fff;
	background: #777;
	}
#cmpfeed {
	overflow: auto;
	padding: 15px;
	width: 368px;
	height: 230px;
	font-size: 10px;
	border: 1px solid #ccc;
	background: #fee;
	}
.feedupdated {
	float: left;
	width: 80px;
	}
.feedtitle {
	float: left;
	margin-bottom: 10px;
	width: 270px;
	}

/* layout [news]
---------------------------------------*/
#news #topnews {
	width: 100%;
	font-size: 12px;
	border-left: none;
	}
#news #topnews dd {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	}

/* layout [price]
---------------------------------------*/
.price_menu {
	margin: 0;
	padding: 0;
	width: 540px;
	list-style-type: none;
	}
.price_menu li {
	margin: 0;
	padding: 0;
	float: left;
	}

/* layout [salon]
---------------------------------------*/
#salonleftside {
	float: left;
	width: 320px;
	}
#salonrightside {
	float: right;
	padding-top: 20px;
	width: 500px;
	}
.japan table {
	border-collapse: separate;
	border: none;
	}
.japan td {
	padding: 1px;
	font-size: 10px;
	text-align: center;
	background: #fff;
	color: #888;
	border: none;
	}
.japan td.riku {
	background: #ece9e9;
	}
.japan td.shopst {
	background: #e785b3 url(../images/salon/map_active.gif) no-repeat;
	}
.japan td a:link,
.japan td a:visited {
	color: #fff;
	text-decoration: none;
	}
.japan td a:hover {
	color: #633;
	}

/* layout [menu_bridal]
---------------------------------------*/
#menu_bridal #rightside {
	float: right;
	width: 630px;
	background: url(../images/menu06/bridal_bg.gif) repeat-y;
	}
#bridal_contents {
	width: 500px;
	padding-left: 65px;
	}
.bridal_midashi {
	margin: 0 0 20px 0;
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px solid #5c3108;
	border-bottom: 1px solid #5c3108;
	}
.inlinelist3 {
	margin: 0 0 20px;
	padding: 0;
	width: 500px;
	list-style: none;
	overflow: hidden;
	}
.inlinelist3 li {
	margin: 0 10px 20px;
	float: left;
	display: inline;
	width: 230px;
	}
.menu_name {
	margin: 0 0 10px;
	padding: 5px 0 10px 25px;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
	background: url(../images/menu06/bridal_menu.gif) no-repeat;
	}
.subname {
	font-weight: middle;
	font-size: 90%;
	}
.menu_text {
	margin: 0 0 10px;
	padding: 0;
	}
#menu_bridal thead th {
	color: #5c3108;
	border-right: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	background: #ffe9c7;
	}
#menu_bridal #content tbody th {
	background: #fff;
	}
#menu_bridal tfoot th {
	background: #db6b98;
	color: #fff;
	font-weight: bold;
	}

/* layout [faq]
---------------------------------------*/
.qalist {
	margin: 0;
	padding: 0;
	}
.qalist dt {
	padding: 5px 5px 5px 23px;
	color: #933;
	font-size: 12px;
	background: #e6e6e6 url(../images/faq/icon_q.gif) no-repeat 5px 50%;
	}
.qalist dd {
	margin-bottom: 15px;
	padding: 5px;
	}

/* layout [sitemap]
---------------------------------------*/
#sitemap #leftside ul ul li  {
	margin-left: 40px;
	}

/* Section
---------------------------------------*/
.section1 {
	clear: both;
	margin-bottom: 20px;
	padding: 15px 15px 0 15px;
	border: 2px solid #ddd;
	background: #fffcfc;
	}

/* Images
---------------------------------------*/
.imgtop {
	margin-bottom: 20px;
	}
.imgleft {
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	}
.imgright {
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;
	}
.imgtop2 {
	margin-bottom: 5px;
	}
.imgleft2 {
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	}
.imgright2 {
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
	}

/* etc.
---------------------------------------*/
ul.linklist {
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	}
.linklist li a {
	padding-left: 17px;
	background: url(../images/common/icon_arrow2.gif) no-repeat 0 50%;
	}
.linklist li a:hover {
	padding-left: 17px;
	background: url(../images/common/icon_arrow1.gif) no-repeat 0 50%;
	}
.pagetop {
	text-align: right;
	}
.inlinelist2 {
	margin: 0 0 20px;
	padding: 0;
	width: 630px;
	list-style: none;
	overflow: hidden;
	}
.inlinelist2 li {
	margin: 0 20px 20px 0;
	float: left;
	display: inline;
	width: 190px;
	}

.inlinelist {
	margin: 0 0 20px;
	padding: 0;
	width: 850px;
	list-style: none;
	overflow: hidden;
	}
.inlinelist li {
	margin: 0 12px 14px 0;
	float: left;
	display: inline;
	width: 200px;
	font-size: 10px;
	background: #ddd;
	}
.inlinelist li div {
	margin: 5px auto;
	width: 190px;
	}
.inlinelist li div a {
	display: block;
	text-decoration:none;
	background: #f5f5f5;
	}
.inlinelist li div a:hover {
	background: #ffe1e1;
	}
.inlinelist li p {
	margin: 0;
	padding: 5px 8px;
	}
.inlinelist li span {
	padding-left: 16px;
	color: #933;
	background: url(../images/common/icon_tel2.gif) no-repeat 0 50%;
	}
.minititle {
	padding: 3px 5px;
	color:#fff;
	border-bottom: 4px solid #e1406e;
	background: url(../images/common/header_bg.gif) repeat;
	}
.minitext {
	font-size: 10px;
	color: #933;
	}

dl.bunner_list {
	margin: 0 0 20px 10px;
	padding: 0;
	width: 230px;
	border-bottom: 1px solid #ccc;
	font-size: 85%;
	}
.bunner_list dt {
	margin-bottom: 5px;
	}
.bunner_list dd {
	margin-bottom: 10px;
	}
.line {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
	}
p.topicpath {
	margin: 5px 0 0;
	padding: 0;
	font-size: 10px;
	text-align: right;
	}
.topicpath a {
	margin-right: 10px;
	padding-right: 15px;
	background: url(../images/common/topicpath.gif) no-repeat right;
	}

dl.salondata {
	margin: 0 0 20px;
	padding: 0;
	width: 350px;
	}
.salondata dt {
	margin: 0;
	padding: 0;
	width: 70px;
	color: #966;
	}
.salondata dd {
	margin: -1.5em 0 10px 70px;
	}

dl.liststyle2 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 480px;
	border-bottom: 1px solid #ccc;
	}
.liststyle2 dt {
	margin: 0;
	padding: 5px 0 0 12px;
	border-top: 1px solid #ccc;
	background: url(../images/common/icon_bul2.gif) no-repeat 0 70%;
	}
.liststyle2 dd {
	margin: -1.5em 0 10px 100px;
	}
.alignright {
	text-align: right;
	}
.leftset {
	float: left;
	width: 260px;
	}
.rightset {
	float: right;
	width: 260px;
	}
.bullist {
	margin-right: 0;
	}
.bullist li {
	margin-bottom: 5px;
	padding-bottom: 5px;
	list-style-image: url(../images/common/icon_bul1.gif);
	border-bottom: 1px solid #ccc;
	}
.text_hol {
	padding: 1px 3px;
	color: #fff;
	background: #f36;
	}
.text_shop {
	background: #fee;
	}