﻿/*
    CSS Document by Alexandre Joseph
    http://alexandrejoseph.com/
*/

* {
	margin: 0;
	padding: 0;
}

html {
	padding: 10px 0 10px 0;
	background: #ebebeb;
	color: #444;
}

body {
	width: 768px;
	margin: 10px auto 10px auto;
	font: 13px/2em Verdana, Geneva, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	background: #ebebeb url(./image/kunitachi00.gif) repeat-y center top;
}

a img {
	border: none;
}

hr {
	height: 0px;
	padding: 0;
	color: #fff;
	background-color: #fff;
	border: 0;
}

div#header {
	background: url(./image/kunitachi01.gif) no-repeat top center;
	height: 31px;
}

div#header a{
	font-size: 0px;
	position: absolute;
	top: -5000px;
	margin: 0;
	padding: 0;
}

div#title {
	background: url(./image/kunitachi01.png) no-repeat right bottom;
	height: 9.3em;
	width: 580px;
	margin: 0;
	padding: 0;
}

div#title h1 {
	text-align: right;
	padding: 0 25px 0 0;

	margin: 0;

	font-size: 1.6em;
	letter-spacing: 0.3em;
	font-weight: normal;
}

div#title h1 a {
	color: #4d5180;
	text-decoration: none;
}

div#title h3 {
	text-align: right;
	color: #777;
	font-size: 0.8em;
	padding: 0 30px 0 0;

	margin: 0;
	letter-spacing: 0.1em;
	font-weight: normal;
}

div#menu {
	background: url(./image/kunitachi02.png) no-repeat top center;
	padding: 160px 0 0 0;
	width: 160px;
	_width: 157px;
	margin-left: 14px;
	line-height: 1.6;
}

div#menu h2, div#content h2{
	font-size: 1.2em;
	font-variant: small-caps;
	color: #4d5180;
	border-bottom: 1px solid #f0f0f0;
	margin: 1em 0 1em 0;
}

div#menu h2 {
	width: 120px;

	margin-left: 1em;
}	

div#menu li {
	list-style: none;
	font-size: 1em;
}

div#menu li a {
	color: #707070;
	text-decoration: none;
	display: block;
	padding: 0 1em;

	margin-left: 1em;
}

div#menu li a:hover {
	background: #f9f9f9 url(./image/kunitachi03.gif) no-repeat left top;
}

div#content {
	float: right;
	width: 580px;
	margin: 14px;
	_margin: 7px;
	margin-left: 0px;
	padding: 0;
	padding-top: 1.7em;
}

div#inner {
	padding: 30px;
	line-height: 1.8;
}

div#content p {
	text-indent: 1em;
}

div#content p.chapt {
	margin-top: 1em;
}



div#content a {

	color: #4d5180;

}

div#content dl {
	margin: 2em;
	padding: 1em;
	font-size: 0.75em;
	color: #986f80;
	background: #f8f8f8;
}

div#content dt {
	float: left;
	width: 12em;
}

div#content dd {
	margin-left: 12em;
}

div#content .img_center {
	font-size: 0.75em;
	color: #4d5180;
	text-align: center;
	padding: 10px 0 0;
	margin: auto;
	width: 482px;
}

div#content .cmnt {
	margin: auto;
	width: 320px;
	text-align: left;
}

div#content .map_center {
	color: #4d5180;
	text-align: center;
	padding: 20px 0 0 0;
	margin: auto;
	width:482px;
}

div#content .map_bak {
	background: url(./image/kunitachi05.gif) no-repeat top left;
	width: 480px;
	height: 420px;
	color: #986f80;
	border: solid 1px;
}

div#content .commnt {
	font-size: 75%;
}

div#content blockquote {
	margin: 2em;
	padding: 1em;
	font-size: 0.75em;
	color: #986f80;
	background: #f8f8f8;
}

div#content ul {
	margin: 0 2em;
}

div#footer {
	background: url(./image/kunitachi02.gif) no-repeat bottom center;
	clear: both;
	text-align: right;
	padding: 2em;
}

div#footer p {
	margin: 1em 0.5em 0 180px;
	padding-top: 0.5em;
	border-top: 1px solid #f0f0f0;
	font-size: 0.85em;
}

div#footer p a{
	color: #444;
	font-size: 0.8em;
}

