@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}
img, abbr, acronym, fieldset {
	border: 0;
}
body {
	background: url(../images/bk_dot.gif);
	font: 12px/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* CSS Document */

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#wrapper p {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	color: rgba(204,204,204,1);
	text-align: center;
	line-height: 2.2em;
}
#wrapper img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
#wrapper a {
	color: rgba(224,202,73,1);
	text-decoration: none;
}
#wrapper a:hover {
	color: rgba(225,184,161,1);
	text-decoration: underline;
}
#footer {
	display: block;
	padding-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	position: absolute;
	bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
	width: 100%;
	text-align: center;
	color: rgba(204,204,204,1);
}
