@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrap {
	width: 1000px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	height: auto;
}
#wrap #head {
	height: 110px;
}

#wrap #navi {
	height: 35px;
	background-color: #F7C92B;
}
#wrap #pgleft {
	height: auto;
	width: 325px;
	float: left;
}
#wrap #pgleft p {
	margin: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	font-style: normal;
	color: #666;
}



#wrap #pgright {
	float: right;
	width: 670px;
	height: auto;
}
#wrap #pgright p {
	padding: 5px;
}

#wrap #foot {
	height: auto;
	clear: both;
	color: #F90;
	font-weight: bold;
	background-color: #FFF;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrap #navi #repleft {
	height: 200px;
	width: 500px;
	float: left;
	background-color: #0F0;
}
#wrap #navi #repright {
	float: right;
	height: 200px;
	width: 500px;
	background-color: #F00;
}

