@charset "utf-8";
/** $Id: default.css 4680 2011-10-29 09:03:13Z ogawa $ */
/**
 * ふくラボ!　イチコレ（2カラム・レース）用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2009-09-10
 * @lastmodified $Date: 2011-10-29 18:03:13 +0900 (土, 29 10 2011) $
 * @see guideline: Ver. 1.01
 */

/**
 * 共通部分用 CSS
 *
 * このページ全体で共通で使用するCSSです。
 *
 * @section Share Style
 * @lastmodified 2009-09-10
 * @version おがわ
 */
div#wrapper-plus {
	clear:both;
	width: 700px;
	color: #333333;
	background:#F2F1ED;
	margin-bottom:20px;
	overflow:hidden;
}
div#wrapper-plus div.sep {
	clear:both;
	margin-bottom:10px;
}
div#wrapper-plus div.sep h4 {
	width:660px;
	font-weight: bold;
	color:#fff;
	padding:5px;
	background-color:#633131;
}

/* ヘッダー周り
------------------------------ */
div#wrapper-plus div#title-area {
	width:700px;
	min-height:210px;
	_height:210px;
	background:url(../images/bg_title.png) no-repeat 0 0;
}
div#wrapper-plus div#title-area h2,
div#wrapper-plus div#title-area h2 a {
	display:block;
	width:700px;
	height:50px;
	text-indent:-100000em;
	overflow:hidden;
}
div#wrapper-plus div#title-area div {
	width:640px;
	margin:0 auto;
	text-align:center;
	line-height:1.8;
}
div#wrapper-plus div#title-area h3 {
	font-weight:bold;
}
div#wrapper-plus div#title-area p.shop-link {
	width:640px;
	text-align:right;
}


/* アイテム
------------------------------ */
div#wrapper-plus div#contents {
	width:680px;
	margin:0 0 0 15px;
	overflow:hidden;
}
div#wrapper-plus div#contents div.item {
  overflow:hidden;
  margin-bottom:20px;
}
div#wrapper-plus div#contents div.item p.photo {
	width:330px;
	float:left;
}
div#wrapper-plus div#contents div.item div.right {
	width:340px;
	float:right;
}

div#wrapper-plus div#contents div.item h5 {
	border-left:5px solid #633131;
	padding-left:3px;
	color:#633131;
	margin-bottom:5px;
}
div#wrapper-plus div#contents div.item p.txt {
	padding-left:20px;
	line-height:1.4;
	margin-bottom:10px;
}
div#wrapper-plus div#contents div.item p.lnk {
	padding-left:20px;
	line-height:1.4;
	margin-bottom:10px;
}
div#wrapper-plus div#contents div.item p.price {
	text-align:right;
	margin-bottom:10px;
}
div#wrapper-plus div#contents div.item p.price span {
	background:#fff;
	color:#000000;
	padding:5px;
}
div#wrapper-plus div#contents div.item div.line {
	clear:both;
	border-top:1px solid #CCCCCC;
	color:#666666;
	padding-top:5px;
}

/* ボタン
------------------------------ */
ul#ex-btn-menu  {
	width: 520px;
	margin: 20px auto;
	overflow:hidden;
}
ul#ex-btn-menu li {
	width:230px;
	height:48px;
	margin: 0 10px;
	_margin: 0 5px;
	float:left;
}
ul#ex-btn-menu li a {
	display:block;
	width:230px;
	height:48px;
	text-indent:-100000em;
	overflow:hidden;
}
ul#ex-btn-menu li.b01 { background:url(../images/btn_01.png) no-repeat 0 0; }
ul#ex-btn-menu li.b02 { background:url(../images/btn_02.png) no-repeat 0 0; }








