@charset "Shift_JIS";

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

ol {
	list-style: decimal;
	line-height: 1.5em;
}

ul {
	list-style-type: none;
	line-height: 1.5em;
}

address {
	width: 100%;
	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-bottom: 1em;
	border-top: solid 3px #336600;
}

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

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

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

.it {
	font-style: italic;
}

.sub {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: sub;
}

.sup {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: super;
}

.subit {
	line-height: 1.0em;
	font-size: 0.7em;
	vertical-align: sub;
	font-style: italic;
}
