@charset "Shift_JIS";

body {
	color: #000000;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Lucida Grande', Arial, Helvetica,
	'Hiragino Kaku Gothic Pro W3', 'ヒラギノ角ゴ Pro W3',
	'メイリオ', 'Meiryo',
	'MS PGothic', 'ＭＳ Ｐゴシック',
	'HeiseiKakuGothic', '平成角ゴシック', sans-serif;
}

h1 {
	padding-top: 1em;
	margin-bottom: 0em;
}

h1.en {
	font-size: x-large;
}

h3 {
	margin-top: 2em;
	margin-bottom: 2em;
}

ul {
	list-style-type: none;
	line-height: 150%;
	text-align: left;
}

address {
	width: 100%;
	clear: both;
	font-family: "Times New Roman", "Times", serif;
	font-size: 0.7em;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	line-height: 1.0em;
	padding-top: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	border-top: solid 3px #003366;
}

a:link {
	color: #003366;
	background-color: transparent;
	text-decoration: none; 
}

a:visited {
	color: #666666;
	background-color: transparent;
	text-decoration: none; 
}

a:hover {
	color: #c5e1e5;
	background-color: transparent;
	text-decoration: underline;
}

