﻿@charset "UTF-8"; /* 文字コード */

body {
	margin: 0;
	font-family: "Comic Sans MS", "Osaka", "\FF2D\FF33\20\FF30\30B4\30B7\30C3\30AF ", cursive;
	background-color: #eee;
}

p {
	text-indent: 1em;
}

a img {
	border: none;
}

#header {
	color:#fff;
	background: #555 url(./image/taihei01.png);
	height: 100%;
}

#logo {
	background: #555 url(./image/taihei01.png);
	float: left;
	padding: 10px 70px 15px 32px;
	text-shadow: #111 2px 2px 8px;
}

#logo a {
	font-size: x-large;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	text-decoration: none;
}

#prolog {
	text-indent: 1em;
	padding: 12px 30px 0;
	margin-left: 320px;
}

#menu {
	clear: both;
	padding-left: 28px;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	list-style: none;
	float: left;
	background: url(image/taihei02.png) right top no-repeat;
}

#menu a {
	float: left;
	background: url(image/taihei03.png) left top no-repeat;
	height: 21px;
	padding: auto 20px;
	color: #444;
	text-align: center;
	text-decoration: none;
	width: 8em;
	padding-top: 3px;
}

#menu a:hover {
	color: #f80;
}

#menu li.active {
	background: url(image/taihei04.png) right top no-repeat;
}

#menu li.active a {
	background: url(image/taihei05.png) left top no-repeat;
	color: #000;
}

#main {
	float: left;
	width: 100%;
	background: url(image/taihei06.png) right top repeat-y #fff;
	color: #000;
}

#main a {
	color: #444;
}

#main a:hover {
	color: #f80;
}

#main br {
	line-height: 10px;
}

#sidebar {
	width: 200px;
	float: right;
	padding: 0 20px 40px 20px;
	margin-top: 20px;
}

#sidebar h3 {
	font-size: 110%;
	font-weight: bold;
	margin: 20px 0 5px 0;
	border-bottom: 1px solid #fff;
}

table, #sidebar ul, #sidebar dl {
	font-size: 95%;
	margin-top: 10px;
	margin-bottom: 0;
	padding: 12px 6px 6px 6px;
	background-color: #ddd;
	line-height: 1em;
}

#sidebar li {
	list-style: square;
	margin-left: 20px;
}

#sidebar dt {
	list-style: none;
}

#sidebar dd {
	margin: -1em 0 .5em 5em;
}

#sidebar dd.rekisi {
	margin-left: 7em;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #f80;
}

#text {
	line-height: 160%;
	margin-right: 240px;
	padding: 20px 50px 40px 50px;
}

#text h1 {
	font-size: 120%;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#text h2 {
	font-size: 115%;
	font-weight: bold;
	margin: 20px 0 10px 0;
}

#text ol, #text ul {
	padding: 0;
	margin: 10px 0;
}

#text li {
	margin-left: 40px;
}

#footer {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 13px;
	background-image: url(image/taihei07.png);
	clear: both;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #f80;
}

#footer_left {
	float: left;
	padding-left: 20px;
}

#footer_right {
	font-size: 75%;
	float: right;
	padding-right: 20px;
}

.clear {
	clear: both;
}

.photo {
	width: 320px;
	margin: 10px auto;
	text-align: center;
	font-size: 85%;
	color: #666;
}

#text .photo img {
	padding: 0 5px;
	border: double #eee;
	border-width: 0 4px;
}

#sidebar .photo {
	width: 180px;
}

.ptab1 {
	font-size: 75%;
	padding: 4px;
	border: solid 1px #ddd;
}

.ptab2 {
	font-size: 75%;
	padding: 4px;
	background-color: #ddd;
}

