@charset "utf-8";

/* パンくずリスト */
div#pan {
	width: 100%;
	height: auto;
	color: #CCCCCC;
}
div#pan a {
	color: #CCCCCC;
	text-decoration: none;
}
div#pan a:hover {
	text-decoration: underline;
}
div#pan span.nowposition {
	font-weight: bold;
	color: #44B4E3;
	text-decoration: none;
}

/* ショップ詳細タイトル */
div#shoptitle {
	width: 888px;
	height: 29px;
	background: url(../images/bg_shopinfo.gif) repeat-x 0 0;
	padding: 14px 0 0;
}
div#shoptitle h2 {
	width: 206px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/title_shoptopics_2.jpg) no-repeat 0 0;
}
div#shoptitle h2#shopguide {
	width: 206px;
	height: 20px;
	text-indent: -9999px;
	background: url(../images/title_p_shopguide.jpg) 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/prepage.gif) no-repeat 0 0;
	display: block;
}
div#shoptitle p a:hover {
	background-position: 0 -17px;
}

/* ショップ名称 */
div#shopname {
	width: 888px;
	height: 58px;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	padding: 12px 0 0;
	position: relative;
}
p#floor_no {
	width: 60px;
	height: 50px;
	float: left;
}
p#namesub {
	font-size: 1.2em;
}
div#shopname h3 {
	font-size: 2em;
	font-weight: bold;
}
div#shopname h3 span {
	font-size: 0.5em;
	font-weight: normal;
	vertical-align: middle;
}
p#shop_logo {
	clear: both;
	position: absolute;
	right: 0;
	top: 12px;
}

/* ショップデータ */
div#shopinfo {
	width: 888px;
	height: auto;
	padding: 12px 0;
}
div#shopinfo:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div#shopflash {
	width: 506px;
	height: auto;
	float: left;
}
div#shopdata {
	width: 382px;
	height: auto;
	float: right;
}
div#shopdata h4 {
	width: 382px;
	height: 28px;
	background: url(../images/title_shopdata.jpg) no-repeat 0 0;
	text-indent: -9999px;
}
div#shopdata table {
	width: 100%;
	height: auto;
	margin: 6px 0 20px 0;
}
div#shopdata table th {
	padding: 1px 4px 1px 12px;
}
div#shopdata table th p {
	padding: 0 0 0 6px;
	margin: 2px 0;
	border-left: 4px solid #666666;
}
p#shopintro img {
	float: right;
	margin: 0 0 10px 10px;
}

/* ピックアップ */
div#pickup {
	width: 888px;
	height: auto;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	padding: 12px 0 0 0;
}
div#pickup h4 {
	width: 206px;
	height: 20px;
	background: url(../images/title_shoppickup.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 8px;
}
div.pickuplist {
	width: 888px;
	background-color: #F0F1E3;
}
div.pickuplist:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div.inner {
	width: 280px;
	height: auto;
	margin: 8px;
	float: left;
}
div.inner p.innerimg {
	margin: 0 10px 0 0;
	float: left;
}
div.inner h5 {
	width: 150px;
	height: auto;
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.5em 0;
	float: right;
}
div.inner p.innertext {
	width: 150px;
	height: auto;
	float: right;
}

/* ショップトピックス */
div#shoptopics {
	width: 888px;
	height: auto;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	padding: 12px 0 0 0;
}
div#shoptopics h4 {
	width: 206px;
	height: 20px;
	background: url(../images/title_shoptopics_2.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 8px;
}
div.topicsdetail {
	width: 872px;
	height: auto;
	background-color: #F0F1E3;
	padding: 8px;
	margin-bottom: 4px;
	clear: both;
}
div.topicsdetail:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div.topicsdetail h5 {
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
p.topicsimg {
	width: 307px;
	height: auto;
	margin-left: 15px;
	float: right;
}

/* 店長より */
div#shopdiary {
	width: 888px;
	height: auto;
	background: url(../images/bg_shoptitle.gif) repeat-x 0 0;
	padding: 12px 0 0 0;
}
div#shopdiary:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div#shopdiary h4#diarytitle1 {
	width: 206px;
	height: 20px;
	background: url(../images/title_shopdiary.jpg) no-repeat 0 0;
	text-indent: -9999px;
	margin-bottom: 8px;
}
div.diarydetail {
	width: 650px;
	height: auto;
	background-color: #F0F1E3;
	float: left;
}
div.diarydetail:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
div.diarydetail p.diarydate {
	background: url(../images/bg_diarydate.jpg) repeat-x 0 0;
	padding: 4px 0 4px 6px
}
div.diarydetail h5 {
	width: 472px;
	height: auto;
	color: #FF6600;
	font-size: 1.2em;
	font-weight: bold;
	padding: 8px 0 8px 8px;
	margin: 1em 0;
	float: left;
}
div.diarydetail p.diarytext {
	width: 472px;
	height: auto;
	padding: 0 0 8px 8px;
	float: left;
}
div.diarydetail div.diaryimg {
	width: 150px;
	height: auto;
	padding: 8px 8px 8px 12px;
	margin: 1em 0 0;
	float: right;
}
div.diarydetail div.diaryimg img {
	margin: 0 0 8px;
}

div#diaryControl {
	width: 230px;
	height: auto;
	float: right;
}
div#diaryControl h4#diarytitle2 {
	width: 54px;
	height: 16px;
	text-indent: -9999px;
	background: url(../images/title_diaryarc.jpg) no-repeat 0 0;
	margin: -25px auto 10px;
}
div#diaryControl dl {
	background: #F2F2E5 url(../images/bg_diary_arc_1st.gif) repeat-x 0 0;
	padding: 8px 0 0 0;
}
dt.diary_odd_dt, dt.diary_even_dt {
	padding: 6px 4px 0 4px; 
}
dd.diary_odd_dd, dd.diary_even_dd {
	font-weight: bold;
	padding: 0 4px 6px 4px; 
}
dt.diary_even_dt, dd.diary_even_dd {
	background-color: #E1E1C0;
}
p.control_list {
	color: #CCCCCC;
	text-align: center;
	padding: 10px 0 0;
}
p.control_list span {
	padding: 0 0.5em;
}

