/* ---- whole ---- */
body {
	font-family: sans-serif;
	background-color: #666633;
	text-align: center;
	margin: 0px; padding: 0px;
}
p, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
}
#layout {
	width: 840px;
	margin: 20px auto;
}
.clear {
	clear: both;
}

/* ---- h1 tt (home) ---- */
h1 {
	background-color: #999933;
	font-family: cursive;
	font-size: 200%;
	text-align: center;
	margin-bottom: 10px;
}
p.tt {
	font-size: 110%;
	font: bolder sans-serif;
	margin-top: 5px;
	line-height: 1.5em;
	text-indent: 0.8em;
}

/* ---- h2 h4 (sub) ---- */
h2 {
	width: 645px;
	color: #000000;
	background-color: #999933;
	font-size: 150%;
	text-align: center;
	margin-bottom: 10px;
}
h4 {
	margin-bottom: 2px;
	margin-left: 4px;
	font-size: 80%;
	color: #660000;
	font-weight: bold;
	text-indent: 0;
}

/* ---- link color ---- */
a:link {
	color: #660000;
}
a:visited,
#here {
	color: #663333;
}
a:hover {
	color: #663333;
	text-decoration: none;
}

/* ---- navigation ---- */
#head {
	height: 5em;
}
#navi {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#navi li {
	float: left;
	display: block;
	background: #CC9966;
	border: 1px solid #999933;
	width: 105px;
	text-align: center;
	padding: 0;
}
#navi a {
	text-decoration: none;
}
#navi li :hover,
li#here {
	display: block;
	background: #CCCC66;
}

/* ---- contents ---- */
#contents {
	margin: 0px 5px;
	text-align: left;
}
span.no {
	color: #336666;
}
span.name {
	color: #660000;
	font-weight: bold;
}
/* ---- update,footer ---- */
#update,
#footer {
	font-size: 80%;
	color: #CCCC66;
	text-align: right;
}
#update {
	font-style: italic;
}

/* Copyright (C) 2008-2010 camomile_ss All Rights Reserved. */