@charset "utf-8";
html,body,div,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,p,form,table,th,td,img,input{
	margin:0;
	padding:0;
	border:none;
	text-decoration:none;
	list-style:none;
	line-height: 24px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333;
}
body{
	color: #333;
	background-image: url(images/index_01.jpg);
	background-repeat: repeat-x;
	background-color: #4d9414;
}

.main {width: 1026px; margin:0 auto;}

.bot{
	font-size: 12px;
	height: 55px;
	text-align:center;
	background-color:#91bb6f;
    padding-top: 10px;
}
a {
	font-size: 12px;
	color: #333;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #339;
	text-decoration: none;
	
}
a:active {
	color: #333;
	
	text-decoration: underline;
}
a:link {
	color: #060;
	text-decoration: none;
}