@charset "UTF-8";
@import url(reset.css);

/* ---------------------------------------------------------------- *
	基本要素の設定
 * ---------------------------------------------------------------- */

a {
	color:#ffffff;
	text-decoration:underline;
}

/* ---------------------------------------------------------------- *
	全体に関する設定
 * ---------------------------------------------------------------- */
body {
	background:;
	padding:0;
	text-align:center;
	background:#C61A22;
	font-size:12px;
  font-family:Optima,"Meiryo","メイリオ","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka, serif;
}
#container {
	background: url(../img/body-bg.gif) center 100px no-repeat;
}
#header {
	padding:53px 0 17px 0;
}
#body {
	height:369px;
}
#footer {
	}
	#footer-inner {
		width:724px;
		text-align:left;
		margin:0 auto;
		position:relative;
	}
	#footer-text {
		position:absolute;
		top:-74px;
		left:0;
	}
	#footer-link {
		position:absolute;
		top:20px;
		right:0px;
		}
		#footer-link a {
			display:inline-block;
			margin-left:10px;
		}
