@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: "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: 60px;
}

header {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	width: 80%;
}

article {
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
	width: 80%;
}
h1 {
	padding-bottom: 10px;
}
h1 img {
	width: 200px;
	height: auto;
}

h2 {
	font-size: 150%;
	font-weight: bold;
	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-top: 5px;
	padding-bottom: 5px;
}
p {
	font-size: 117%;
	padding-bottom: 20px;
	text-align: left;
}

a {
	font-size: 109%;
	color: #3851ac;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	text-decoration: none;
}

footer {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 12px;
	color: #FFF;
	background-color: #000;
	text-align: center;
}

footer div {
	margin-right: auto;
	margin-left: auto;
	font-size: 92%;
	color: #FFF;
	text-align: center;
}
br {
	display: none;
}
