/* =============================================================================
  基本
   ========================================================================== */
html,body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1020px;
	height: 100%;
	background-color: #000;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:13px;
	line-height: 160%;
	text-align: center;
}

img {
	vertical-align: bottom;
}


#wrapper {
	width: 100%;
	min-width: 996px;
    background-image: url(../img/intro_back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}

	
	
/* =============================================================================
   メイン部分
   ========================================================================== */
#container1 {
	position: relative;
	width: 996px;
	height: 1400px;
	margin: 0 auto;
}

#intro_lead {
	position: absolute;
	top: 82px;
	right: 0;
}

#intro_title {
	position: absolute;
	top: 82px;
	left: 0;
}

#text {
	position: absolute;
	top: 464px;
	left: 32px;
	text-align: left;
}

.lead_text {
	margin-left: -32px;
	margin-bottom: 26px;
}

.text {
	width: 370px;
}

#link {
	margin: 80px auto 0;
}
