@charset "Shift_JIS";

/* ブラウザスタイルの初期化 */
/* ↓適宜追加すること！！ */
body, div, h1, h2, h3, h4, p,
ul, ol, li, dl, dt, dd, form, input, textarea,
table, tr, th, td, blockquote,
header, nav, section, article, aside, footer, hgroup {
	font-size: 100%;
	color: #333333;
	line-height: 1;
	margin: 0px;
	padding: 0px;
}
/* ↓HTML5要素、適宜追加すること！！ */
header, nav, section, article, aside, footer, hgroup {
	display: block;
}

/* スクロールバー */
html {
	overflow-y: scroll;
}

/* 汎用設定 */
body {
	background-color: #faf1dc;
}

a:link {
	color: #3300ff;
}
a:visited {
	color: #330066;
}
a:hover {
	color: #ff3333;
}
a:active {
	color: #ffcc66;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
section {
	margin-bottom: 30px;
}
strong {
	font-weight: bold;
	color: #ff0000;
}
em {
	font-weight: bold;
	font-style: normal;
}
address {
	font-style: normal;
	font-weight: normal;
}
small {
	font-size: 80%;
}
a img {
	border-style: none;
}
.clear-both {
	clear: both;
	overflow: hidden;
	height: 0px;
}
.gototop {
	text-align: right;
	margin: 20px;
}


/* 全体の囲み */
#container {
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	width: 840px;
}


/* ヘッダ */
header {
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #3366cc;
	padding-top: 50px;
	padding-bottom: 30px;
}
header #site-title {
	font-size: 54px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
header p {
	text-align: center;
}

#contents h2 {
	text-align: center;
	margin-bottom: 10px;
}

#contents p {
	text-align: center;
	line-height: 1.35;
	margin-bottom: 10px;
}

/* footerボックス */
footer {
	background-color: #e8bd5b;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#copyright {
	text-align: center;
}
