@charset "shift_jis";


/*header area*/
#header {
	width: 960px;
	margin: 0 auto;
	text-align: right;
}
#topImg {
	width:950px;
	height:100px;
	margin:0 auto;
	}
	.main { background: url(../img/bg_h_main.png) no-repeat ;}
	.chikusan { background: url(../img/bg_h_chikusan.jpg) no-repeat ;}
	.suisan { background: url(../img/bg_h_suisan.jpg) no-repeat ;}
	.sugu { background: url(../img/bg_h_sugu.jpg) no-repeat ;}
	.shushoku { background: url(../img/bg_h_shushoku.jpg) no-repeat ;}
	.kouri { background: url(../img/bg_h_kouri.jpg) no-repeat ;}
	.sokubai { background: url(../img/bg_h_sokubai.jpg) no-repeat ;}
	.sonota { background: url(../img/bg_h_sonota.jpg) no-repeat ;}
	.nousan { background: url(../img/bg_h_nousan.jpg) no-repeat ;}

#topImg img {
	float:left;
}
h1 {
	color:#000;
	float:right;
}
/*ヘッダーのカテゴリ名*/
h1 {
	width: 770px;
	line-height: 58px;
	overflow: inherit;
	color: #333;
	float: right;
	font-size: 63px;
	font-weight: bold;
	margin: 20px 10px 0 0;
}

#breadcrumb {
	width:935px;
	height:24px;
	background:url(../img/breadcrumb.gif) no-repeat;
	line-height:34px;
	font-size:1.4em;
	padding:10px 0 0 15px;
	margin:5px 0 5px 5px;
	clear: both;
}
.gnavi1 {
	float:left;
	width:930px;
	text-align: left;
}

.menu_menu {
    float: right;
    font-size: 14px;
    padding-left: 0;
}


/*footer area*/
#footer {
	height: 70px;
	background: #F6F6F6;
	border-top: 2px solid #E94700;
	margin:30px 0 0 0;
	padding: 20px 0 0 0;
	font-size:14px;
	text-align:center;
	clear: both;
}
.copy {
	text-align:center;
	font-size:14px;
	margin: 5px 0 0 0;
}

/*contets area*/
#contents {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

h2#top_title {
	border-bottom: 2px solid #F00000;
	clear: both;
	color: #F00000;
	font-size: 1.4em;
	font-weight: bold;
	margin: 5px 0 15px 0;
}

/*下層ページコンテンツエリア*/
.cate {
	clear:both;
	padding-top:15px;
}
.cateItem {
	background-color:#FCE6E2;
	width:230px;
	float:left;
	margin:0 5px 0 0;
	height:316px;
}
.cateImg td:hover {
	border:solid 2px #F30;
}
.cateImg td {
	border:solid 2px #C70909;
	width:200px;
	height:200px;
}

.cateImg {
	width:200px;
	height:200px;
	margin:10px 0 0 10px;
	background-color:#FFF;
	text-align:center;
}
.cateItem p {
	padding:10px;
	font-size:1.4em;
	text-align:left;
	line-height:15px;
	word-break: break-all;
    word-wrap: break-word;
}
.cateItem p.kingaku{
	color:red;
	padding:5px;
}
.imgReSize {
	max-height:200px;
	max-width:200px
}
* html body .imgReSize {
	width: expression(this.width >= this.height ? "200px" : "auto");
	height: expression(this.width <= this.height ? "200px" : "auto");
}
.resizeBug {
	display:block;
	width:200px;
}
.resizeBug a {
	line-height:0;
}


/*ページリンクナビ*/
.tablenav {
	clear:both;
	display:block;
	color: #2583ad;
	margin: 1em auto;
	line-height: 2em;
	text-align: center;
	padding-top: 30px;
	}
	a.page-numbers, .tablenav .current {
		color: #00019b;
		padding: 2px .4em;
		border:solid 1px #ccc;
		text-decoration:none;
		font-size:12px;
	}
	a.page-numbers:hover {
		color:white;
		background: #328ab2;
	}
	.tablenav .current {
		color: white;
		background: #328ab2;
		border-color: #328ab2;
		font-weight:bold:
	}
	.tablenav .next, .tablenav .prev {
		border:0 none;
		background:transparent;
		text-decoration:underline;
		font-size:12px;
		font-weight:bold;
}

#longBread {
	width:900px;
}
.cateItem {
	margin:5px;
}




.cate_link_title {
	float: left;
	font-size: 14px;
	margin-right: 15px;
	padding-top: 5px;
}
.cate_link_list {
	margin: 0 0 0 20px;
	padding-top: 5px;
}
.cate_link_list li {
	font-size:14px;
	float:left;
	margin:0 10px 0 0;
	padding: 0 0 0 15px;
	background:url(../img/cate_arow.gif) no-repeat left;
}

.hyoji_kensu {
	font-size: 14px;
	display: block;
	text-align: right;
	margin: -35px 0 0 0;
}
.selection {
	margin:15px 0 -30px 0;
}

/*rankG*/
.cateItem.rankg {
	background-color: #FFCECE;
}
.rankg .cateImg td {
	border:solid 2px #FF2424;
}
.rankg .cateItem .hyoka {
	border: solid 1px #FF3344;
}

span.lot {
	color: #000;
	font-size: 9px;
}
.point {
	font-size: 14px;
	color: #000;
	line-height: 1.1;
	text-align: right;
}
.point img { margin-bottom: -4px; }
#btn_narabikae {
	color: #49487F;
	font-size: 14px;
	font-weight: bold;
	background-color: #eee;
	border: solid 1px #CCC;
	margin: 5px 0 0 0;
	padding: 5px;
	text-align: center;
	width: 320px;
	float: left;
}
#btn_narabikae a {
	color: #49487F;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	border: solid 1px #F00;
	padding: 0 3px 0 3px;
}
#btn_narabikae a:hover {
	color: #F00;
	border: solid 1px #F00;
	background-color: #FFD9D9
}
#btn_narabikae span {
	color: #000;
	font-weight: bold;
	font-size: 14px;
}



/*ここから追記*/
#cate_all {
	width:1020px;
	margin-right:-60px;
	overflow:hidden;
	_zoom:1;
	text-align: left;
}
.cate_wrap {
	width:470px;
	float:left;
	margin:0 20px 15px 0;
}
.cate_header {/*カテゴリヘッダ背景設定*/
	width:462px;
	height:47px;
	padding: 4px 0 0 8px;
}
.chiku {background: url(../img/cate_back_chiku.png) no-repeat;}
.sui {background: url(../img/cate_back_sui.png) no-repeat;}
.syu {background: url(../img/cate_back_syu.png) no-repeat;}
.cate_header a {
	float:left;
}
.cate_header_title {
	margin: 0 20px 0 5px;
	float: left;
}
.cate_image {/*カテゴリボディ背景設定*/
	width:466px;
	height:215px;
	background: url(../img/item_back.png) no-repeat;
	padding: 0 0 0 8px;
	clear: both;
}
/*リサイズイメージ２*/
.imgReSize2 {
	max-height:135px;
	max-width:135px
}
* html body .imgReSize2 {
	width: expression(this.width >= this.height ? "135px" : "auto");
	height: expression(this.width <= this.height ? "135px" : "auto");
}
.resizeBug2 {
	display:block;
	width:135px;
}
.cateItem2 {
	width:135px;
	float:left;
	height:135px;
	padding: 15px 7px 0 8px;
}
.cateImg2 td:hover {
	border:solid 1px #F30;
}
.cateImg2 td {
	border:solid 1px #666;
	width:135px;
	height:135px;
}
.cateImg2 {
	width:135px;
	height:135px;
	background-color:#FFF;
	text-align:center;
}

.item_title{
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	height:26px;
	overflow:hidden;
	margin-top: 2px;
}
.item_title a {
	text-decoration:none;
}
.item_price{
	font-size:12px;
	font-weight:bold;
	line-height:13px;
	color:red;
	height:28px;
	overflow:hidden;
}

/*ここからメニューボタンスタイル*/

.menu_btn a:hover {
	opacity:0.7;
}

.menu_btn { float:left; }
.menu_btn a {
	float:left;
	width:155px;
	height:51px;
	margin-right:3px;

}

/*ここからカテゴリボタン食材以外*/

.bnet_link {
	display:inline-block;
	width:321px !important;
	border:1px solid #ccc;
	height:49px;
	line-height:1.3em;
	padding:0;
	margin:0 3px 0 0;
	font-size:16px;
}

.bnet_link a {
	display:block;
	width:311px !important;
	height:39px;
	padding:5px;
	}

.bnet_link img {
	float:left;
	}
