@charset "UTF-8";
html,
body {
	height: 100%;
	margin: 0px;
}
#container{
	width: 100%;
	min-height: 95%;
	height: auto !important;
	height 95%;
	background-size: cover;
	background-image: url(../img/minamo2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#main_bottom {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	margin-top: 30%;
}
.midashi01 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-bottom: 2px;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
#mongon2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}




#container #header{
	width: 100%;
	background-color: #36F;
	height: 30px;
	line-height: 30px;
	padding-left: 150px;
}
#container #contants{
	min-height: 100%;
}
#footer{
	width: 100%;
	height: 5%;
	background-color: #3366FF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	line-height: 30px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
}
