﻿@charset "UTF-8";

body {
	color: Black;
	font-family: "Lucida Sans", Verdana, Tahoma, "ＭＳ ゴシック", sans-serif;
	font-size: 90%;
	color: #000000;
	line-height: 150%;
	margin: 1em;
	padding: 0;
	background-color: White;
}
h1, h2, h3, h4, h5, h6  {
	color: #333333;
	letter-spacing: 1px;
	font-family: "Lucida Sans", Arial, Helvetica, "MS UI ゴシック", sans-serif;
	line-height: 170%;
}

sub {
	display: block;
}
img {
	border: 0;
}
em {
	font-style: normal;
	font-weight: bold;
}
dl dt {
	font-weight: bold;
}
dl dd {
	margin-bottom: 1.5em;
}
ul {
	margin-left: 0;
	padding-left: 0;
}
ul li {
	list-style: none;
	margin-top: .85em;
}
ul li em, dl dt em, dl dd em {
	font-style: normal;
	font-weight: bolder;
	color: Red;
}
dl dd p {
	margin: 0;
	padding: 0;
}
ul ul {
	margin-left: 3em;
}


div#header {
	border-top: 3px solid #E7E7E7;
	border-bottom: 3px solid #E7E7E7;
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 1em;
	padding-bottom: 1em;
}
div.info {
	background-color: #FFFFE1;
	margin-bottom: 1.0em;
	font-size: small;
	border: 1px dotted #333333;
	padding: 1em;
}
div.info h2 {
	font-size: medium;
	margin: 0;
}
div#intro {
	border: 1px dotted #333333;
	background-color: #FFFAFA;
	padding: 1em;
}
div#footer {
	border: 1px dotted #333333;
	background-color: #FFFAFA;
	padding: 1em;
	width: auto;
	font-size: 0.85em;
}
div#footer p, div#intro p {
	margin: 0;
	padding: 0;
}
.jumptotop {
	text-align: right;
}
.jumptotop:before {
	content: " [ ";
}
.jumptotop:after {
	content: " ] ";
}
div.crumb {
	position: absolute;
	top: 0;
	left: 1em;
}
div.mod {
	position: absolute;
	top: 0;
	right: 1em;
}
div.ad {
	text-align: center;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 100%;
}
div.ad table {
	margin: auto;
}
div.ad table td {
	font-family: Arial;
	text-align: left;
	margin: 0;
}