/*===== h ===========================*/
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	color: #007BBF;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
}

h4 {

	font-size: 14px;
	font-weight: bold;
	color: #666;
	font-family: "Trebuchet MS", "Tahoma", sans-serif;
}

.h3bg {
	background-image: url(images/h2_bg.gif);
	height: 38px;
	padding-left: 5px;
	margin: 0px;
	padding-top: 12px;
}

/*===== hr ===========================*/
hr {
	border-top: 1px dashed #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

/*===== bg ===========================*/
.topicbg {
	margin: 15px 5px 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	background-color: #F7F7F7;
	padding: 10px 5px;
	border-bottom-style: dotted;
}

/*===== margin ===========================*/

.mgnT3 {margin-top: 3px;}

.mgnT5 {margin-top: 5px;}

.mgnT7 {margin-top: 7px;}

.mgnT10 {margin-top: 10px;}

.mgnT15 {margin-top: 15px;}

.mgnT20 {margin-top: 20px;}

.mgnT30 {margin-top: 30px;}

.mgnT40 {margin-top: 40px;}

.mgn3 {margin: 3px;}

.mgn5 {margin: 5px;}

.mgn10 {margin: 10px;}

.mgnW5 {margin-right: 5px; margin-left: 5px;}

.mgnW9 {margin-right: 9px; margin-left: 9px;}

.mgnW10 {margin-right: 10px; margin-left: 10px;}

.List {
	margin-bottom: 10px;
}
.List table {
	background-color: #CCCCCC;
}
.List th {
	background-color: #B7E3F2;
	font-weight: normal;
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
}
.List td {
	background-color: #FFFFFF;
	padding: 3px;
}	
.resortmap {
	height: 513px;
}

/*===== txt ===========================*/
.FF0000 {
	color: #FF0000;
}

.txt10px {
	font-size: 10px;
}

.ul li
	{
	padding-left: 12px;
	background: transparent url(../images/icon_list01.gif) no-repeat 0% 5px;
	list-style-type: none;
	}

.boxWhat {
	margin-bottom: 20px;
}
.boxWhat  p.tit {
	margin-bottom: 10px;
	padding-left: 5px;
	font-weight: bold;
	padding-right: 5px;
}
.noTxt {
	color: #FF0000;
	text-decoration: line-through;
}

