@charset "shift_jis";
body {
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 80%;
	line-height: 1.8;
	color: #333333;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #a1cef9 url(images/bg2.gif) repeat-x top;
}
h1,h2,h3,p,ul,li{
	margin: 0px;
	padding: 0px;
}
p {
	padding-bottom: 10px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}


/*HP本体の枠。ここは基本的に変更しないように。
------------------------------------------------------------------*/
#container {
	text-align: left;
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	background: #FFFFFF;
}


/*ヘッダー。メイン画像が入っている所。835*350
------------------------------------------------------------------*/
#header {
	background: url(images/header.jpg) no-repeat center top;
	height: 250px;
	position: relative;
}

/*ヘッダー。メイン画像コメント
#header {
	background: url(images/foto_07.png) no-repeat left top;
	height: 295px;
	position: relative;
}
------------------------------------------------------------------*/



/*ヘッダー内のh1タグの設定。
------------------------------------------------------------------*/
#header h1 {
	font-size: 12px;
	color: black;
	position: absolute;
	left: 20px;
	top: 4px;
	width: 800px;
	font-weight: normal;
}


/*メインメニューの設定。
------------------------------------------------------------------*/
#menu li {
	display: inline;
	text-align: right;
}


/*コンテンツ。文章が入る２列部分の背景をここで設定。
------------------------------------------------------------------*/
#contents {
	background: url(images/contents_bg3.gif) repeat-y left;
	padding-top: 20px;
	padding-left: 10px;
}


/*コンテンツ２。施術メニューページ用
#contents2 {
	background: url(images/contents_bg.gif) repeat-y left;
	padding-top: 20px;
	padding-left: 0px;
}


/*メインコンテンツ。（右側）
------------------------------------------------------------------*/
#main {
	float: left;
	width: 610px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#main p {
	padding-right: 5px;
	padding-left: 5px;
}


#main h2 {
	text-indent: 2pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BC2B3A;
	margin: 5px;
	padding: 4px;
	font-size: 14px;
	line-height: 1.3em;
}


/*メインコンテンツその２。（右側）
------------------------------------------------------------------*/
#main2 {
	float: left;
	width: 610px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#main2 p {
	padding-right: 5px;
	padding-left: 5px;
}

#main2 h2 {
	text-indent: 2pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BC2B3A;
	margin: 5px;
	padding: 4px;
	font-size: 14px;
	line-height: 1.3em;
}

/*
#main2 h3 {
	text-indent: 2pt;
	border-bottom-width: 2px;
	border-left-width: 10px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: orange;
	border-left-color: orange;
	margin: 5px;
	padding: 4px;
	font-size: 14px;
	line-height: 1.3em;
}
*/


/*メインコンテンツその３。（銀座の街角）
------------------------------------------------------------------*/
#main3 {
	float: left;
	width: 610px;
	display: inline;
	margin-right: 5px;
	margin-left: 5px;
}
#main3 p {
	padding-right: 5px;
	padding-left: 5px;
}

#main3 h2 {
	text-indent: 2pt;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #993300;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #993300;
	margin: 5px;
	padding: 4px;
	font-size: 17px;
	line-height: 1.3em;
}

/*サブコンテンツ。（左側）
------------------------------------------------------------------*/
#sub {
	float: left;
	width: 180px;
	padding-right: 10px;
	padding-left: 2px;
	margin-top: -7px;
	color: #666666;
}
#sub h3 {
	border: 3px double #ffffff;
	background: #f9ad5c;
	font-size: 100%;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #FFFFFF;
}


/*TOPICS部分。
------------------------------------------------------------------*/
ul#topics {
	padding: 0px 12px 20px 8px;
}
#topics li {
	border-bottom: 1px dotted #CCCCCC;
	text-indent: -1em;
	padding-left: 1em;
}


/*フッター。コピーライトや著作部分。
------------------------------------------------------------------*/
#footer {
	clear: both;
	width: 835px;
	text-align: center;
	background: #999999 url(images/footer.gif) no-repeat bottom;
	height: 60px;
	padding-top: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
}



/*clearfix（※ここは変更しない）
------------------------------------------------------------------*/
#contents:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#contents { display: inline-block; }

/* Hides from IE-mac \*/
*html #contents { height: 1%; }
#contents { display: block; }
/* End hide from IE-mac */


/*独自追加
------------------------------------------------------------------*/

table.priceTable {
	font-family: "HGPｺﾞｼｯｸE";
	font-size: 15px;
	width:550px;
	margin-bottom:1px;
	border-collapse:collapse;   
	border-spacing:0;   
}

table.priceTable td {
	padding:7px 15px;
	background:url(../images/price/bgi_table_dottlline.gif) no-repeat left bottom #eeeeee;
}

table.priceTable td.priceDetail {
	color:#D63E54;
}


.priceColor {
	color:#D63E54;
	font-size: 20px;
        font-weight: bold;
}

.priceColor2 {
	color:#D63E54;
	font-size: 17px;
        font-weight: bold;
}


.priceColor3 {
	color: red;
	font-size: 15px;
        font-weight: bold;
}
.priceColor4 {
	color: red;
	font-size: 19px;
        font-weight: bold;
}
.nowlink {
	font-size: 13px;
}