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

body{
	background:url(../image/bg.png) left top repeat;
	margin:20px 0 30px 0;
	font-family:Arial;
	font-size:12px;
}

a:link{
	text-decoration:none;
	border:none;
	color:#8cc63f;
}

a:hover{
	text-decoration:none;
	border:none;
	color:#8cc63f;
}

a:visited{
	text-decoration:none;
	border:none;
	color:#8cc63f;
}

img{
	border:none;	
}

.bg_table{
	background:url(../image/bg_table.png) left top repeat-y;
}

.div_index{
	border:0px solid #000; 
	height:565px;
	width:100%; 
	background:url(../image/bg_pac.gif) left top no-repeat;
}


.div_home{
	border:0px solid #000; 
	height:820px; 
	width:100%;
	background:url(../image/bg_mint.png) left center no-repeat;
}

.div_homeUp{
	 border:0px solid #000; 
	 padding-top:50px; 
	 padding-right:0px;
}

.bgTable{
	background:#FFF;
}

.tdHead{
	padding:10px 10px 10px 20px;	
}

.tdFooter{
	color:#8cc63f;
	font-size:11px;	
	padding-bottom:30px;
}

.tdHomeImg {
	padding-top:0px;	
}

.tdHomeText {
	padding-top:20px;	
}

div h2{
	color:#8cc63f;
	margin-left:20px;
	margin-top:0px;
	font-size:16px;
}

div p{
	margin-left:20px;
	font-size:17px;
	color:#808285;
	line-height:30px;
	text-align:justify;
}


.divHow{
	font-size:17px;
	color:#808285;
	line-height:30px;
	text-align:justify;
}

div h1{
	color:#8cc63f;
	margin-left:20px;
	margin-top:0px;
	font-size:20px;
}

.tdContactForm{
	padding-left:30px;
	font-size:18px;	
	color:#808285;
	height:40px;
}

.tdContactFormSubmit{
	padding-top:10px;
	font-size:18px;	
	color:#808285;
	height:50px;
}