@charset "utf-8";
body {
	background-image: url(../img/bg_gear.gif);
	background-repeat: repeat;
	width:		100%; /* fukuda */
}

#header {
	width:100%;
	position:absolute;
	top:0;
	z-index:999;
	/* fukuda
	text-align:center;
	*/
}

/* fukuda */
#header #content{
	width:		900px;
	margin:		auto;
}

#wrapper {
	width:790px;
	background-color:#428600;
	margin:0 auto;
	padding:195px 5px 0;
}

#contents {
	background:url(../img/contents_bg.gif) no-repeat top right #fff;
	background-color:#fff;
	padding:25px 40px 10px;
}

#contents h1 {
	margin-bottom:12px;
}

.backtotop {
	width:690px;
	margin:0 auto;
	padding:15px 0 0;
	text-align:right;
}

.pagetop {
	width:690px;
	text-align:right;
	padding-top:15px;
	margin:0 auto;
}

#cont_footer {
	background:url(../img/footer_bg.gif) no-repeat #aed734;
	padding:140px 40px 20px;
	text-align:center;
	font-size:10px;
	overflow: hidden;
	position: relative;
}

#copyright {
	padding:20px 193px;
	text-align:center;
	overflow: hidden;
	position: relative;
}

#copyright ul {
	width:404px;
}

#copyright li {
	float:left;
}

.new_cont {
	position:relative;
}

.new_ico {
	width:42px;
	position:absolute;
	top:0;
	left:20px;
	z-index:1;
}
