@charset "UTF-8";

/** $Id: default.css 3784 2011-02-17 10:28:24Z ogawa $ */
/**
 * ふくラボ!イチコレデフォルト用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2011-02-09
 * @lastmodified $Date: 2011-02-17 19:28:24 +0900 (木, 17 2 2011) $
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
div#wrapper-plus {
	width: 700px;
	overflow:hidden;
	margin-bottom:20px;
}
div#wrapper-plus a:link,
div#wrapper-plus a:visited {
	text-decoration: none;
}
div#wrapper-plus a:hover,
div#wrapper-plus a:focus,
div#wrapper-plus a:active {
	text-decoration: underline;
}
div#wrapper-plus h2 {
	width:700px;
	height:110px;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:20px;
	line-height:1.4;
	text-indent:-1000000em;
}

/* 検索
----------------------- */
div#wrapper-plus div#box-search  {
  overflow:hidden;
	background-color:#F1F1F2;
	padding:10px;
	margin-bottom:10px;
}
div#wrapper-plus div#box-search ul li dt {
	font-weight:bold;
	margin-bottom:10px;
}
div#wrapper-plus div#box-search ul li dd ul li {
	display:inline-block;
	/display:inline;
	/zoom:1;
	margin-right:10px;
}


/* リスト
--------------------------- */
div#wrapper-plus h3 {
	min-height:15px;
	/height:15px;
	background:url(../images/icon.png) no-repeat 0 2px;
	padding-left:10px;
	font-size:1.2em;
	font-weight:bold;
	margin:20px 0;
}
div#wrapper-plus ul#section-items {
	overflow:hidden;
	margin:10px 0;
}
div#wrapper-plus ul#section-items li.item {
	width:330px;
	float:left;
	overflow:hidden;
	margin-bottom:20px;
}
div#wrapper-plus ul#section-items li.item-r {float:right;}

div#wrapper-plus ul#section-items li p.item-photo {
	width:100px;
	float:left;
}
div#wrapper-plus ul#section-items li div.right {
	width:220px;
	float:right;
}
div#wrapper-plus ul#section-items li div.item-txt { line-height:2; }



