/* CSS Document */
#main {
	min-height: 800px;
}
* html #main {
	height: 800px;
}
.keywordArea {
	background-color: #fff9d7;
	padding: 10px 15px;
	margin-bottom: 15px;
	color: #00a8ff;
}
.keywordArea strong {
	color: #0061bc;
	font-size: 15px;
}
.container {
	background: url(../images/container_bg.jpg) no-repeat;
	padding: 15px;
	height: 100%;
}
/* storeArea */
.storeArea {
	margin: 0;
}
.storeArea .store {
	margin: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	padding: 0 0px 10px;
	.padding: 0 0px 0px;
	_padding: 0 0px 0px;
}
.storeArea .pic{
	padding: 1px;
	border: 5px solid #eee;
	width: 218px;
	height: 128px;
	float: left;
	margin: 0 10px 0px 0;
	overflow: hidden;
}
.storeArea .info {
	float: left;
	width: 350px;
	position: relative;
}
.txt {
	background: url(../images/icon_redDot.jpg) 3px 8px no-repeat;
	padding-left: 13px;
	color: #cb0101;
}
.btn_map {
	position: absolute;
	top: 0px;
	right: 0px;
}
.btn_map a{
	width: 49px;
	height: 19px;
	display: block;
	background: url(../images/icon_map.jpg) 0px 0px no-repeat;
	text-indent: -9999px;
}
.coupon {
	border: 5px solid #eee;
	text-align: center;
	padding: 10px;
	margin-top: 10px;
}

.btnArea {
	margin: 10px;
	text-align: right;
}
.btnArea input{
	background: url(../images/btn_sent.jpg) no-repeat;
	width: 76px;
	height: 23px;
	border: none;
	color: #fff;
	cursor: pointer;
}

.map {
	width: 595px;
	height: 390px;
	background-color: #eee;
	margin-bottom: 15px;
}


/* txt */
.t15B {
	font-size: 15px;
	font-weight: 600;
}
.tBlue {
	color: #01609a;
}
.tRed {
	color: #c8161d;
}
.tOrange {
	color: #ff6900;
}
.tPink {
	color: #ff0283;
}

