@charset   "Shift_JIS";
body {
	
  
  background-image : url(../img/bg.gif);
  background-repeat : repeat-x;
  background-attachment : scroll;
  color : #003100;
  text-align : center;
  width : 100%;
  right : auto;
}

#wrap {
	width: 1000px;
	text-align : left;
	margin: 0 auto;
  
  
  background-repeat : no-repeat;
  background-attachment : inherit;
  

  

  right : auto;
}

#inner {
	margin : 0px;
  
}

#mainWrap {
	width : 750px;
	float: right;
  
  text-align : center;
  
  
  padding-left : 50px;
  

  
  
}

#sideWrap {
	width : 200px;
	float: left;
  

  
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}
a{
  
  color : #004000;
}

a:link{
  color : #004000;
}

a:visited{
  color : #006600;
}

a:hover{
  color : #00b000;
}

a:active{
  color : #00b000;
}
