/* ソープサイト お姫様特集 CSSファイル */
body {
	background-image:url(../images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	text-align:center;
	}
table#container {
	margin-bottom:0px;
	}
table#container td {
	border:0px;
	font-size:12px;
	line-height:18px;
	}
table#container td#shops{
	width:800px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}
table#container td#shops div#back{
	height:100%;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	background-image:url(../images/td_bg.png);
	background-position:top center;
	background-repeat:repeat-y;
	}
div#head {
	height:135px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-color:transparent;
	background-image:url(../images/head.png);
	background-position:top center;
	background-repeat:no-repeat;
	}
/* お店土台部分 池袋千姫*/
table#container div#senhime{
	width:400px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-image:url(../images/bg_senhime.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	}
/* お店土台部分 ミス千姫*/
table#container div#miss{
	width:400px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-image:url(../images/bg_miss.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:right;
	text-align:center;
	}
/* お店土台部分 ニュー姫*/
table#container div#newhime{
	width:400px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-image:url(../images/bg_newhime.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:left;
	text-align:center;
	}
/* お店土台部分 楊貴妃*/
table#container div#youkihi{
	width:400px;
	height:400px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border:0px;
	background-image:url(../images/bg_youkihi.png);
	background-position:top center;
	background-repeat:no-repeat;
	float:right;
	text-align:center;
	}
/* お店の説明文 4店舗共通*/
div#senhime dl,div#miss dl,div#newhime dl,div#youkihi dl{
	padding:245px 15px 0px 28px;
	margin:0px 0px 0px 0px;
	border:0px;
	text-align:center;
	}
div#senhime dl dt,div#newhime dl dt,div#miss dl dt,div#youkihi dl dt{
	padding:0px 0px 5px 0px;
	margin:0px 0px 0px 0px;
	font-size:12px;
	line-height:18px;
	color:#444444;
	letter-spacing:1px;
	text-align:left;
	}
div#senhime dl dd,div#newhime dl dd,div#miss dl dd,div#youkihi dl dd{
	padding:1px 0px 0px 20px;
	margin:0px 0px 0px 20px;
	border:0px;
	font-size:12px;
	line-height:20px;
	color:#222222;
	letter-spacing:1px;
	text-align:left;
	font-weight:bold;
	background-image:url(../images/icon.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
/* リンク */
a{
	color:#666666;
	}
a:hover{
	color:#222222;
	text-decoration:underline;
	}
a:active{
	position: relative;
	top:1px;
	left:1px;
	color:#000000;
	}
/* フッター */
div#footer {
	height:135px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
	border:0px;
	letter-spacing:1px;
	background-image:url(../images/foot.png);
	background-position:bottom center;
	background-repeat:no-repeat;
	}
div#footer p{
	padding:50px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#666666;
	font-size:10px;
	line-height:18px;
	letter-spacing:1px;
	}
/* フッターリンク */
div#footer a{
	color:#666666;
	}
div#footer a:hover{
	color:#222222;
	text-decoration:underline;
	}
div#footer a:active{
	position: relative;
	top:1px;
	left:1px;
	color:#000000;
	}

