@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: gray;
}
div#fotter {
	padding-top: 20px;
	background-color: #FFFEF4;
	width: 800px;
	clear: left;
	font-size: 9pt;
	color: gray;
	text-align: center;
}
div#page {
	width: 640px;
	background-color: white;
	text-align: left;
	font-size: 12pt;
	padding: 24px 48px 24px 48px;
}
.title1 {
	color: green;
	text-align: center;
	font-size: 14pt;
	font-weight: bold;
	text-shadow: 3px 3px 2px #aaaaaa;
}
.title2 {
	color: red;
	text-align: center;
	font-size: 18pt;
	font-weight: bolder;
	text-shadow: 3px 3px 2px #aaaaaa;
}
.title3 {
	color: red;
	text-align: center;
	font-size: 16pt;
	font-weight: bolder;
	text-shadow: 3px 3px 2px #aaaaaa;
}
h1 {
	color: black;
	border-style: none;
	margin: 4px;
	padding-left: 12px;
	font-size: 12pt;
	line-height: 2em;
	clear: both;
}
h2 {
	color: black;
	border-style: none;
	margin: 4px;
	padding-left: 12px;
	font-size: 12pt;
	line-height: 1.8em;
	clear: both;
}
h3 {
	color: black;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	margin: 4px 4px 4px 16px;
	padding-left: 12px;
	font-size: 12pt;
	line-height: 1.8em;
	clear: both;
}
h4 {
	color: black;
	border-style: none;
	margin: 4px 4px 4px 36px;
	padding-left: 12px;
	font-size: 12pt;
	line-height: 1.8em;
	clear: both;
}
img {
	margin: 4px 12px 4px 12px;
}
p {
	text-indent: 1em;
	margin: 4px 16px 8px 16px;
	line-height: 1.6em;
}
.notes {
	color: red;
	font-size: small;
}
ul {
	list-style-type: 1;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
table, th, td {
	border: 1 solid black;
	border-collapse: collapse;
	margin: 4px 4px 4px 24px;
	padding: 2px;
}
th {
	text-align: right;
	white-space: nowrap;
}
table.tm {
	border-style: none;
	margin: 4px 4px 4px 68px;
}
.logo {
	margin-right: 12px;
}
.update {
	margin-right: 12px;
	float: right;
	font-size: 12px;
	color: #8f20fd;
}
img.right {
	float: right;
	width: 250px;
	border: 4px inset gray;
	margin: 10px;
}
input {
	margin: 0px 2px 0px 2px;
}
textarea {
	margin: 0px 2px 0px 2px;
}
.label {
	margin: 0px 4px 0px 2px;
	background-color: silver;
	color: green;
}
.menuLink:link { color: black; text-decoration: none; }
.menuLink:visited { color: black; text-decoration: none; }
.menuLink:active { color: black; text-decoration: none; }
.menuLink:hover { color: red; text-decoration: none; }
.hlabel {
	background-image: url(../img/hlabel.jpg);
	background-repeat: repeat-y;
	text-indent: 0em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 2px 4px 0px 12px;
}
.linklabel {
	background-image: url(../img/hlabel.jpg);
	background-repeat: repeat-y;
	text-indent: 0em;
	font-weight: normal;
	margin: 1px 0px 0px 0px;
	padding: 2px 4px 0px 12px;
}
.linkitem {
	background-image: url(../img/linklabel.jpg);
	background-repeat: repeat-y;
	text-indent: 0em;
	font-weight: normal;
	margin: 1px 0px 0px 0px;
	padding: 0px 4px 0px 24px;
}