@charset "Shift_JIS";


body {
	margin: 10px;
	padding: 0px;
	text-align: center;
}

table {
	margin: 0 auto;
}

.s {
	font-size: 70%;
	line-height: 120%;
}

.m {
	font-size: 80%;
	line-height: 138%;
}

.l {
	font-size: 105%;
	line-height: 140%;
}

ul.m {
	margin: .8em 0 0 4px;
	padding: 0 0 0 1em;
}



/* ヘッダー囲み用 */

#header {
	margin: 0px auto;
	padding: 0px;
	width: 601px;
	text-align: center;
}

#header h1 {
	display: inline;
}

/* Globalnavi用 */

ul#g_navi {
	margin: 2px 0px 20px 0px;
	padding: 0px;
	width: 601px;	/*メニューの幅を指定*/
	height: 2.3em;
	font-size: 12px;
	line-height: 133%;
	list-style-type: none;
	border-left: solid 1px #C2B6B6;
}

ul#g_navi li {
	margin: 0px;	/*Operaでのずれを修正する為に追記*/
	padding: 0px;
	background-color: #FFFFFF;
	border-top: solid 1px #C2B6B6;
	border-right: solid 1px #C2B6B6;
	float: left;
	text-align: left;
}

ul#g_navi a {
	width: 99px;
	color: #2D0202;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}

ul#g_navi a:hover {
	background-color: #E9E5DD;
}

ul#g_navi span {
	padding: 5px;
	display: block;
	border-bottom: solid 1px #C2B6B6;	/* MacIEでのずれ修正のため一番下の要素に指定 */
}


/* フッター囲み用 */

#footer {
	margin: 0 auto;
	width: 605px;
	font-size: 12px;
	color: #684947;
}

#link {
	margin: 0;
	padding: 0;
	float: left;
}

#link a {
	margin: 0 4px 0 0;
	padding: 3px;
	color: #684947;
	text-decoration: none;
	display: block;
	float: left;
}

#link a:hover {
	background: #F2F0E6;
	color: #684947;
}

#coName {
	margin: 0 0 0 260px;
}


/* コピーライト部分の枠線と背景を表示 */

div#copyrights {
	width: 604;
	margin: 0 auto;
	padding: 4px 0 8px 0;
	background: url(./img/footer_background.gif);
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 11px;
	border: solid 1px #C2B6B6;
	border-bottom: none;
}

/* コンテンツ囲み用 */

#wrapper {
	width: 600;
	margin: 0 auto;
	text-align: left;
}

#wrapper h5 {
	display: inline;
}

/* ホームの商品紹介用 */
#home_item {
	margin: 0px 0px 10px 0px;
	font-family: "Tahoma", sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 133%;
	display: block;
}

#home_item a {
	text-decoration: none;
	color: #660033;
}

/* ページタイトル */
.pageTitle {
	margin: 30px 0 20px 0;
	padding: 2px;
	font-size: 150%;
	color: #0099CC;
	border-bottom: solid 1px #00CCFF;
}

.pageSubTitle {
	margin: 30px 0 -10px 0;
	color: #6699CC;
	font-size: 120%;
}

/* ポリシー DL */
.policyDl {
	margin: .5em 0;
	width: 100%;
}

.policyDl dt {
	float: left;
	margin: 0;
	padding: .1em;
	width: 1.3em;
}

.policyDl dd {
	margin: 0;
	padding: .1em;
	margin-left: 1.5em;
}

/* 全国サロン一覧表示用 */
#salonList .box {
	margin: 0 8px 20px 0px;
	width: 190px;
	height: 18em;
	_height: 18em;
	float: left;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff url(beauty/img/salon/box_bg.gif) no-repeat right bottom;
}

#salonList .example {
	background: none;
	border: 1px dashed #ccc;
	color: #888;
}

#salonList .box img {
	margin: 14px;
}

#salonList .box p {
	margin: 0;
	padding: 0 6px 0 6px;
	line-height: 120%;
}

#salonList .box .hidden {
	display: none;
}

#salonList hr {
	clear: left;
	visibility: hidden;
}


/* ログインガイド表示用 */
#login_btm,
#init_pw {
	background-color: #fbf8f2;
	padding: 10px
}

#login_btm {
	padding: 10px 10px 10px 57px;
}

#login_btm ul {
	margin: auto;
}

#login_btm ul li {
	margin-right: 20px;
	float: left;
	list-style-type: none;
}


td.ok-words {
	background-color: #f2fbff;
	color: #007aa2;
}


/* ===================================================== */
/* OTHER UTILITYS  */
/* ===================================================== */

/* SHOW POSITION CONTROL */
.hide { display: none;}
.rit  { float: right;}
.lft  { float: left;}

img.rit { margin: 0 0 15px 15px;}
img.lft { margin: 0 15px 15px 0;}


/* TEXT ALIGN CONTROL */
.alnrit { text-align: right;}
.alnctr { text-align: center;}
.alnlft { text-align: left;}


/* FLOAT CLEAR */
.clbth{ clear:both;}
.cllft{ clear:left;}
.clrit{ clear:right;}

/*
.clbth, .cllft, .clrit { visibility: hidden;}
*/

/* LIST STYLE */
.ls1  { list-style-type: disc; } /* 規定値：黒丸 */
.ls2  { list-style-type: circle; } /* 白丸 */
.ls3  { list-style-type: square; } /* 四角 */
.ls4  { list-style-type: decimal; } /* 1, 2, 3... */
.ls5  { list-style-type: lower-roman; } /* i, ii, iii... */
.ls6  { list-style-type: upper-roman; } /* I, II, III... */
.ls7  { list-style-type: lower-alpha; } /* a, b, c... */
.ls8  { list-style-type: upper-alpha; } /* A, B, C... */

/* COLOR */
.red { color: #FF0000;}
.white { color: #FFFFFF;}


/* DATA TABLE */
.data_table {
/*	border-collapse: collapse;*/
	border: none;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.data_table th,
.data_table td {
	border: none;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
}

.data_table td table {
	border-width: 0;
	border-style: none;
	padding: 0px;
}

.data_table th {
	text-align: left;
	white-space: nowrap;
}

.data_table th,
.data_table td {
	padding:2px 8px 3px 8px;
}

.data_table caption {
	text-align: left;
}

/* NEST TABLE, NO BOREDER */
.no_border,
.data_table td table td {
	border: none;
	padding: 0px;
}

.no_border th,
.no_border td,
.data_table td table.data_table th,
.data_table td table.data_table td {
	padding:2px 8px 3px 0px;
	border: none;
}

/* ATTENTION [A ATTRIBUTE EXTENDED]*/
a.attention:link {
	color: #C30000;
}

a.attention:visited {
	color: #C33E3E;
}

a.attention:hover {
	color: #AB0000;
}

ul.link_in li a.attention {
	background: transparent url(../image/p_arrow_link_in_attention.gif) no-repeat 4px 4px;
}

/* FIR */
.fir {
	display: block;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	height: 20px;
	margin: 20px 0 0 0;
}

/*------------------------------------------
:::HOW TO USE "fir CLASS":::

[HTML]
<h1 id="this-title" class="fir">MY SITE</h1>


[CSS]
#this-title {
	background: #color url(filePath) no-repeat 0 0;
	height: 30px;
}
-------------------------------------------*/

/* OTHERS */
.notice {
	font-size: 80%;
	color: #666666;
}

.caption {
	font-size: 70%;
	color: #666666;
}

.btmline {
	display: block;
	border-bottom: 1px dashed #AAA;
	padding-bottom: 5px;
}

.attention {
	color: #FF0000;
}

.idemitsu {
	font-size: 9px;
	color: #666666;
	font-weight: normal;
}

#announce {
	margin: 0px auto 20px auto;
	border: 1px solid #888;
	width: 615px;
}

#announce h3,
#announce p {
	margin: 0;
	padding: 3px 10px;
}

#announce p {
	text-align: left;
}
