﻿@import url('layout.css');

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000;
	background-color: #FFFFFF;
	text-align: justify;
}
#container {
	margin: 20px auto 20px auto;
	width: 800px;
	background-color: #FFFFFF;
}
#about 	{width: 640px;
	margin-right: auto;
	margin-left: auto;
}
#masthead {
	text-align: right;
	width: 800px;
	overflow: auto;
	background-color: #666666;
}
.author {
	font-size: x-small;
	font-weight: bold;
	display: inline-block;
	text-align: right;
	float: right;
}
#sidebar {
	float: left;
	width: 130px;
	background-color: #FFFFFF;
	position: relative;
	border-bottom-color: #090DC4;
	clear: both;
	display: inline;
	padding-top: 0px;
	border-top-color: #090DC4;
	border-top-style: solid;
	border-top-width: 1px;
	top: 10px;
}
#content {
	float: left;
	width: 630px;
	padding: 5px 10px 10px 15px;
	overflow: auto;
	background-color: #fff;
	margin: 0px;
	position: relative;
}
#footer {
	clear: both;
	width: 800px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#masthead img {
	float: left;
}
#masthead p {
	text-align: right;
	margin: 0;
	margin-top: 0;
	margin-right: 0;
	padding: 0;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	border-style: solid;
	border-width: 1px;
	border-color: #FFFFFF #090DC4 #090DC4 #FFFFFF;
	display: block;
	text-align: left;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
	display: block;
	padding: 3px;
	border-bottom: 1px #FFFFFF solid;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #C20025;
	border-bottom: 1px solid #f9f9f9;
	background-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
}
/* Styles for Footer */
p {
	font-size: small;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#footer a {
	color: #333;
	text-decoration: underline;
	text-align: center;
}
#footer a:hover {
	color: #333;
	text-decoration: none;
}
#footer p {
	text-align: center;
}
a {
	color: #04b;
	text-decoration: underline;
}
a:hover {
	color: #333;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.pagetitle {
	font-size: x-large;
	font-weight: bold;
	vertical-align: top;
	text-align: left;
}
.copyright {
	font-size: x-small;
}

#content p {
	text-align: justify;
	line-height: 150%;
}
#content h1 {
	font-size: large;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}

#content h2 {
	font-size: x-large;
	font-weight: bold;
	line-height: normal;
	vertical-align: top;
}
.pictureholder {
	padding: 10px 0px 0px 15px;
	float: right;
	text-align: right;
}
.picturecaption {
	font-size: x-small;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}
.photocaption {
	font-size: small;
	text-align: center;
	font-style: italic;
	vertical-align: middle;
}

.mainimage {
	float: right;
	vertical-align: text-top;
	padding: 10px 0px 0px 15px;

}
.format_date {
	font-style: italic;
	font-size: xx-small;
}
.tagtitle {
	font-size: medium;
	font-weight: bold;
	font-style: italic;
}
.notice_format_date {
	font-style: normal;
	font-size: small;
	font-weight: bold;
}

/* styles for diary */
.diaryhead {
	font-size: small;
	color: #FFFFFF;
	text-align: center;
	background-color: #414141;
}
.diaryprac {
	font-size: x-small;
	text-align: center;
	background-color: #DFDFFF;
}

.diarymeet {
	font-size: x-small;
	text-align: center;
	background-color: #FFE2D5;
}

.diaryout {
	font-size: x-small;
	text-align: center;
	background-color: #D9FFD9;
}

.diaryother {
	font-size: x-small;
	text-align: center;
	background-color: #DDEEFF;
}
.diaryfoot {
	font-size: x-small;
	background-color: #414141;
}

.noticebox {
	border: 1px solid #0000FF;
	background-color: #DDEEFF;
}
.pictureframe {
	border: 1px solid #000000;

}
