@charset "euc-jp";

/* よく登場する要素のリセット */
h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	text-align: left;
	list-style-type: none;
}
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear:both;
	visibility: hidden;
	}
.clearfix{height: 1%;}


/*全頁共通要素
------------------------------------------------------------*/
/* フッタ最下部配置 */
* {
	margin: 0;
	padding: 0;
	}
html, body {
	height: 100%;
	}
body {
	font-size: 12px;
	background-color: #ffcccc;
	font-family: 'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Osaka,sans-serif;
	}

#header {
	height: 75px;
	border-bottom: 5px solid #999999;
	}
#container{
	margin: 0px auto;
	width: 800px;
	background: #ffffff;
	position: relative;
	height: 100%;
	min-height: 100%;
	}
body > #container {
	height: auto;
	}
#contents {
	padding-bottom: 40px;
	}
#footer {
	width: 100%;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	height: 40px;
	border-top: 2px solid #999999;
	}
#footer p {
	padding: 0;
	line-height: 40px;
	color: #ffcccc;
	font-size: 12px;
	text-align: center;
	}
p,ul li{	
	font-size: 12px;
	color: #999999;
	line-height: 21px;
	}
.red_p{
	color: #ff0000;
	}
/*リンクピンク文字*/
a:link {
	color: #666666;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #006600;
	}
a:hover {
	text-decoration: underline;
	color: #FF0099;
	}
a:active {
	text-decoration: none;
	}
/*上下マージン*/
.margin_10_10{
	margin: 10px 0px;
	}
/* ロゴ -------------------------------*/
h1 a{
	display: block;
	background-image: url(img/logo.gif);
	width: 230px;
	height: 74px;
	float: left;
	text-indent: -9999px;
	}
/* ナビゲーション -------------------------------*/
#navi{
	float: right;
	margin-top: 35px;
	}
#navi li{
	float: left;
	background-image: none;
	}
#navi li a{
	display: block;
	width: 104px;
	height: 20px;
	border-left: 1px solid #999999;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
	}
#navi li a:hover,#navi li a:active,#navi li a.activelink{
	background-position: center bottom;
	}
/* ナビゲーション画像　*/
#navi li a#navi_home{
	background-image: url(img/navi_home.gif);
	}
#navi li a#navi_salon{
	background-image: url(img/navi_salon.gif);
	}
#navi li a#navi_menu{
	background-image: url(img/navi_menu.gif);
	}
#navi li a#navi_sample{
	background-image: url(img/navi_sample.gif);
	}
#navi li a#navi_contact{
	background-image: url(img/navi_contact.gif);
	}
/* 基本余白　*/
div.column{
	margin: 40px 32px 0px auto;
	float: none;
	clear: both;
	width: 736px;
	}
/* 見出し設定　*/
h2{
	font-size: 18px;
	color: #ff99cc;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	}
h2.gray{
	color: #999999;
	}
h3{
	background-color: #ff99cc;
	color: #ffffff;
	height: 21px;
	text-indent: -9999px;
	background-position: left top;
	background-repeat: no-repeat;
	width: 736px;
	margin-top: 22px;
	}
h3.h3_price{
	background-image: url(img/bg_h3_price.gif);
	}	
h3.h3_sample{
	background-image: url(img/bg_h3_sasmple.gif);
	background-color: #99cc00;
	margin-bottom:15px;
	}
h4{
	padding-top: 55px;
	line-height: 27px;
	width: 736px;
	font-size: 17px;
	font-weight: bold;
	color: #999999;
	border-bottom: 2px solid #999999;
	margin-top: 10px;
	text-indent: 5px;
	}
h4.sale{
	color: #ff0000;
	}
h4.sale,h4.sale30{
	color: #ff0000;
	}
h4.sale30{
	background: url(img/off10.gif) right 45px no-repeat;
	}
h4 span{
	font-size: 13px;
	font-weight: normal;
	padding-left: 10px;
	color: #999999;
	}
h4.h4_top{
	padding-top: 10px;
	}
/* SALON
------------------------------------------------------------*/
div.salon{
	margin: 40px 0px 0px 32px;
	width: auto;
	background: url(img/bg_salon.jpg) right top no-repeat;
	}
.salon img{
	margin-bottom: 22px;
	}
.salon p{
	width: 302px;
	margin-right: 32px;
	}
.salon ul{
	float: none;
	clear: both;
	}
.left{
	float: left;
	}
.right{
	float: right;
	}
ul.shikaku{
	margin-top: 0px;
	margin-bottom: 20px;
	padding-top: 0px;
	}
ul.shikaku li{
	position: relative;
	background-color: red;
	background: url(img/bg-li.gif) no-repeat 0px 3px;
	text-indent: 15px;
	margin-top: 0px;
	padding-top: 0px;
	}
.shikaku li.btn_sale{
	background-image: none;
	text-indent: 0px;
	line-height: 30px;
	}
.shikaku li.btn_sale a{
	display: block;
	width: 168px;
	height: 17px;
	background-image: url(img/btn_sale.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top:8px;
	}
/* MENU
------------------------------------------------------------*/
.pricelist{
	margin-top: 8px;
	width: 347px;
	border-collapse: collapse;
	}
body:first-of-type .pricelist{
	width: 350px;
	}
table.left{
	margin-right: 30px;
	_margin-right: 25px;
	margin-left: 3px;
	}

.pricelist th,.pricelist td{
	height: 45px;
	background-image: url(img/bg_td.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 19px;
	padding-top:2px;
	vertical-align: top;
	}
.pricelist th{
	font-size: 13px;
	color: #888888;
	font-weight: bold;
	width: 288px;
	}
.pricelist th p{
	font-size: 12px;
	color: #ff99cc;
	}
body:first-of-type .pricelist th{
	width: 282px;
	}
body:first-of-type .pricelist th p{
	font-size: 11px;
	}
.pricelist td{
	color: #888888;
	text-align: right;
	background-position: 0px bottom;
	font-weight: bold;
	}
.pricelist td span{
	color: #ff0000;
	}
p.alert{
	width: 725px;
	margin-top: 30px;
	color: #888888;
	font-size: 13px;
	line-height: 18px;
	margin-bottom:40px;
	}
/* サンプル画像の余白設定　上下 */
.nail_img{
	margin-top: 50px;
	margin-bottom: 285px;
	}