@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.4;
	background-repeat: repeat-x;
	background-color: #82B64A;
	background-image: url(graphics_layout/bg_02.jpg);
}
.text_01 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.containtext {
}
.containmain {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #82B64A;
	background-image: url(graphics_layout/bg_01.jpg);
	background-repeat: no-repeat;
	height: 600px;
	width: 1000px;
}


.content {
	padding-top: 140px;
	padding-right: 0;
	padding-bottom: 10px;
	width: 530px;
	padding-left: 430px;
}

a:link {
	color: #ccff66;
	text-decoration: none; 
}
a:visited {
	color: #ccff66;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #ccff66;
}

a:hover {
	text-decoration: underline;
	color: #FFF;
}
body,td,th {
	color: #ccff66;
}


ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}


.container {
	width: 960px;
	background: #FFF;
	margin: 0 auto; 
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
