﻿/* Page Formatting */

* {
	margin: 0;
	padding: 0;
	}

body {
	color: #000000;
	text-align: left;
	background-color: #ffffff;
}

a {
	color:#6A95AD;
	text-decoration:none;
}

a:hover {
	color:#E9BF1B;
	text-decoration:none;
}

img, img a {
	border: 0;
	margin: 4px 0 0;
}

p {
	line-height: 1.7em;
	margin-bottom: 10px;
	text-indent: 1em;
}

/* Page Structure */

.roundtop, .roundbot, .round1, .round2, .round3 {
	display: block;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	border: solid #202020;
}

.roundtop {
	width: 766px;
	height: 20px;
	border-width: 0 0 2px 0;
}

.roundbot {
	width: 766px;
	height: 20px;
	border-width: 2px 0 0 0;
}

.round1 {
	width: 766px;
	height: 2px;
	border-width: 0 3px;
}

.round2 {
	width: 772px;
	height: 2px;
	border-width: 0 2px;
}

.round3 {
	width: 776px;
	height: 3px;
	border-width: 0 2px;
}

.roundhead {
	background-color: #dbff52;
}

#header {
	background-color: #dbff52;
	width: 740px;
	margin: 0 auto;
	padding: 10px 20px;
	border: solid #202020;
	border-width: 0 2px 2px 2px;
}

#wrapper {
	width: 740px;
	margin: 0 auto;
	padding: 20px;
	background-color: #fff;
	border: solid #202020;
	border-width: 0 2px;
}

#sidebar {
	float: left;
	font-size: 0.8em;
	text-align: center;
	width: 260px;
	margin: 40px 0 10px 0;
}

#content {
	min-height: 400px;
	padding: 10px;
}

#footer {
	clear: both;
	width: 780px;
	margin: 0 auto;
	padding: 10px 0;
	font-size: 11px;
	text-align: left;
	line-height: 16px;
	color: #999999;
	font-weight: bold;
}

/*  Headings */

h1 {
	color: #000000;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: 10px;
}

h1 a {
	text-decoration:none;
}

h1 a:hover {
	text-decoration:none;
}

h2 {
	color: #60bf00;
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 8px;
}

/* Sidebar */

#sidebar ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#sidebar li {
	list-style-type: disc;
	margin-left: 14px;
}

#sidebar a {
	font-weight: normal;
}

#sidebar a:hover {
	text-decoration: underline;
}


/* Content */

#content ul {
	list-style-type: none;
	margin: 0 0 20px 0;
}

#content li {
	list-style-type: square;
	margin-left: 14px;
}

/* By H.kuma */

.next {
	width: 100%;
	text-align: right;
	border: dotted #808080;
	border-width: 1px 0;
	margin: 0 auto;
	padding: 4px 0;
}

.both {
	clear: both;
}

.date {
	margin-bottom: 10px;
	color: #999999;
	text-align: right;
}

.photo {
	width: 364px;
	text-align: center;
	padding: 2px 1px;
	margin: 10px auto;
	color: #ff8000;
}

.photo p {
	text-align: left;
	margin: 2px;
	color: #404040;
}

.page {
	text-align: right;
	font-size: 0.9em;
	margin: -1em 0 0 0;
}

.cmnt {
	font-size: 0.9em;
	color: #808080;
}

.ending {
	width: 360px;
	padding: 20px;
	margin: 10px auto;
	background-color: #ffffcf;
	border: solid 1px #202020;
}
