@charset "Shift_JIS";

* {
	border: none;
	font-style:normal;
	margin:0;
	padding:0;
	text-align:left;
}

body {
	background: #f5f5f5;
	color: #222;
	font-size: 101%;
	line-height: 1.5em;
	margin: 3%;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bolder;
	line-height: 1.2em;
}
h2,h3,h4,h5,h6 {
	background-color: transparent;
	color: #555;
	margin-top: 1em;
}
h1 {
	background-color: #777;
	border-color: #555;
	border-style: solid;
	border-width: 3px 1px;
	color: #f5f5f5;
	font-size: 200%;
	padding: 0.1em;
	text-align: center;
}
h2 {
	background-color: #eee;
	font-size: 150%;
	padding: 0.1ex 1em;
}
h3 {
	background-color: #eee;
	font-size: 120%;
	padding: 0.1ex 1em;
}
h4 {
	background-color: #eee;
	font-size: 110%;
	margin-left: 1em;
	padding-left: 0.3em;
}

p {margin: 1em;}

blockquote {
	border: 1px dashed #555;
	margin: 1em 2em;
	padding: 0.2em;
}
blockquote:before {content: "\3010\5F15\7528\3011";}
q {quotes: "\201C" "\201D";}
q:before {content: open-quote;}
q:after {content: close-quote;}

address {text-align: right;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}
ul,ol {margin: 1em 1em 1em 4em;}


dl {margin: 1em;}
dt {
	border-left: 3px double #777;
	border-top: 1px solid #777;
	font-weight: bolder;
	margin: 1em 3em 0 0;
	padding-left: 0.3em;
} 
dd {
	color: #111;
	margin-left: 3em;
	padding: 0 0.3em 0 0.3em;
}
dd ol,dd ul {margin: 0 0 0 2em;}

table {
	border-left: 2px solid #555;
	border-top: 2px solid #555;
	margin: 0.2em 2em 1em 2em;
}
th,td {text-align: center;}
th {
	background-color: #e8e8e8;
	border-color: #555;
	border-style: solid;
	border-width: 0 2px 2px 0;
	color: #222;
}
td {
	border-color: #555;
	border-style: solid;
	border-width: 0 1px 1px 0;
}
caption {margin-top: 1em; text-align: center;}

pre {
	font-family: "\FF2D\FF33\20\30B4\30B7\30C3\30AF", monospace;
	font-size:101%;
	line-height: 1.5em;
	margin: 2em;
}

hr {display:none;}

.center {
	text-align: center;
	background-color:  transparent;
}

a:link {
	background-color: transparent;
	color: #44d;
	text-decoration: underline;
}

a:visited {
	background-color: transparent;
	color: #d08;
	text-decoration: underline;
}

a:hover {
	background-color: #fdd;
	color: #e00;
}

a:active {
	background-color: #e5e5e5;
	border: #aab inset 1px;
	color: #d00;
}

em,strong {font-weight: bolder;}

em {
	background-color: transparent;
	color: #009;
}

em ins {text-decoration: none;}

strong {
	background-color: transparent;
	border-bottom: 1px dotted #f00;
	color: #e00;
	padding-bottom: 0px;
}

sub {font-size: 85%; vertical-align: -35%;}
sup {font-size: 85%; vertical-align: 35%}

del {text-decoration: line-through;}
ins {text-decoration: underline;}

dfn {font-style: italic;}

code {background-color: #eee; color: #222;}

.footer {
	background-color: #dfdfdf;
	border: 2px dotted #999;
	color: #222;
	margin-top: 1em;
	padding: 0.5em;
}

.date {
	background-color: transparent;
	color: #74c;
	font-weight: bolder;
}

span.times {
	font-family: "Times, serif";
}

