@charset "utf-8";
/*+++++++++++++++++++++++++++++++++++++++++++ top */
/* header */
#header {
	height:578px;
	background-image:url(../images/mainVisual_top.jpg);
}
#header h1 a {
	height:578px;
}

#contents { }
/* トピックス */
#contents h2{margin-bottom:12px;}
#contents #topics {}
#contents #topics h2 { margin-bottom:20px;}
#contents #topics h2 #topicsText {margin-right:520px; }
#contents #topics dl {
	margin:0;
	padding:5px 10px 0 5px;
}
#contents #topics dl dt {
	width:120px;
	padding:0 10px;
	clear:both;
	float:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#6C6D4E;
	background-image:url(../images/icon1.gif);
	background-repeat:no-repeat;
	background-position:right 10px;
}
#contents #topics dl dd {
	padding:2px 0 5px 148px;
	background-image:url(../images/dotline2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
/* 新着商品 */
#contents #newItem {}
#contents #newItem ul {
	margin:0;
	padding:0;
	clear:left;
}
#contents #newItem ul li {
	width:158px;
	float:left;
	margin:0;
	list-style:none;
	padding:16px 8px 0;
}
#contents #newItem ul li img { margin-bottom:5px; }
/* お知らせ */
#contents #news { clear:both; }
#contents #news ul {
	margin:0;
	padding:0;
}
#contents #news ul li {
	margin:10px;
	padding:10px;
	background-image:url(../images/dotline2.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}
#contents #news dl dt {
	float:left;
	text-align:center;
	width:70px;
	color:#6C6D4E;
}
#contents #news dl dd {
	margin:5px 0 5px 70px;
	padding-left:10px;
	border-left:4px solid #A5A07E;
}


