a:link	{
	color:blue;
}
a:visited	{
	color: purple;
}
a:active	{
	color: red;
}
a:hover	{
	color: red;
}
a.footnote	{
	text-decoration: none;
}
a.footnote:visited	{
	color: darkred;
}
a.footnote:hover	{
	color: red;
}
blockquote	{
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: gray;
	background: whitesmoke;
	margin-left: 20px;
	padding: 5px;
}
body	{
	color: black;
}
div.footer {
	text-align: right;
}
div.footnote {
	border-style: solid;
	border-width: 2px 0px 0px 0px;
	border-color: gray;
	margin-top: 2em;
	padding: 5px;
}
dd {
	margin-top: 2px;
	margin-bottom: 4px;
}
dl {
	margin-left: 10px;
}
dt {
	border-style: dashed;
	border-color: gray;
	border-width: 0px 0px 1px 0px;
}
h1 {
	width: 100%;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: darkblue;
	padding: 4px;
	background-color: aliceblue;
	font-size: large;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
h2 {
	width: 100%;
	border-style: solid;
	border-width: 1px 1px 1px 10px;
	border-color: green;
	padding: 4px 0px 3px 10px;
	background-color: mintcream;
	font-size: large;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 10px;
}
h3 {
	border-style: solid;
	border-width: 0px 0px 1px 10px;
	border-color: darkblue;
	padding: 4px 0px 3px 10px;
	font-size: small;
	font-weight: normal;
}
img {
	border-style: none;
}
ol.list1 {
	list-style-type: decimal;
}
ol.list2 {
	list-style-type: lower-roman;
}
ol.list3 {
	list-style-type: lower-alpha;
}
p {
	margin-bottom: 0.7em;
	margin-top: 0.7em;
	margin-left: 10px;
}
body.p.hatena {
	margin-bottom: 0.5%;
	margin-top: 0.5%;
	text-indent: 1em
}
pre {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: lightsteelblue;
	margin-left: 10px;
	padding: 5px;
}
span.footnote {
	font-size: 75%;
	vertical-align: super;
}
span.footnote_caption {
	font-size: 80%;
	margin-left: 0.25em;
}
span.marker {
	background-color: #ffff00;
}
table {
	margin: 10px;
	border-collapse: collapse;
	border-style: solid;
	border-width: 2px;
	border-color: darkblue;
}
td {
	border-style: solid;
	border-width: 1px;
	padding: 3pt;
	vertical-align: top;
}
td.center {
	text-align: center;
}
td.right {
	text-align: right;
}
th {
	background-color: lightblue;
	border-style: solid;
	border-width: 1px;
	padding: 3pt;
	vertical-align: top;
}
ul.list1 {
	list-style-type: disc;
}
ul.list2 {
	list-style-type: circle;
}
ul.list3 {
	list-style-type: square;
}
