@charset "utf-8";

/* /////////////////////////////////////////////////////////////////////////// TOPPAGE */

/* スライド
#topMain {
	overflow:hidden;
	zoom:1;
	height:280px;
}


#slide01 ul,
#slide02 ul {
 position:relative;
 width:465px;
 height:280px;
}

#slide01 li,
#slide02 li {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 opacity:0.0;
 width:465px;
 height:280px;
}

#slide01 li.active,
#slide02 li.active {
 z-index:10;
 opacity:1.0;
}

#slide01 li.last-active,
#slide02 li.last-active{
 z-index:9;
}


#slide01,
#slide02 {
 width:465px;
 line-height:280px;
 float:left;
}
*/

#topMain {
 width:930px;
	height:280p;
	padding:10px;
	background:url(images/main_bg01.gif) no-repeat 0 0;
}

/* スライド*/
#topMain ul {
 position:relative;
 width:930px;
 height:280px;
}

#topMain li {
 position:absolute;
 top:0;
 left:0;
 z-index:8;
 opacity:0.0;
 width:930px;
 height:280px;
}

#topMain li.active {
 z-index:10;
 opacity:1.0;
}

#topMain li.last-active{
 z-index:9;
}


#blog {
 margin-bottom:30px;
}

/*rss*/
#feed {
	padding-top:10px;
}

#feed dt{
 padding-top:5px;
 width:108px;
 background:url(images/common_arrow01.gif) no-repeat 100% 50%;
}

#feed dd {
 padding:0 0 5px 118px;
 margin:-1.9em 0 0 0;
 border-bottom:1px dotted #ccc;
}

.icon_new {
	margin-left:3px;
	vertical-align:baseline;
}

#tour {
	margin-bottom:30px;
}

#tour dt{
	font-weight:bold;
	font-size:117%;
}

#tour dt a {
	background:url(images/common_arrow02.gif) no-repeat 0 0.4em;
	padding-left:15px;
}

#tour dt span {
	font-size:87%;
	font-weight:normal;
	color:#999;
	margin-bottom:10px;
}

#tour dd {
	padding-left:15px;
	overflow:hidden;
	zoom:1;
}

#tour dd em,
#tour dd span {
	display:block;
	float:left;	
}

#tour dd em {
	width:90px;
}

#tour dd span {
	width:555px;
}

#shopText {
	width:390px;
	float:left;
}

#shopData {
	border:1px solid #71bc22;
	background:#faffe6;
}

#shopDetail {
	padding:5px 10px 10px;
}

#shopPhoto {
	width:250px;
	float:right;
}

.bg_green {
	background:#71bc22;
	color:#fff;
}



/* news */
#newsBox {
 margin-bottom:20px;
}

#titleBox {
 border-top:1px solid #ddd;
 border-left:1px solid #ddd;
 border-right:1px solid #ddd;
 padding:1px;
 overflow:hidden;
 zoom:1;
}

#titleBox h1 {
 width:598px;
 height:41px;
 float:left;
}

#titleBox #btnList {
 width:58px;
 height:41px;
 float:right;
}

#titleBox #btnList {
 width:58px;
 height:41px;
 float:right;
}

#titleBox #btnList a {
 display:block;
 width:58px;
 height:41px;
 text-indent:-999em;
 overflow:hidden;
 background:url(images/btn_list.gif) no-repeat 0 0;
}

#titleBox #btnList a:hover {
 background-position:0 -41px;
}

#newsList {
 border:1px solid #ddd;
 padding:1px;
}

#newsInner {
 padding:4px;
 background:#f4f7ea;
}

#newsInner dl {
 background:#fff;
 width:628px;
 padding:0 10px 10px;
}

#newsInner dt {
 width:75px;
 padding:1em 5px 0 0;
 background: url(images/common_arrow01.gif) no-repeat 100% 1.7em;
}
 
#newsInner dd {
 margin:-1.9em 0 0;
 padding:0 0 1em 90px;
 border-bottom:1px dotted #ccc;
}

/* banner */
#topBnr {
 padding-bottom:19px;
 background:url(images/bnr_shadow.gif) no-repeat 0 100%;
 margin-bottom:5px;
}

/* event */
#eventBox h1 {
 margin-bottom:10px;
}

.eventThum {
 border:1px  solid #ddd;
 padding:3px;
}

.evebtTitle {
 font-size:117%;
 font-weight:bold;
}

.icon_event {
 display:block;
 padding-bottom:3px;
}

.btnDetail {
 overflow:hidden;
 zoom:1;
 padding-top:5px;
}

.btnDetail a {
 display:block;
 width:91px;
 height:23px;
 text-indent:-999em;
 overflow:hidden;
 float:right;
 background:url(images/btn_detail.gif) no-repeat 0 0;
}

.btnDetail a:hover {
 background-position:0 -23px;
}

/* 築地商品 */
.roundBox {
	background:url(images/top_item_bg01.gif) repeat-y 0 0;
}

.roundText {
	background:url(images/top_item_bg02.gif) no-repeat 0 100%;
	padding-bottom:10px;
}

.itemList {
	overflow:hidden;
	zoom:1;
	margin:3px 0 0 10px;
}

.itemList li {
	float:left;
	margin-right:5px;
}