@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E6FAD6;
	background-image: url(images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}

#index {
	width:980px;
	margin:0 auto;
	position: relative;
}
#header {
	position: relative;
	width:980px;
	height: 44px;
}
#header_logo {
	position: absolute;
	width:279px;
	left: 0px;
	top: 20px;
}
#menu {
	position: absolute;
	width:345px;
	height:155px;
	right: 80px;
	top: 0px;
}
#header_card {
	width:73px;
	position: absolute;
	right: 0px;
	top: 5px;
}

#content {
	position: relative;
	width:980px;
	margin-top: 120px;
}
#content_L {
	float: left;
	width:470px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 22px;
	color: #316A89;
	letter-spacing: 1px;
}
#content_L ul{
	/*	list-style-type:none;
*/	margin:0px 5px;
	padding:0px;
	list-style-position: inside;
	list-style-type: disc;
}
#content_L ui{
	float:left;
}
#content_L_homestay {
	float: left;
	width:450px;
	left: 0px;
}

#content_R {
	float: right;
	width:500px;
	right: 0px;
}

#content_R_video {
	width:450px;
	font-size: 12px; 
	line-height: 22px; 
	color: #466f06; 
	font-weight: bold;
}
#content_R_data {
	width:450px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 22px;
	color: #466f06;
	letter-spacing: 1px;
}
#content_R_data a:link,#content_R_data a:visited{
	width:450px;
	font-size:12px;
	text-align:justify;
	text-justify:inter-ideograph;
	line-height: 22px;
	color: #FF00FF;
	letter-spacing: 1px;
}

#download {
	clear: both;
	position: relative;
	width:980px;
	padding-top: 40px;
}
#download_help{
	float: left;
	width:260px;
	font-size: 12px;
	line-height: 25px;
	color: #CC0000;
}
#download_help a:link{
	font-size: 15px;
	line-height: 25px;
	color: #CC0000;
	font-weight: bold;
}
#download_help a:hover{
	font-size: 15px;
	line-height: 25px;
	color: #CC0000;
	font-weight: bold;
}
#download_help a:visited{
	font-size: 15px;
	line-height: 25px;
	color: #CC0000;
	font-weight: bold;
}

#footer {
	clear: both;
	position: relative;
	width:980px;
	height: 70px;
	padding-top: 40px;
	background-image: url(images/bg_footer.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#footer_logo {
	position: absolute;
	width:900px;
	left: 40px;
	top: 50px;
	font-size: 13px;
	line-height: 22px;
	color: #4e7300;
	letter-spacing: 2px;
	text-align: center;
}
#footer_txt {
	position: absolute;
	width:400px;
	left: 550px;
	font-size: 12px;
	line-height: 18px;
	color: #4e7300;
	letter-spacing: 1px;
	top: 70px;
}
