@charset "utf-8";

/* ショップ詳細タイトル */
div#shoptitle {
	width: 888px;
	/*height: 38px;*/
	height: 36px;
	background: url(../images/bg_shopinfo.gif) repeat-x 0 0;
	/*padding: 14px 0 0;*/
	padding: 16px 0 0;
}
div#shoptitle h2 {
	width: 358px;
	height: 24px;
	text-indent: -9999px;
	background: url(../images/title_shopnamesearch.gif) no-repeat 0 0;
}
div#shoptitle p {
	width: 113px;
	height: 17px;
	margin: -20px 0 0 775px;
}
div#shoptitle p a {
	width: 113px;
	height: 17px;
	text-indent: -9999px;
	background: url(../../images/common/prepage.gif) no-repeat 0 0;
	display: block;
}
div#shoptitle p a:hover {
	background-position: 0 -17px;
}

/* ショップカテゴリのタイトル */
div#searchname {
	width: 888px;
	height: auto;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	padding: 7px 0 0;
	margin: 0 0 12px;
}
div#searchnameform {
	background-color: #F0F1E3;
	margin: 12px 0;
	padding: 8px 0;
}
div#searchname span {
	padding: 0 4px 0 8px;
}
div#searchname span.input1 input{
	width: 240px;
	color: #B0B0B0;
}
div#searchname span.input2 input{
	width: 4em;
}

h3#floor1, h3#floor2, h3#floor3 {
	width: 682px;
	height: 46px;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0 0 12px;
	clear: both;
}
h3#floor1 {
	background-image: url(../images/title_h3_1f.gif);
}
h3#floor2 {
	background-image: url(../images/title_h3_2f.gif);
}
h3#floor3 {
	background-image: url(../images/title_h3_3f.gif);
}

/* コンテンツエリア(全体) */
div#container {
	width: 888px;
	height: auto;
	margin: 0 auto 8px;
	position: relative;
}


