
* { border:0; margin:0; padding:0; font-size:1em; text-decoration:none; font-weight:normal; }

body {
	background: #eae5e3;
	color: #887f7a;
}

#navi {
	display: block;
	float: left;
	font-family: 'Hiragino Mincho', 'MS Mincho', 'TakaoMincho', 'IPAMincho', serif;
	font-size: 4em;
	width: 1em;
	line-height: 1em;
	color: #9e9478;
	text-align: center;
}

h1{
	color:#455765;
	margin-bottom:0.2em;
}

h1:first-letter{
	background-color:#455765;
	color:#ffffff;
}

#navi li{
		display: block;
	list-style: none;
}

#navi a{
	transition: color 0.3s;
	color:#9e9478;
}
#navi a:hover{
	color: #cc0000;
} 

#navi .cur a{ 
	color:#990000;
}
#navi .cur:first-letter{ 
	display: block;
	border: solid #990000 1px;
	background-color:#990000;
	color: #ffffff;
}

#navi .bar{
	border: solid #990000 1px;
	width: 1em;
	height: 2em;
	position: absolute;
	pointer-events: none;
}

#navi small{
	display: block;
	font-size: 0.2em;
	font-weight: bold;
	line-height: 1em;
	white-space: nowrap;
	margin-bottom:1em;
	position: relative;
	color:#ffffff;
	background-color:#777777;
	transform:rotate(-15deg);
	top: -5.4em;
	pointer-events: none;
}

/*--------------------
	contents
--------------------*/
H2, H3 {
	clear: right;
	display: block;
	padding-top: 1em;
}

H2{ font-size: 140%; border-bottom: 2px solid; }
H3{ font-size: 120%; border-bottom: 2px dotted; margin-left: 1em; }

a{ color:#555; }
a:hover{ color: #cc0000; } 

OL { list-style:inside; list-style-type:decimal-leading-zero; }
DT { margin-top: 0.5em }
DD { margin-left: 1em }
UL { list-style:square inside; }

TH, DT { font-weight: bold; }

#body DL,
#body P {
	margin-top: 0.5em;
	display: block;
	margin-left:2.5em;
}

#body {
	display:block;
	margin-left:64pt;
}

#copyright{
	margin:2em 0;
	border-top:2px dotted;
	display:block;
	text-align:right;
}

/*--------------------
	class
--------------------*/
.right { text-align:right }

.jacket {
	float: right;
	margin: 4pt;
	border-radius: 18px;
}

