@charset "utf-8";
/*layout*/

#head {
	margin: auto;
	width: 100%;
	background-image: url(../img/head_back.png);
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}
#head .clear {
	background-image: url(../img/head_foot_back.png);
	background-repeat: no-repeat;
	height: 17px;
	background-position: bottom;
}
#foot {
	background-image: url(../img/foot_back.png);
	background-repeat: no-repeat;
	margin: auto;
	width: 100%;
	height: 102px;
	background-position: center top;
	color: #FFFFFF;
	text-align: center;
	padding-top: 20px;
}
#foot a{ color:#ffffff;}
#foot #copy { margin-top:5px;}