@charset "UTF-8";

/** $Id: default.css 2423 2010-03-30 01:51:39Z ogawa $ */
/**
 * ひごなび!プラス用 CSS
 *
 * @author ogawa@hitbit-inc.net
 * @copyright HitBit co.,ltd.
 * @since 2010-03-30
 * @lastmodified $Date: 2010-03-30 10:51:39 +0900 (火, 30 3 2010) $
 * @see guideline: Ver. 1.01
 */


/* Shop
----------------------- */
div#wrapper-shop {
	overflow:hidden;
}
div#wrapper-shop h3 {
	width: 700px;
	height: 97px;
	background: url(../images/title.png) no-repeat 0 0;
	margin:10px 0;
	text-indent:-1000000em;
	overflow:hidden;
}
div#wrapper-shop div.shop {
	width: 700px;
	overflow:hidden;
	margin-bottom: 10px;
}
div.shop h4 {
	width: 660px;
	height: 23px;
	min-height: 23px;
	padding: 7px 10px 0 30px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #333333;
	background: url(../images/bg_title.png) no-repeat 0 0;
}
div#container div.shop h4 a:link,
div#container div.shop h4 a:visited {
	text-decoration:underline;
	color:#333333;
}
div#container div.shop h4 a:hover {
	text-decoration:none;
	color:#333333;
}
div#container div.shop h4 a:focus,
div#container div.shop h4 a:active {
	text-decoration:underline;
	color:#333333;
}
div.shop span { font-weight: normal; }
div.shop p.photo {
	float: left;
	width: 102px;
}
div.shop div {
	float: right;
	width: 580px;
}
div.shop div p.buzz {
	font-weight: bold;
	color: #FF6600;
	margin-bottom:5px;
}
div.shop div p.updates {
	margin-top: 3px;
	color: #FF9934;
	text-align: right;
}
div.shop div p.txt { line-height: 1.3; }

ul.category-lst li {
	width:6em;
	min-height:1em;
	_height:1.2em;
	padding:1px;
	_padding:2px 1px 1px 1px;
	border:1px solid #660000;
	float:left;
	text-align:center;
	margin:5px 5px 0 0;
	font-size:0.8em;
	color:#660000;
}
*:first-child+html ul.category-lst li {
	height:1.2em;
	padding:2px 1px 1px 1px;
}

