@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-color: gray;
}
div#container {
	width: 800px;
	background-color: #FFFEF4;
	text-align: left;
	font-size: 12pt;
}
div#header {
	width: 800px;
	background-color: #FFFEF4;
	text-align: center;
	padding-top: 12px;
}
div#left_sleeve {
	width: 160px;
	background-color: #FFFEF4;
	float: left;
	font-size: 12pt;
	text-align: left;
}
div#contents {
	width: 640px;
	background-color: #FFFEF4;
	font-size: 12pt;
	float: left;
}
div#fotter {
	padding-top: 20px;
	background-color: #FFFEF4;
	width: 800px;
	clear: left;
	font-size: 9pt;
	color: gray;
	text-align: center;
}
h1 {
	color: #330033;
	border-width: 0px 0px 2px 8px;
	border-style: solid;
	border-color: pink;
	margin: 8px;
	padding-left: 12px;
	font-size: 16pt;
	line-height: 2em;
	clear: both;
	text-shadow: 5px 5px 3px #aaaaaa;
}
h2 {
	color: darkgreen;
	border-width: 0px 0px 1px 4px;
	border-style: solid;
	border-color: gray;
	margin: 24px 4px 4px 16px;
	padding: 0px 8px 0px 12px;
	font-size: 14pt;
	line-height: 2em;
	clear: both;
	text-shadow: 5px 5px 3px #aaaaaa;
}
h3 {
	border-width: 0px 0px 1px 4px;
	border-style: solid;
	border-color: blue;
	margin: 8px 4px 4px 32px;
	padding-left: 12px;
	font-size: 12pt;
	line-height: 1em;
	clear: both;
}
p {
	text-indent: 1em;
	margin: 4px 16px 4px 16px;
	line-height: 1.5em;
}
ul {
	list-style-type: 1;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
}
ol {
	list-style-type: decimal;
	font-weight: bold;
	margin-top: 0px;
}
li {
	font-weight: normal;
	margin: 2px 0px 2px 24px;
}
table, th, td {
	border: 1 solid black;
	border-collapse: collapse;
	margin: 4px 4px 4px 24px;
}
.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;
}