@charset "utf-8";
/* CSS Document */

body {
	text-align: center;
}
* {
	padding: 0px;
	margin: 0px;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#top #caption {
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 70%;
}
#maincontent {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-left-color: #000;
	text-align: justify;
}
#main {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#maincontent .cont {
}
#maincontent .cont .border {
	border-bottom: 2px solid #003A8C;
}
.space {
	height: 15px;
}
.small {
	font-size: 90%;
}
#footer {
	text-align: center;
	height: auto;
}
