@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
body {
	/*background-image: url(../images/bg_c.png);
	background-repeat: repeat;*/

}

#upper_wrap {
	margin: auto;
	background-color: #FFF;
	height: 680px;
	background-image: url(../images/head_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
}

#upper_wrap h1 {
	margin: auto;
	width: 100%;
	height: 550px;
	text-align: center;
	padding-top: 30px;
}




#wrapper {
	width: 960px;
	height: auto;
	overflow: hidden;
	margin: auto;
	/*	background-image: url(../images/bgline.png);*/
	background-repeat: repeat-y;/*	padding-left: 5px;*/
}
#content {
	width: 960px;
	height: auto;
	background-color: #FFF;
}

.errorDucument {
  text-align: center;
}


h1 {
  font-size: 30px;
  margin: 50px 0;
  color: #add700;
}

.goStartPageBtn {
  display: block;
  margin: 30px auto;
  text-decoration: none;
  width: 200px;
  line-height: 24px;
  padding: 10px 0;
  border-radius: 5px 5px 5px 5px;
  background-color: #eeeeee;
  color: #555555;
}



#foot {
	height: auto;
	color: #57bcfd;
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 960px;
	padding-top: 9px;
	padding-bottom: 8px;
}

/*---フォント---*/
