/* 基本レイアウト
------------------------------------------------------- */
html { margin: 0; padding: 0; }
form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }


/* 見出し
------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
h1, h2, h3, h4, h5, h6 { margin: 0; }


/* リンク色（ページ全体）
------------------------------------------------------- */
a { color: #0000ff; text-decoration: underline; }
a:hover { color: #ff9900; }


/* リンク色（サイトタイトル）
------------------------------------------------------- */
#banner a { color: #fff; text-decoration: none; }
#banner a:hover { color: #fff; }

/* タイトル背景画像
------------------------------------------------------- */
#banner h1 { background: url(img/bhbg.gif); }

/* バナー画像（写真部分）
------------------------------------------------------- */
#banner { background: url(img/01.jpg) top no-repeat; }

/* コンテンツ背景画像
------------------------------------------------------- */
body { background: url(img/bbg.gif) repeat-y center; }

/* フッター画像
------------------------------------------------------- */
#footer{ background: url(img/foot.gif) no-repeat; }

/* コンテンツ見出し1背景画像
------------------------------------------------------- */
.header1 { background: url(img/hd1.gif)  no-repeat; }

/* コンテンツ見出し2背景画像
------------------------------------------------------- */
.header2 { background: url(img/hd2.gif)  no-repeat left; }

/* サイドバー見出し画像
------------------------------------------------------- */
.side-header { background: url(img/mh.gif)  no-repeat left; }

/* サイドバーリンク背景・説明文ボックス背景画像
------------------------------------------------------- */
#side li a:hover, .des { background: url(img/dbg.gif) ; }


/* 文字装飾
------------------------------------------------------- */
.red { color: #ff0000; }
.blue { color: #006699; }
.green { color: #009900; }
.orange { color: #ff9900; }
.pink { color: #ff66cc; }
.b { font-weight: bold; }
.bb { font-weight: bold;font-size:1.2em; }
.line { background: #ffff66; }
.u { border-bottom:1px solid; }


/* ページレイアウト
------------------------------------------------------- */
body {
	min-width: 800px;
	text-align: center; /* center on ie */
	font-family: "MS Pゴシック","osaka", sans-serif;
	margin: 0px;
	padding: 0;
	font-size: 0.8em;
	color: #333;
	line-height: 1.5;
}

#container
{
	position: relative;
	width: 780px;
	margin: 0 auto;
	text-align: center;
}

#container:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}

/* サイト見出しレイアウト
------------------------------------------------------- */
#banner {
	position: relative;
	width: 780px; /* necessary for ie win */
	height: 230px;
	border-bottom: 1px solid #666;
}


/* サイトタイトル
------------------------------------------------------- */
#banner h1
{
	margin: 0;
	width: auto;
	color: #666;
	font-size: 1.4em;
	line-height: 1.25;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 10px;
	border-bottom: 1px solid #666;
}


/* メインコンテンツ全体 基本レイアウト
------------------------------------------------------- */

#pagebody
{
	position: relative;
	width: auto;
	text-align: center;
	margin: 15px; 
}

#pagebody:after {
	content: "";
	display: block;
	clear: both;
	height: 1px;
	overflow: hidden;
}


/* メインコンテンツ基本レイアウト（記事部分）
------------------------------------------------------- */
#main
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	text-align: left;
	width: 510px;
	margin: 0; 
}


/* メインコンテンツ基本レイアウト（サイドメニュー）
------------------------------------------------------- */
#side
{ 
	display: inline; /* ie win bugfix */
	position: relative;
	float: right;
	min-height: 1px;
	text-align: left;
	width: 215px;
	margin: 0;

}


/* 記事見出し
------------------------------------------------------- */
.header1 {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: auto;
	margin: 5px 0;
	padding: 35px 0 35px 100px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.25;
	clear: both;
	border-bottom: 2px dotted #ccc;
}

.header2 {
	margin: 10px 0 1px;
	padding: 10px 0 10px 50px;
	color: #333;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.5;
}

.entry-header {
	margin: 10px 0 1px;
	padding: 10px 0 5px 10px;
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.5;

}

.header1 a, .header2 a { text-decoration: none; }


/* 記事コンテンツ
------------------------------------------------------- */
.entry { line-height: 1.5; margin: 10px; }
.more{ text-align: right; margin: 0 0 15px; }
.bread
{
	margin: 10px;
	padding: 5px;
	text-align: left;
	font-size: 0.8em;
}

.f-navi
{
	margin: 15px 0;
	padding: 10px 0 10px;
	text-align: center;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}

.gotop { text-align: right; clear: both;}

.img
{
	float: left;
	margin: 0 5px 0 0;
	text-align: center;
}

.des
{
	border: 5px solid #ccc;
	margin: 0 0 10px;
	padding: 10px;
}

.des h2, .des h5, .destitle
{
	line-height: 1.25;
	margin: 0;
	padding: 3px 0 3px 0;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.content
{
	background-color: #f5f5f5;
	border: 1px dotted #ccc;
	margin-bottom: 15px;
	padding: 10px;
}

.content a
{
	color: #666;
	text-decoration: none;
}

/* フッター
------------------------------------------------------- */
#footer
{
	position: relative;
	margin: 0;
	padding: 10px 0 0;
	width: auto; 
	height: 90px;
	text-align: center;
	font-size: 0.8em;
	line-height: 60px;
	clear: both;
	color: #999;
	background: #fff;
	border-top: 1px solid #ccc;
}

.footer-navi
{ 
	width: auto; 
	margin: 0 10px;
	padding: 7px 0;
	line-height: 1.25;
	background: #eee;
}
#footer p
{ 
	padding: 10px 0 0;
	line-height: 1.25;
}

/* サイドメニュー内部
------------------------------------------------------- */
.side-header {
	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	height: 39px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	padding: 0 0 0 40px;
	color: #333;
	display: block;
	line-height: 39px;
	margin: 0px;
	font-size: 1em;
	font-weight: bold;
}

#side p {
	padding: 5px;
}
#side ul, #side dl, #side dd
{
	margin: 0;
	padding: 0;
	list-style : none ;

}

#side dl, #side dd
{
	margin: 5px;
	padding: 0;
	list-style : none ;
}

#side li a
{
	width: auto; 
	display: block;
	font-size: 1.2em;
	line-height: 1.5;
	margin: 5px 0;
	padding: 15px 10px;
	background-color: #fff;
	border: 1px dotted #dcdcdc;
	text-decoration: none;
}

/* 追加記述
------------------------------------------------- */

/* テーブル関係
------------------------------------------------- */


.salon_list_table {
	background: #ff9999;
	width: 502px;
	padding: 0px;
font-size:13px;
margin-bottom:15px;
}

.salon_list_table th, salon_list_table td {
	padding: 5px;
	font-weight: normal;
}

.salon_list_table th { background: #ffcccc;
width: 70px;
 }

.salon_list_table td { background: #fdfdfd;
 }

.salon_list_table_pre .go_rep { padding: 5px; }

.salon_txt_box{
width:321px;
float:left;
margin-top:5px;
font-size:13px;
}

.salon_img_box img{
margin-left:5px;
margin-top:5px;
margin-bottom:5px;
}

.epi_type{
width:243px;
margin-left:5px;
float:left;
}
.epi_price{
width:162px;
float:left;
}

/* 画像回り込み
------------------------------------------------- */

#img1 { float: right; margin-left: 8px; }
#img2 { float: left; margin: 0 15px 10px 0; }
#img3 { float: left; margin: 0 5px 10px 0; }


/* 文字装飾
------------------------------------------------- */

/* 大・太字・赤 */
.bbr {
	color: #dc0000;
	font-size: 1.2em;
	font-family: "HGP創英角ｺﾞｼｯｸUB";
	font-weight: normal; }

/* 最大・太字・青2 */

.bblue
{
    color: #6699ff;
    font-size: 1.2em;
    font-family: "HGP創英角ｺﾞｼｯｸUB";
    font-weight: normal;
}




.r1{
	background: 
url('img/bar01.gif') no-repeat left;
	font-size: 20px; /* 文字の大きさ */

	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

	color: #000;
	height : 38px; /* 高さ */
	line-height:1.1; 
	/* ボックスの外側の余白 */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* ボックスの内側の余白 */
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}

.r2{
	background: 
url('img/bar02.gif') no-repeat left;
	font-size: 20px; /* 文字の大きさ */

	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

	color: #000;
	height : 38px; /* 高さ */
	line-height:1.1; 
	/* ボックスの外側の余白 */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* ボックスの内側の余白 */
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}

.r3{
	background: 
url('img/bar03.gif') no-repeat left;
	font-size: 20px; /* 文字の大きさ */

	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

	color: #000;
	height : 38px; /* 高さ */
	line-height:1.1; 
	/* ボックスの外側の余白 */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* ボックスの内側の余白 */
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}

.r4{
	background: 
url('img/bar04.gif') no-repeat left;
	font-size: 20px; /* 文字の大きさ */

	font-family: "HGP創英角ｺﾞｼｯｸUB", "ヒラギノ角ゴ Pro W8";

	color: #000;
	height : 38px; /* 高さ */
	line-height:1.1; 
	/* ボックスの外側の余白 */
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	/* ボックスの内側の余白 */
	padding-top: 18px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 90px;
}

.hyouka_list_table {
	background: #ff9999;
	width: 357px;
	height: 125px;
border:2px #ff9999 solid;
font-size:12px;
margin-left:0px;
margin-bottom:0px;
}

.hyouka_list_table th, hyouka_list_table td {
	padding: 0px 0px 0px 10px;
	font-weight: normal;
}

.hyouka_list_table th { background: #ffffff;
width: 160px;
 }

.hyouka_list_table td { background: #ffffff;
 }

.hyouka_img_box img{
margin-left:5px;
margin-top:0px;
padding-bottom:0px;
width:100px;
}



.bt-ginza a {
	display: block;
	width: 357px;
	height: 63px;
	margin: 0px auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/bt-ginza.gif);
	}

.bt-ginza a:hover {
	background: url(img/bt-ginza2.gif);
	}

.bt-piu a {
	display: block;
	width: 357px;
	height: 63px;
	margin: 0px auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/bt-piu.gif);
	}

.bt-piu a:hover {
	background: url(img/bt-piu2.gif);
	}

.bt-tru a {
	display: block;
	width: 357px;
	height: 63px;
	margin: 0px auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/bt-tru.gif);
	}

.bt-tru a:hover {
	background: url(img/bt-tru2.gif);
	}

.bt-bdc a {
	display: block;
	width: 357px;
	height: 63px;
	margin: 0px auto;
	text-indent: -1000px;
	overflow: hidden;
	background: url(img/bt-bdc.gif);
	}

.bt-bdc a:hover {
	background: url(img/bt-bdc2.gif);
	}


