@charset 'UTF-8';


h3 {
	float: left;
	width: 685px;
	height: 50px;
	margin-left: 10px;
	margin-bottom: 15px;
	padding-left: 20px;
	font-size: 30px;
	color: #ee0000;
	line-height: 50px;
	border-left: 10px solid #a0a0a0;
}

h3 > span {
	padding-left: 10px;
	font-size: 18px;
	font-weight: lighter;
	color: #444;
}

h4 {
	float: left;
	width: 715px;
	height: 50px;
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
}


#btnAppForm a {
	width: 300px;
	height: 50px;
	padding: 20px 40px;
	border-radius: 10px;
	border: 3px solid #a0a0a0;
	background: #f9f00b;
	color: red;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
}

#btnAppForm a:hover {
	background:#ffff00;
}

.alertMes {
	
}

/* Start framePageTitle */
#framePageTitle {
	width: 100%;
	height: 90px;
	margin: 0px auto;
	margin-bottom: 30px;
	background: url(../../common/images/headerBg.png) repeat;
}

#areaPageTitle {
	width: 980px;
	height: 90px;
	margin: 0px auto;
}

#areaPageTitle h2 {
	margin-left: 10px;
	padding: 0px;
	font-size: 30px;
	font-weight: lighter;
	line-height: 90px;
	color: #fff;
	border: 0px;
}
/* End framePageTitle */



/* Start frameNavPosition */
#frameNavPosition {
	width: 100%;
	margin: 0px auto;
	margin-bottom: 30px;
}

#areaNavPosition {
	width: 970px;
	margin: 0px auto;
	padding-left: 10px;
	font-size: 14px;
}
/* end frameNavPosition */


/* start #contentMessage */
#contentMessage {
	float: left;
	width: 735px;
	margin-left: 10px;
	margin-bottom: 40px;
	line-height: 24px;
	padding-left: 10px;
}
/* end #contentMessage */




#areaContent p {
	float :left;
	width: 735px;
	margin: 15px 10px;
	line-height: 24px;
}





table {
	border-collapse: collapse;
}

.tblHead {
	background: #666;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

td {
	padding: 10px;
	font-size: 14px;
	vertical-align: middle;
	border-bottom: 1px solid #aaa;
}

.essential {
	margin-left: 10px;
	padding: 3px 10px;
	background: #bb0000;
	border-radius: 5px;
	font-size: 12px;
	color: #fff;
}


input[type=text] {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 5px;
}

textarea, select {
	padding: 5px;
	border: 1px solid #999;
	border-radius: 5px;
}

.address_post01, .shop_post01 {
	width: 30px;
	text-align: center;
}

.address_post02, .shop_post02 {
	width: 40px;
	text-align: center;
}


#btn01 {
	width: 300px;
	height: 50px;
	padding:10px;
	border-radius:10px;
	border: 0px solid #fff;
	background:#099;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	cursor:pointer;
}

#btn01:hover {
	background:#0aa;
}

#btn02 {
	width: 300px;
	height: 50px;
	
	padding:10px;
	border-radius:10px;
	border: 0px solid #fff;
	background:#999;
	color:#fff;
	font-weight: bold;
	font-size: 16px;
	text-align:center;
	cursor:pointer;
	margin-left: 20px;
}

#btn02:hover {
	background:#aaa;
}

