@charset "utf-8";
/* CSS Document */
/* トップページ */

/* visual */
#content #visual {
	height:360px ;
	padding:0 ;
	margin-bottom:30px ;
	background:url(../img/visual_bg.gif) ;
}
#content #visual #flash {
	width:615px ;
	padding:5px ;
	padding-right:0;
	float:left ;
	}
#content #visual #top-r {
	width:200px ;
	float:right ;
	}
	
#content #visual #top-r span {
	display:none }


/* pickup ---------------------------- */
#content #pickup {
	width:180px ; height:auto ;
	margin-right:0px ;
	margin-bottom:30px ;
	padding:0 10px 0 0 ;
	float:left ;
	background:url(../img/line_y.gif) repeat-y right ;
}
#content #pickup ul li{
	font-size:12px ;
	list-style:none ;
	margin:15px 0 15px 0;
	padding-bottom:15px;
	background:url(../img/line_x.gif) repeat-x left bottom ;
}

#content #pickup ul li a {
	padding:4px 0px 4px 10px ;
	color:#633 ;
	font-size:12px;
	font-weight:600;
	text-decoration:none ;
	background:url(../img/pick_ico.gif) no-repeat left 3px ;
}

#content #pickup ul li a:hover {
	color:#F60 ;
}

#content #pickup ul li a img {
	margin:3px 0 ;
	}



/* news --------------------------- */
#content #news {
	width:400px ; height:auto ;
	margin:0 12px 30px 12px ;
	padding:0 10px 0 0px ;
	font-size:12px ;
	float:left ;
	background:url(../img/line_y.gif) repeat-y right ;
}
#content #news #news-bn p a {
	color:#000 ;
	font-weight:600 ;
	font-size:13px ;
	text-decoration:none ;
}
#content #news #news-ti{
	padding:5px 0 ;
	margin-bottom:0px;
	border-bottom : 2px solid #CD9866 ;
}

/* もっと見るリンク */
#content #news #news-ti a {
	width:auto ;
	height:20px ;
	line-height:20px;
	padding-right:16px ;
	display:block ;
	float:right ;
	color:#633;
	text-decoration:none ;
	font-size:12px ;
	background:url(../img_common/ico02.gif) no-repeat right ;
}
#content #news #news-ti a:hover{
	color:#F60 ;
	background:url(../img_common/ico01.gif) no-repeat right ;
}


/* data */
#content #news table {
	width:400px ;
	margin-bottom: 30px;
	line-height:1.3em;
	border-collapse:collapse;
	border-bottom : 2px solid #CD9866 ;
}
#content #news table tr {
	background:url(../img/line_x.gif) repeat-x bottom ;
}
#content #news table tr.end {
	background:none ;
}


#content #news table th {
	font-weight:normal ;
	width:90px;
	padding:10px 0 10px 0px ;
	text-align:left ;
	vertical-align:top ;
}
#content #news table th img{
	margin-right:4px}
#content #news table td {
	padding: 10px 10px 10px 0px;
}


/* NEWS バナー */
#content #news #news-bn {
	padding:0px 0 0 0 ;}

#content #news #news-bn p {
	clear:both;
	margin-bottom:16px ;
	padding-bottom:16px ;
	background:url(../img/line_x.gif) repeat-x bottom ;
	/*for IE 5.5-7*/
	zoom:1;
	}
#content #news #news-bn p:after{
	/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
	}

#content #news #news-bn img {
	margin-right:10px ;
	float:left}

#content #news #news-bn a {
	display:block ;
	margin-bottom:4px ;
	font-size:11px ;
}
#content #news #news-bn .day {
	float:right ;
	font-size:11px ;
	line-height:1.3em ;
}

/* goodslist ---------------------------- */
#content #goodslist {
	width:196px ; height:auto ;
	margin-bottom:30px ;
	padding:0 ;
	text-align:center ;
	float:left ;
}

#content #goodslist #g-top {
	background:#F8FAE5 ;
}
#content #goodslist img.g-ti {
	margin:0 0 10px 0 }

	
/* 商品カテゴリ */
#content #goodslist ul {
	text-align:left ;
	margin:0 0 10px 0 ;
	background:#F8FAE5 ;
	}
#content #goodslist ul li{
	font-size:14px ;	
	list-style:none ;
	margin:0px 0 0px 0;
	padding-left:10px;
	background:url(../img/line_x.gif) repeat-x bottom ;
}
#content #goodslist ul li.end{
	background:none;
	border-bottom: 1px solid #CC9866 ;
}

#content #goodslist ul li a {
	padding:0 0 0 20px ;
	display:block ;
	height:100% ;
	line-height:36px ;
	color:#633 ;
	font-size:14px;
	text-decoration:none ;
	background:url(../img_common/ico01.gif) no-repeat left ;
}

#content #goodslist ul li a:hover {
	color:#F60 ;
}

/* goods-bn */
#content #goodslist #g-bn img {
	margin-bottom:10px }


/* footer-info */
#content #footer-info {
	margin-bottom:30px ;
	padding:0 ;
	clear:both ;
}

