﻿body
{
	width: 90%;
	max-width: 60em;
	margin: 2em auto;
	line-height: 150%;
	font-family: Meiryo, メイリオ, HiraKakuPro-W3, sans-serif;
	margin-top: 5em;
}

ul>li
{
	margin-left: -1em;
}

hr
{
	margin: 2em 0;
}

pre, kbd, code
{
	font-family: 'Consolas', 'Lucida Console', 'Courier New', 'Courier', monospace;
}

pre
{
	padding: 1em 2em;
	border: 1px black dotted;
	background: #eee;
}

dt
{
	font-family: HiraKakuPro-W6, Meiryo, メイリオ, sans-serif;
	font-weight: 600;
}

h3
{
	font-family: HiraKakuPro-W6, Meiryo, メイリオ, sans-serif;
	font-weight: 600;
}

h2
{
	font-family: HiraKakuPro-W6, Meiryo, メイリオ, sans-serif;
	font-weight: 600;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-bottom-width: 1px;
	line-height: 120%;
	margin-top: 1.5em;
}

h1
{
	font-family: HiraKakuPro-W6, Meiryo, メイリオ, sans-serif;
	font-weight: 600;
	margin-bottom: 3em;
	font-size: 3em;
	line-height: normal;
}

h2
{
	font-size: 1.5em;
}

h3
{
	font-size: 1.3em;
}

h4
{
	font-size: 1.15em;
}

address
{
	text-align: right;
}

.centering
{
	text-align: center;
}

div.centering
{
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

h2 a
{
	text-decoration: none;
}

h3 + div
{
	margin-left: 1em;
}

h3 + div > div
{
	border: 1px solid #666;
	padding: 0.3em;
	background-color: #ddd;
	font-size: 90%;
}

h3 + div > div > h4
{
	font-size: inherit;
	display: inline;
}

p, li, div
{
	margin: 0.5em 0;
}

em
{
	font-style: normal;
	text-decoration: underline;
}

em.labels
{
	text-decoration: none;
	color: #497;
}

a:link
{
	color: #8ac;
}

a:visited
{
	color: #67a;
}

img
{
	border: none;
}

table
{
	margin: 1em auto;
	background: black;
}

td, th
{
	padding: 0.25em 0.5em;
	/*border: 1px black solid;*/
}

td
{
	background: white;
}

th
{
	background: #eee;
}

#expand-changes
{
	font-family: monospace;
	cursor: pointer;
}

dl  > dd + dt
{
	margin-top: 1em;
}

#navigation
{
	background: #eee;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	z-index: 100;
	top: 0px;
	width: 100%;
	left: 0px;
}

#navigation ul
{
	background: #eee;
	padding: 1em 2em 2em 2em;
	margin: 0;
	background-image: url(images/s.png);
	background-position: bottom;
	background-repeat: repeat-x;
}

#navigation ul > li
{
	line-height: 100%;
	margin: 0 auto;
	margin-bottom: -1em;
	display: block;
	list-style: none;
	text-align: center;
}

#navigation ul > li:first-child
{
	text-align: left;
}

#navigation ul > li:first-child + li + li
{
	text-align: right;
}

.image_left
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

.image_right
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
}

div.centering div img
{
	margin-left: 0.5em;
	margin-right: 0.5em;
}

#changes, #ss_list
{
	display: none;
}
