@charset"utf-8";
/***********************************************************************
	全体の設定，ラッパー
***********************************************************************/
/* 全体 */

*{
	margin: 0;
	padding: 0;
	font-family: "ＭＳ Ｐゴシック",sans-serif;
	font-size: 12px;
}


h2.tab{ text-indent: -9999px; }

img{ border: none; }

.clearFloat{ clear: both; }

.clearFloat10{ clear: both; margin-bottom: 10px; }

#all {
	width: 840px;
	margin-left: auto;
	margin-right: auto;
}

/* ヘッダ */
#header{
	width: 100%;
	margin: 5px 0;
}

/* コンテンツ */
#contents{
	clear: both;
	width: 100%;
}

#left{
	float: left;
	width: 185px;
}

#right{
	float: right;
	width: 645px;
}

/* フッター */
#footer{
	clear: both;
	width: 100%;
	margin: 5px 0;
	background-color: #EAEAEA;
	text-align: center;
}

#footer p{
	padding: 10px;
}

/***********************************************************************
	共通パーツ１（ヘッダ，フッタ，左カラム）
***********************************************************************/
/* ロゴ */
#header #siteLogo{
	float:left;
	width:280px;
}

#header #siteLogo h1{
	font-size: 9px;
	font-weight: normal;
	margin-bottom:5px;
}

#header #siteLogoS{
	float: left;
	width: 225px;
}

#header #siteLogoS h1{
	font-size: 9px;
	text-indent: -9999px;
}


#header #shopLogo{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

#header #shopLogo #logoText{
	width: 100%;
	height: 100px;
	background-image:url(../img/partner_name_back.gif);
	background-repeat:no-repeat;
}

#header #shopLogo #logoText h1{
	color: #000;
	font-size: 24px;
	position: relative;
	top: 20px;
	left: 20px;
}

#header #shopLogo #logoText h2{
	color: #999;
	font-size: 14px;
	position: relative;
	top: 40px;
	left: 20px;
}

/* ログイン */
#header #login{
	float: right;
	width: 550px;
	height: 48px;
	margin-bottom: 5px;
	background-image: url(../img/header_login_back.gif);
	text-align: center;
}

#header #login .btn{
	width: 145px;
}

#header #login span.userName{
	font-weight: bold;
}

/* グローバルナビゲーション */
#header #navi{
	float: right;
	width: 550px;
}

/* 検索 */
#left #searchBox{
	width: 185px;
	margin-bottom: 10px;
}

#left #searchBox .ttl{
	height:34px;
	background-image: url(../img/tab185kensaku.gif);
	background-repeat: no-repeat;
}

#left #searchBox .cnt{
	height: 193px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
}

#left #searchBox .btm{
	height: 13px;
	background-image: url(../img/tab185bottom.gif);
	background-repeat: no-repeat;
}

#left #searchBox form{
	width: 155px;
	margin-left: auto;
	margin-right: auto;
}

#left #searchBox form *{
	vertical-align: middle;
}

#left #searchBox hr{
	margin: 5px 0px;
}

#left #searchBox input.word{
	width: 150px;
	margin: 5px 0px;
}

#left #searchBox select.category{
	width: 154px;
	margin: 5px 0px;
}

#left #searchBox input.days{
	width: 45px;
	margin: 5px 0px;
}

#left #searchBox select.days{
	margin:5px 0px;
	width: auto;
}

#left #searchBox select.days option{
	padding-right: 4px;				/* WHY? */
}

#left #searchBox input.yen{
	width: 45px;
	margin: 5px 0px;
}

#left #searchBox input.kensakuBt{
	width: 154px;
}

/* 店舗メインメニュー */
#left #menuBox{
	width: 185px;
	margin-bottom: 10px;
}

#left #menuBox .ttl{
	height: 34px;
	background-image:url(../img/tab185mainMenu.gif);
	background-repeat: no-repeat;
}

#left #menuBox .btm{
	height: 13px;
	background-image: url(../img/tab185bottom.gif);
	background-repeat: no-repeat;
}

#left #menuBox div.leftMainMenuList{
	height:100%;
	padding:10px 17px;
	border-left:1px solid #BFBFBF;
	border-right:1px solid #BFBFBF;	
}

#left #menuBox div.leftMainMenuList ul,
#left #menuBox div.leftMainMenuList li{
	list-style:none;
	font-weight:bold;
}

#left #menuBox div.leftMainMenuList li{
	line-height:200%;
}

/* カテゴリー */
#left #ctgBox{
	width: 185px;
	margin-bottom: 10px;
}

#left #ctgBox .ttl{
	height: 34px;
	background-image: url(../img/tab185category.gif);
	background-repeat: no-repeat;
}

#left #ctgBox .cnt{
}

#left #ctgBox .btm{
	height: 13px;
	background-image: url(../img/tab185bottom.gif);
	background-repeat: no-repeat;
}

#left #ctgBox #category_tree{
	height: 100%;
	padding: 10px 10px;
}

/***********************************************************************
	共通パーツ２（メインコンテンツ）
***********************************************************************/
/* パンくず */
#right #breadcrumb{
	padding:7px 20px;
	margin-bottom: 6px;
	background-color: #EAEAEA;
}

#right #breadcrumb a{
	font-weight: bold;
}

#right #breadcrumb span.here{
	font-weight: bold;
	color: #FF1F24;
}

#right #breadcrumb span.notHere{
	font-weight: bold;
	color: #999;
}

/* 汎用ボックス タイトルあり */
/*	<div class="boxHasTitle">
		<div class="ttl"><h2></h2></div>
		<div class="cnt"></div>
		<div class="btm"></div>
	</div>
*/
#right .boxHasTitle{
	clear: both;
	width: 645px;
	margin-bottom: 10px;
}

#right .boxHasTitle .ttl{
	width: 645px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
	background-image: url(../img/tab645notitle.gif);
	background-repeat: no-repeat;
}

#right .boxHasTitle .ttl h2{
	font-size: 14px;
}

#right .boxHasTitle .btm{
	width: 645px;
	height: 13px;
	background-image: url(../img/tab645bottom.gif);
	background-repeat: no-repeat;
}

#right .boxHasTitle .cnt{
	width: 593px;		/* parent - (1+25)*2  */
	padding: 10px 25px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.4em;
}

/* 汎用ボックス タイトルなし */
/*	<div class="boxNoTitle">
		<div class="ttl"></div>
		<div class="cnt"></div>
		<div class="btm"></div>
	</div>
*/
#right .boxNoTitle{
	clear: both;
	width: 100%;
	margin-bottom: 10px;
}

#right .boxNoTitle .ttl{
	width: 100%;
	height: 13px;
	background-image: url(../img/tab645top.gif);
	background-repeat: no-repeat;
}

#right .boxNoTitle .btm{
	width: 100%;
	height: 13px;
	background-image: url(../img/tab645bottom.gif);
	background-repeat: no-repeat;
}

#right .boxNoTitle .cnt{
	padding: 10px 25px;
	border-left: 1px solid #BFBFBF;
	border-right: 1px solid #BFBFBF;
	line-height: 1.4em;
}

/* タイトル */
#right .cnt h1.title1{
	margin-bottom: 10px;
	padding: 5px;
	padding-left: 10px;
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	font-size: larger;
	font-weight: bold;
	color: #254A9E;
	background-color: #ddd;
}

/* エラー */
#right #error{
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 20px;
	color: #ff0000;
}

#right #error ul {
	margin-left: 10px !important;
	list-style: disc inside none !important;
}

/* 写真（商品用） */
table.photoSS td{
	margin: 0;
	padding: 0;
	width: 80px;
	height: 60px;
	border:solid 1px #999999;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

table.photoSS td img{
	max-width: 80px;
	max-height: 60px;
}

table.photoS td{
	width: 109px;
	height: 82px;
	border:solid 1px #999999;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

table.photoS td img{
	max-width: 109px;
	max-height: 82px;
}

table.photoM td{
	width: 120px;
	height: 96px;
	border:solid 1px #999999;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

table.photoM td img{
	max-width: 120px;
	max-height: 96px;
}

table.photoL td{
	width: 260px;
	height: 195px;
	border:solid 1px #999999;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

table.photoL td img{
	max-width: 260px;
	max-height: 195px;
}

/* 写真（特集用） */
table.photoMW td{
	width: 182px;
	height: 96px;
	border:solid 1px #999999;
	text-align: center;
	vertical-align: middle;
	background-color: #ffffff;
}

table.photoMW td img{
	max-width: 182px;
	max-height: 96px;
}
