@charset "utf-8";
* {
	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;
	text-align: center;
}
#top #caption {
	text-align: center;
	font-weight: bold;
}
h1 {
	font-size: 70%;
}

#main {
	width: 850px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#click-zoom {
	text-decoration: underline;
	text-align: right;
}
#menu {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	text-align: center;
	clear: both;
}
