#flashBox{
	padding-top: 10px;
	height: 400px;
}

#commentBox{
	margin-top: 10px;
	margin-bottom: 10px;
}
#commentBox h3{
	width: 670px;
	height: 80px;
	background-image: url(../images/h3_bg.png);
	text-indent: -9999px;
}
#commentBox p{
	margin-top: 5px;
	font-size: 14px;
}

#shopdata{
	margin-top: 20px;
	margin-right: 15px;
	width: 350px;
	height: 300px;
	float: left;
	background-image: url(../images/shopdata.png);
	background-repeat: no-repeat;
	overflow: hidden;
}
#shopdata h2{
	margin-bottom: 35px;
	text-indent: -9999px;
}

#shopdata h3{
	margin-top: 20px;
	margin-left: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #444444;
}
#shopdata h4{
	margin-left: 20px;
	padding-left: 10px;
	font-weight: normal;
	color: #333333;
}

#shopdata dl{
	margin-left: 40px;
	margin-right: 40px;
	overflow: hidden;
}
#shopdata dl dt{
	color: #111111;
	width: 100px;
	line-height: 1.5em;
	float: left;
}
#shopdata dl dd{
	font-weight: normal;
	color: #111111;
	width: 150px;
	line-height: 1.5em;
	float: left;
}

#news{
	padding-top: 20px;
	padding-left: 10px;
	float: left;
}
#news h2{
	height: 50px;
	width: 500px;
	background-image: url(../images/h2_news.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	overflow: hidden;
}

#news dl{
	margin-left: 10px;
	width: 490px;
	height: 230px;
	overflow-y: scroll;
	overflow-x: hidden;
}
#news dl dt{
	margin-top: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-weight: bold;
	color: #842241;
	background-image: url(../images/dt_cap.gif);
	background-repeat: no-repeat;
}
#news dl dd{
	margin-bottom: 30px;
	padding-left: 10px;
}


#banner{
	margin-top: 20px;
	margin-left: 15px;
}
#banner img{
	margin-top: 10px;
	border: 0px;
}
