@charset "UTF-8";
body {
	background-color: #9FF4FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrapper {
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	background-color: #ffffff;
	margin-top: 0px;
}
#wrapper #headder {
	height: 50px;
	background-color: #C3F8B6;
	text-align: center;
	font-size: 20px;
	padding-top: 10px;
}
#wrapper #main {
	background-color: #FFFFFF;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 100px auto 100px auto;
	line-height: 1.5;
	height: auto;
	font-size: 18px;
}
#wrapper #main #slide {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14pt;
	line-height: 1.5em;
	color: #666;
}
#wrapper #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	text-align: center;
	height: 30px;
	background-color: #737373;
	color: #ffffff;
	padding-top: 5px;
}
#main #logoImg img {
	margin: auto auto 20px auto;
}
#slide img {
  height: auto;
  vertical-align: top;
  width: 100%;
}
