@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, メイリオ, Meiryo, sans-serif;
	line-height: 133%;
	font-size: 12px;
	color: #333333;
}

body {
	background-color: white;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {
	color: #004080;
	text-decoration: none;
}

a:hover {
	color: #0080ff;
	text-decoration: none;
}

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1em;
}

.center {
	text-align: center;
}