@charset "utf-8";
/* ===================================================================
 file name  :top.css
 style info :index.html 用スタイル
=================================================================== */

#MainImg{
	clear:both;
	margin: 0 auto 21px;
}

#Contents{
	font-size:x-small;
}


/* 一列目
-------------------------------*/

#Contents .content1{
	margin:0 auto 23px;
}


#Contents .content1 .left{
	width:310px;
	float:left;
}

#Contents .content1 .left div{
	margin:0 auto 8px;
}

#Contents .content1 .left h1{
	color:#d25337;
}


#Contents .content1 .AromaShop{
	width:620px;
	float:right;
	border:1px solid #999;
}

#Contents .content1 .AromaShop .photo{
	float:left;
}

#Contents .content1 .AromaShop .photo img{
	margin: 9px 10px;
}

#Contents .content1 .AromaShop .txtbox{
	float:left;
	width: 301px;
}

#Contents .content1 .AromaShop .txtbox h2{
	margin: 9px 0;
}

#Contents .content1 .AromaShop .txtbox .OnlineShopBtn{
	margin:9px 0;
}


/* 二列目、三列目
-------------------------------*/

#Contents .content2{
	margin:0 auto 15px;
}


#Contents .content2 .left{
	width:460px;
	float:left;
}

#Contents .content2 .right{
	width:460px;
	float:right;
}

#Contents .content2 .photo{
	float:left;
}

#Contents .content2 .photo img{
	margin:0 9px 0 0;
}

#Contents .content2 .txtbox{
	width:226px;
	float:right;
}

#Contents .content2 .txtbox h2{
	margin: 0 0 9px 0;
}


