@charset "utf-8";

/*------------------------------------------------------------------

	base.css
 
------------------------------------------------------------------*/

body{
	color: #482704;
	min-width: 1000px;
	position: relative;
	min-height: 1000px;
	line-height:150%;
	background:url(../img/bg.png) repeat;
	}

.alphaOver a:hover img {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:	.7;
	opacity:	.7;
	zoom:1
	}
a,
a:link{
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}



header{
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}
header p{
	font-size:13px;
	padding-bottom: 10px;
}
header p span a{
	font-size: 20px;
	color: #2baa3f;
}
header p span a:hover{
	text-decoration: none;
}
header h1{ float:left;}

	#gnav{
		float: right;
	margin: 0px auto;
	padding-top: 6px;
}
	#gnav li{ float:left; margin-right:0px;}
	

#gnav_sp{display:none;}


#contents{
	width: 100%;
	position: relative;
}


#pagetop{ width:1000px; text-align:right; margin:0 auto;}

/*footer*/
footer{
	position: relative;
	padding-top: 5px;
	padding-bottom: 34px;
	color: #59493f;
}

footer a{ color:#59493f;}

#copyright{
	width: 100%;
	max-width:1000px;
	padding: 0;
	text-align: center;
	font-size: 12px;
	
	padding-top:10px;
	margin:auto;
}
#copyright .btmlink{border-bottom: 1px solid #59493f; padding:5px; width: 100%;}
#copyright p{ font-size:12px !important; line-height:150% !important;}
#copyright p a{ color:#59493f;}
