@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
.clear {
	clear: both;	
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

li, p {
	color:#3F3F3F;
	font-size:0.7em;
	text-align: left;
}
body {
	text-align: center;
	background-color: #FFFFFF;
	font-family: "lr oSVbN, Osaka, qMmpS Pro W3";
}
#side_bg {
	height: auto;
	width: 960px;
	background: url(../img/side_bg.gif) repeat-y;
	margin: 0px auto;
}
#wrap {
	width: 900px;
	margin: 0px auto;
	border-top: 7px solid #004714;
	background: url(../img/wrap_bg.gif) repeat-x;
}
#main {
	width: 800px;
	margin: 0px auto;
}
#main a {
	color: #004714;
}
#main a:hover {
	color: #5A991C;
}
