@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	vertical-align: baseline;
	line-height: 1.5em;
	color: #333333;
}

body {
	background-attachment: scroll;
	background-image: url(../img/header_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 130px;
}

header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

article {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 100px;
	padding-right: 10px;
	padding-left: 10px;
}
h1 {
	text-align: center;
	padding-bottom: 15px;
}
h2 {
	font-size: 200%;
	font-weight: bold;
	padding-top: 15px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	padding-bottom: 10px;
	line-height: 1em;
}
p {
	font-size: 117%;
	padding-bottom: 20px;
	line-height: 1.6em;
}

a {
	font-size: 117%;
	color: #3851ac;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	text-decoration: none;
}

footer {
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 20px;
	padding-bottom: 12px;
	background-color: #000;
}

footer div {
	margin-right: auto;
	margin-left: auto;
	font-size: 92%;
	color: #cccccc;
	text-align: center;
}
