@charset "Shift_JIS";

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

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;
}

div.nav {
	text-align: center;
	padding: 10px 0px 0px 0px;
	font-size: small;
}

span.nav {
	padding: 3px;
	margin-right: 2px;
	color: #666699;
	border: thin outset #4a4a4a;
	background-color: #f6f6f6;
}

span.sep {
	display: none;
}

h1 {
	background-color: #003366;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	line-height: 1.2em;
}

h2 {
	text-align: center;
}

.note {
	width: 576px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
	text-align: justify;
	font-size: smaller;
}

td {
	vertical-align: top;
	padding-bottom: 1em;
}

.num {
	width: 4em;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
}

li {
	padding-left: 2.5em;
	padding-bottom: 1em;
}

.inset {
	padding-left: 3em;
	line-height: 1em;
}

.inset td{
	padding-bottom: 0em;
}

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 #003366;
}

.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;
}

.it {
	font-style: italic;
}

.bd {
	font-weight: bold;
}

.bi {
	font-style: italic;
	font-weight: bold;
}
