@charset "Shift_JIS";

/***************************
　商品のご案内
***************************/


/*　カテゴリメニュー */

#menu {
	width: 729px;
	height: 70px;
	margin-right: -20px;
	margin-bottom: 20px;
	background: url(images/navi.jpg) no-repeat;
}

#menu li {
	float: left;
	margin-right: 9px;
}

#menu li a {
	display: block;
	width: 234px;
	height: 70px;
	text-indent: -9999px;
}

#menu li#m1 a:hover { background: url(images/navi.jpg) no-repeat 0 -70px; }
#menu li#m2 a:hover { background: url(images/navi.jpg) no-repeat -243px -70px; }
#menu li#m3 a:hover { background: url(images/navi.jpg) no-repeat -486px -70px; }

#broiled #menu li#m1 a { background: url(images/navi.jpg) no-repeat 0 -70px; }
#boiled  #menu li#m2 a { background: url(images/navi.jpg) no-repeat -243px -70px; }
#others  #menu li#m3 a { background: url(images/navi.jpg) no-repeat -486px -70px; }


/* BOX */

.box {
	margin-bottom: 20px;
}

.half {
	width: 330px;
}

#content .box .half p {
	position: relative;
	margin-bottom: 20px;
	padding-left: 130px;
	min-height: 91px;
	height: auto !important;
	height: 91px;
}

.box .half p img {
	position: absolute;
	left: 0;
	top: 0;
}

.clearline {
	clear: both;
	height: 0px;
	overflow: hidden;
}


/* 横並び処理 */

.col {
	float: left;
	width: 720px;
	margin-bottom: 15px;
	background: #fff url(images/col_bg.gif) repeat-y;
}

.col .section {
	position: relative;
	float: left;
	width: 159px;
	padding: 127px 10px 0;
}

#content .col .section h3 {
	margin-bottom: 0;
	color: #633;
	font-size: 105%;
}

#content .col .section p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.col .section img {
	position: absolute;
	left: 10px;
	top: 0;
}


/*--------------------------
　焼魚
--------------------------*/

/* IQFフロー */

.flow {
	width: 720px;
	background: #fff url(images/flow_bg.gif) no-repeat;
}

.flow .section {
	float: left;
	width: 195px;
	padding-bottom: 15px;
}

#content .flow .section p {
	margin-bottom: 5px;
	line-height: 1.4;
}

.flow .section p {
	width: 195px;
}

.flow .section p img {
	float: left;
	margin: 0 5px 2px 0;
}

.flow .section.flow1 { width: 255px; }
.flow .section.flow2 { width: 269px; }
.flow .section.flow3 p img { margin-bottom: 15px; }


/*--------------------------
　その他
--------------------------*/

#others #content .box .half p {
	min-height: 140px;
	height: auto !important;
	height: 140px;
}

.box strong span {
	color: #633;
}