@charset "UTF-8";
/* CSS Document */

body {
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrapper {
	background-color: #FFF;
	width: 710px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#wrapper .ffoHeader {
	background-image: url(img/ffoHeader.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 710px;
}
#wrapper .ffoHeader h1 a {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 710px;
	display: block;
	text-indent: -9999px;
}
#wrapper #contentsWrapper {
	background-color: #FFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#wrapper .ffoFooter {
	background-image: url(img/ffoFotter.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 680px;
	height: 70px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
#wrapper .ffoFooter h5 a {
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 70px;
	width: 680px;
}
.clearfloat {
	clear: both;
	visibility: hidden; 
	height: 0;
	overflow : hidden;
	font-size: 0;
	content : "";
}

