/* CSS Document */
body{
	background:url(img/bg.gif) repeat;
}

#contents{
	background:#FFF;
	width:800px;
	margin:20px auto 10px;
	color:#300;
}

#contents #title{
	background:url(img/title.jpg) no-repeat;
	width:800px;
	height:246px;
	text-indent:-9999px;
}

#contents h2{
	font-size:1.5em;
	line-height:1.5em;
}

#contents #areaL{
	float:left;
	width:340px;
}

#contents #areaR{
	float:left;
	width:460px;
}

#contents #lead{
	background:url(img/lead.jpg) no-repeat;
	width:340px;
	height:209px;
	text-indent:-9999px;
}

#contents #att{
	background:url(img/att.gif) no-repeat;
	width:460px;
	height:99px;
	text-indent:-9999px;
}

#areaTxt{
	width:280px;
	margin:auto;
}

#areaContact{
	margin:20px auto;
	border:#b41f49 solid 2px;
	text-align:center;
}

#areaContact h2{
	background:#b41f49;
	color:#FFF;
}

#areaContact table{
	text-align:left;
	margin:10px auto;
}

#areaContact table th{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
}

#contents #shopList{
	margin-top:20px;
	padding:20px;
	background:#d7d1c8;
}

#copyright{
	background:url(img/copyright.gif) center no-repeat;
	width:800px;
	height:50px;
	text-indent:-9999px;
	margin:0 auto 20px;
}

.clPink{
	color:#831031;
}





