﻿@charset "utf-8";


/* FLASH
----------------------------------------------- */


/* ニュース
----------------------------------------------- */
div#newsarea {
    width: 540px;
    margin: 0 auto;
}

div#newsarea h2 {
	margin-bottom: 9px;
}

div#newsarea dl {
	margin: 10px 0 0 0;
}

div#newsarea dt{
	width:104px;
    color: #8D722D;
	float:left;
}

div#newsarea dd {
	width:430px;
	float:right;
}

div#newsarea dd a {
	text-decoration:none;
	color:#7C6941;
}

/* おすすめ
----------------------------------------------- */
div#recomendarea {
	width:540px;
}

div#recomendarea table {
	width:540px; 
}

div#recomendarea h2{
	margin-bottom: 9px;
}

div#recomendarea table td {
    width: 180px;
    padding-left:8px;
    padding-right:8px;
    vertical-align:top;
    text-align:center;
}

div#recomendarea table td.nabe0 {
	padding-left:0;
}

div#recomendarea table td.nabe2 {
	padding-right:0;
}

div#recomendarea table td a.item_photo {
	display:block;
	width:169px;
	height:150px;
	padding-top:2px;
	background: url(../img/products/bg-list_frame.gif) no-repeat center top;
}

div#recomendarea table td h3 {
	text-align:left;
	min-height:3em;
	height:auto !important;
	height:3em;
}

div#recomendarea table td h3 a {
	display:block;
	text-decoration:none;
	color:#613915;
	background: url(../img/top/line-osusume_price.gif) no-repeat center bottom;
}

div#recomendarea .price {
	color: #575757;
	text-align:left;
}


/* 商品をさがす
----------------------------------------------- */
div#categorybanner {
	width:540px;
	height:284px;
}

div#categorybanner h2{
	margin-bottom: 9px;
}

div#categorybanner li#new {
	float: left;
	margin-bottom: 14px;
}

div#categorybanner li#baby {
	float: right;
	margin-bottom: 14px;
}

div#categorybanner li#kids {
	float: left;
}

div#categorybanner li#casual {
	float: right;
}

	
