
html, body {
	height:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:18px;
	line-height:1.9em;
}


#stageMain {
	width:100%;
	position: relative;
	overflow: hidden;
	height:5200px;
}

#stageContent {
	position:absolute;
	top:0;
	left:50%;
	width:1200;
	margin:0 0 0 -600px;
}

#viewarea {
	width:900px;
	margin:0 auto;
	background-color:#CCC;
}

#footer {
	background:url(../img/line_dot_01.gif) left top repeat-x;
	clear:both;
	margin:50px auto 0 auto;
	padding-top:10px;
	text-align:center;
	width:900px;
	font-size:13px;
}

#footer p.footer_navi {
	background:url(../img/line_dot_01.gif) left bottom repeat-x;
	margin:0;
	padding:0;
}

#footer p,
#footer p a:link,
#footer p a:visited {
	color:#51523c;
}

#footer div {
	width:900px;
	font-size:13px;
	padding:0;
}