@charset "utf-8";
/* CSS Document */
body {
	background-color:#001c00;
	color:#84ba00;
	padding:0px;
	margin:0px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color:#dcfb08;
	text-decoration:underline;
}
a:hover{
	color:#dcfb08;
	text-decoration:underline;
}
#content {
	width:765px; 
	margin:0px auto;
}
#heard {
	width:765px;
	height:400px;
}
.box_txt {
	width:665px;
	height:auto;
	margin: 0px auto;
	padding-top:20px;
	}

.title {
	margin-bottom:20px;
}
.txt {
	line-height:150%;
	margin-left:5px;
}
.txt02 {
	line-height:180%;
	margin-left:5px;
	font-size:14px;
}
.txt p{
	margin:5px;
	padding:0px;
}
.line {
	width:765px;
	background-image:url(images/line.gif);
	height:1px; 
	font-size:0px;
	margin:15px 0px;
}
h4{color:#ffffff;}
.white{color:#dcfb08;}
#footer { height:30px; line-height: 50px; text-align:center;}
.clear {
	clear:both;
}

