* {
	margin: 0;
	padding: 0;
	border: 0;
}

BODY {
	background: #CCCCCC;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #523A38;	
}

#all {
	width: 740px;
	border: #000000 1px solid;
	border-width: 0 1px 0 1px;
	background: #FFFFFF;
}

.image {
	float: left;
}

#desc01 {
	float: left;
	background: url(images/index/img10.jpg) no-repeat;
	width: 343px;
	height: 57px;
	text-align: left;
	padding: 25px 60px 0 15px;
}

#tour_desc01 {
	float: left;
	background: url(images/tour/img02.jpg) no-repeat;
	width: 205px;
	height: 83px;
	text-align: left;
	padding: 40px 0 0 7px;
	color: #000033;
}
#tour_desc02 {
	float: left;
	background: url(images/tour/img04.jpg) no-repeat;
	width: 168px;
	height: 83px;
	text-align: left;
	padding: 40px 40px 0 9px;
	color: #000033;
}
#tour_desc03 {
	float: left;
	background: url(images/tour/img12.jpg) no-repeat;
	width: 364px;
	height: 55px;
	text-align: left;
	padding: 25px 40px 0 5px;
}

#tour2_desc01 {
	float: left;
	background: url(images/tour2/img01.jpg) no-repeat;
	width: 277px;
	height: 83px;
	text-align: left;
	padding: 40px 0 0 38px;
	color: #000033;
}
#tour2_desc02 {
	float: left;
	background: url(images/tour2/img03.jpg) no-repeat;
	width: 165px;
	height: 83px;
	text-align: left;
	padding: 40px 40px 0 12px;
	color: #000033;
}

#join_desc01 {
	float: left;
	background: url(images/join/img01.jpg) no-repeat;
	width: 300px;
	height: 170px;
	text-align: left;
	padding: 20px 0 0 58px;
	color: #000033;
}
#join_desc02 {
	float: left;
	background: url(images/join/img06.jpg) no-repeat;
	width: 365px;
	height: 43px;
	text-align: left;
	padding: 40px 35px 0 8px;
	color: #000033;
}

.block {
	background: url(images/index/img16.jpg) no-repeat;
	width: 670px;
	height: 330px;
	padding: 0 30px 0 40px;
	clear: both;
	display: block;
}

.block_desc {
	float: left;
	clear: both;
	text-align: left;
	padding: 10px 0 0 0;
	width: 410px;
}

.block_left {
	float: left;
	width: 430px;
	padding: 0 0 0 10px;
}

.block_right {
	float: left;
	width: 230px;
	padding: 40px 0 0 0;
}

.block_thumb {
	border: #000000 1px solid;
	border-width: 1px 0 0 1px;
	float: left;
	margin: 40px 0 0 0;
}

.block_flash {
	border: #000000 1px solid;
	float: left;
	margin: 0 0 15px 0;
}

.thumb {
	float: left;
	width: 142px;
	height: 101px;
	border: #000000 1px solid;
	border-width: 0 1px 1px 0;
}

#join {
	background: url(images/join/img08.jpg) no-repeat;
	width: 660px;
	height: 340px;
	padding: 0 30px 0 50px;
	clear: both;
	display: block;
}

#join_left {
	float: left;
	width: 330px;
	margin: 100px 0 0 0;	
}

#join_right {
	float: left;
	width: 300px;
	margin: 50px 0 0 20px;
}

.join_header {
	font-size: 18px;
	font-weight: bold;
}

UL.list li {
	list-style: none;
	background: url(images/join/bullet.gif) 0 3px no-repeat;
	text-align: left;
	padding: 0 0 15px 25px;
	font-weight: bold;
}

#footer {
	width: 600px;
	padding: 50px 0 20px 0;
	clear: both;
}

H3 {
	font-size: 18px;
	font-weight: bold;
}

INPUT {
	width: 250px;
	background: #CCCCCC;
	border: #000000 1px solid;
	margin: 5px 0 0 0;
}

a:link, a:visited {
	color: #CC0000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}