@charset "UTF-8";

/** $Id$ */
/**
 * プラスリストデフォルト用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2011-02-10
 * @lastmodified $Date$
 * @see guideline: Ver. 1.01
 */


/* 共通部分
--------------------------- */
div#wrapper-plus {
	width: 760px;
	overflow:hidden;
	margin:0px 0px 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:760px;
	height:100px;
	text-indent:-100000em;
	background:url(../images/title.png) no-repeat 0 0;
	margin-bottom:10px;
}

/* リード
--------------------------- */
div#wrapper-plus div#section-lead {
	height:186px;
	text-indent:-100000em;
	background:url(../images/img.jpg) no-repeat 0 0;
	margin-bottom:30px;
}

/* リスト
--------------------------- */
div#wrapper-plus ul#section-items {
	clear:both;
	overflow:hidden;
}
div#wrapper-plus ul#section-items li.item {
	overflow:hidden;
	line-height:1.4;
	margin-bottom:20px;
}
div#wrapper-plus ul#section-items li p.item-photo {
	width:240px;
	float:left;
}
div#wrapper-plus ul#section-items li div.right {
	width:480px;
	float:right;
}
div#wrapper-plus ul#section-items li.item h3 {
	width:740px;
	padding:5px 10px;
	margin-bottom:10px;
	background-color:#FFE0C0;
	font-size:1.2em;
	font-weight:bold;
}
div#wrapper-plus ul#section-items li.item h3 span {
	font-weight:normal;
	font-size:0.8em;
}
div#wrapper-plus ul#section-items li.item p.item-title {
	font-size:1.2em;
	font-weight:bold;
	color:#F63;
	margin-bottom:5px;
}
div#wrapper-plus ul#section-items li.item p.item-update {
	text-align:right;
	color:#999;
	margin-bottom:5px;
}

div#wrapper-plus .category-lst li {
    display: inline-block;
    font-size: 11px;
    line-height: 1;
    background: #FFE0C0;
    border-radius: 2px;
    padding: 5px 10px;
    margin: 0 5px 5px 0;
}
/* ページャー
--------------------------- */
div#wrapper-plus div.pager {clear:both;}

/* Search Box
----------------------- */
div#wrapper-plus div#box-search  {
	width:756px;
	margin:15px 0px 10px;
	padding: 1px;
	border: 1px solid #DBDBDB;
	color: #000000;
}
div#wrapper-plus div#box-search p  {
	font-weight: bold;
	padding: 5px;
	background-color: #DBDBDB;
	margin: 0px;
}
div#wrapper-plus div#box-search ul  {
}
div#wrapper-plus div#box-search ul li  {
	clear: both;
	padding: 3px;
	margin: 0px;
}
div#wrapper-plus div#box-search ul li dl {
	padding: 3px;
	clear: both;
}
div#wrapper-plus div#box-search ul li dt {
	float: left;
	width: 145px;
	margin: 0px;
	padding: 5px 0px 0px;
	font-size: 0.9em;
	text-indent: 10px;

}
div#wrapper-plus div#box-search ul li dd {
	width: 570px;
	float: right;
	margin: 0px;
	padding: 0px;
}
div#bt-search {
	width: 650px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DBDBDB;
	text-align: center;
	padding-top: 5px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
}

