/*
Theme Name: TwentyTen
Theme URI: http://wordpress.org/
Description: The 2010 default theme for WordPress.
Author: the WordPress team
Version: 1.0.3
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/


/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* CSS Document */

/*/////////////////////////////////////////////////////////
file name: store.css
description: お店のご案内専用スタイルシート

1.レイアウト


///////////////////////////////////////////////////////// */

/* ===========  1.レイアウト  =========== */
.info01 {
	width: 270px;
	float: left;
	margin-right: 20px;
}

.info02 {
	width: 300px;
	float: left;
}

.storeTitle {
	background: url(../../../images/store/bg_storeTitle.gif) left bottom no-repeat;
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 116.6%;
}


/*横並び定義リスト*/
.detail-block {
	background: url(../../../images/store/bg_storeDetail.gif) left bottom no-repeat;
	width: 270px;
	padding-bottom: 5px;
}

dl.list-storeDetail {
	width: 270px;
}

dl.list-storeDetail dt {
	width: 70px;
	float: left;
	padding-left: 5px;
	clear: left;

}

dl.list-storeDetail dd {
	margin-left: 80px;
}

/*店内の様子*/
.store01 {
	width: 280px;
	float: left;
	margin-right: 20px;
}

.store02 {
	width: 330px;
	float: left;
}

.store03 {
	width: 160px;
	float: left;
	margin-right: 10px;
}

.store04 {
	width: 160px;
	float: left;
}

.gallery01 {
	float: left;
	width: 290px;
	margin-right: 20px;
}

.gallery02 {
	width: 280px;
	float: left;
}

