@charset "shift_jis";

/* ------------------------------------common */
* {
	font-family: "ヒラギノ角ゴ Pro W4",ヒラギノ角ゴ Pro W4,Hiragino Kaku Gothic Pro,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック",sans-serif;
	margin: 0;
	padding: 0;
}
body {	
	/*background: url(../images/bg.gif) repeat;*/
	text-align: center;
}
img {
	border: 0;
	vertical-align: bottom;
}
#box {background-image: url(../images/bg.gif);}

/* ------------------------------------layout */
#container {
	margin: 0px auto;
	width: 994px;
	text-align: left;
}
#nf #container { width: 480px; }

/* ------------------------------------index */
#ind_block {
	position: relative;
	top: 0px;
	left: 0px;
	height: 704px; 
}
#ind_contents {
	position: absolute;
	z-index: 1;
	top: 25px;
	left: 0;
}

/* ------------------------------------noflash */
#nf_block {
	margin-top: 25px;
	margin-bottom: 7px;
	background: url(../images/nf_bg.gif) repeat-y top center;
	text-align: center;
}

#nf_contents {
	background: url(../images/nf_btmr.gif) no-repeat bottom center;
	padding-bottom: 63px;
}
#nf_contents div {
	background: url(../images/nf_topr.gif) no-repeat top center;
	padding-top: 43px;
}

#nf_contents h1 { margin-bottom: 32px; }
#nf_contents p {
	margin-bottom: 17px;
	color: #008a00;
	font-size: 11px;
	line-height: 2;
}