@charset "utf-8";

/* CSS Information ==============================
File name: reset.css
Editors: Shinji Kobayashi
Last Editor: Shinji Kobayashi
Date: 2008.09.25
============================================== */

@import "reset.css";

body {
	color: #333;
	font-family:
			Meiryo, "メイリオ",
			"Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3",
			Osaka,
			"MS P Gothic", "ＭＳ Ｐゴシック",
			sans-serif;
	font-size: 100%;
	line-height: 1.5;
	}
h1 {
	font-size: 144%;
	}
h2 {
	margin: 0.5em 0 0;
	font-size: 120%;
	}
th,
td {
	padding: 0.25em 0.5em;
	border: 1px solid #333;
	}
th {
	white-space: nowrap;
	}
#header,
#primary-contents,
#footer {
	width: 500px;
	margin: 0.5em auto;
	padding: 0.5em 1em;
	border: 0.25em solid #c6c6c6;
	}
#global-nav ul li {
	display: inline;
	margin-right: 1em;
	}
#primary-contents .ng01,
#primary-contents .ok01,
#primary-contents .ok02 {
	background: #bbf;
	overflow: hidden;
	}
#primary-contents .ok01 table {
	margin: 0 0 0 1px;
	}
#primary-contents .ok02 table {
	width: 99%;
	margin: 0 auto;
	}
#global-nav h2,
#footer h2 {
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
	}