body{
font-size:12px;
background: #eeeeee;
text-align: center;
margin: 0 auto;
color: #333;
}
#logo{
	margin: 0 auto;
	height: 70px;
	width: 680px;
	background-color: #92c134;
}
.top h1{
/*テキストを隠す設定*/
height: 60px;
width:680px;
text-align: left;
text-indent: 20px;
margin: 0 auto;
padding-top: 10px;
display: block;
}

h1#mark{
/*ロゴマークの枠を設置する設定*/
background: url(../color/shopLogoBack.png) 0 0 no-repeat;
}

h2{
margin: 20px 0px 5px 0px;
font-size: 18px;
}

h4{
font-size: 12px;
}


#whatnew{
/*//////////what new下の点線色。ここの色を変更する*/
border-top: 2px dotted #92c134;
padding-top:10px;
margin: 5px 0px 20px 0px;

}

#whatnew div{
margin-top: 5px;
font-size: 12px;
}

/*//////////日付のcss//////////*/
.date{
color: ##92c134;
}

/*//////////バナーのcss//////////*/
.bana{
margin-top: 5px;
}

