@charset "UTF-8";

#page, #title {
	margin:0;
	padding:0;
}





/*----------------------------------------------------
 top
 ----------------------------------------------------*/
#bg {
	margin: 0;
	padding: 0;
	position:fixed;
	z-index: -1;
}


#container {
	z-index: 2;
	margin: 0 auto;
	padding: 0px;
	width: 1024px;
	min-height: 100%;
	height: auto !important;
	height:100%;
	position:relative;
	text-align: left;
}

#page {
	width:1024px;
	float:left;
	text-align:center;
	/*background-attachment: fixed;*/
}




#page #contents {
	margin-top:-20px;/*142*/
	padding:0px;
}




#text{
	margin-top:30px;
	margin-left:50px;
	color:#fff;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	
}
#text h3{
	margin-top:20px;
	margin-bottom:20px;
}



#text a:link{
	font-size:12px;
	color:#39C;
	text-decoration:underline;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
#text a:hover{
	font-size:12px;
	color:#33CCFF;
	text-decoration:underline;
	letter-spacing:0.08em;
	margin-bottom:30px;
}
