﻿@charset "UTF-8";

/* ---------- 初期設定 ---------- */
* {
	margin: 0px;
	padding: 0px;
}
header, footer, article, section, nav {
	display: block;
}
body {
	font-size: 13px;
	color: #606060;
}

/* ---------- 全体設定 ---------- */
#wrapper {
	width: 428px;
	height: 600px;
}
header {
	margin-bottom: 30px;
}

/* ---------- ヘッダー ---------- */
header h1{
	font-size: 15px;
	text-align: center;
}

/* ---------- 記事 ---------- */
article dl {
	margin-left: 10px;
}
article dl dt {
	margin-bottom: 20px;
}
article dl dd {
	padding-left: 20px;
	margin-bottom: 30px;
}
article .links {
	margin-bottom: 15px;
}
article table {
	padding-left: 10px;
}
article table th {
	width: 100px;
	height: 30px;
	text-align: left;
}
article p {
	padding-left: 10px;
}

/* ---------- フッター ---------- */
footer p {
	font-size: 10px;
	text-align: right;
	margin-top: 30px;
}
