*
{
	margin: 0;
	padding: 0;
}
html
{
	overflow-y: scroll;
}
body
{
	background-color: #ffffff;
	height: 100%;
	color: #333322;
	font-size: 90%;
}
/* -------------------------------------------  container */
#CONTAINER
{
	width: 750px;
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
}
/* ----------------------------------------------- header */
#HEADER
{
	margin: 0;
	padding-top: 203px;
	background-color: #ffffff;
	list-style-type: none;
}
head+body #HEADER
{
	padding-top: 203px;
}
#LOGO
{
	position: absolute;
	top: 0;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 160px;
	background-color: #ffffff;
}
head+body #LOGO
{
	position: fixed;
}
#LOGO #LOGOIMG
{
	float: left;
	display: block;
	margin: 5px;
	width: 150px; height: 150px;
}
#LOGO #LOGOTITLE
{
	float: left;
	display: block;
	margin-top: 30px;
	width: 430px; height: 100px;
	text-align: center;
}
#LOGO #LOGOINFO
{
	float: right;
	display: block;
	margin: 5px;
	width: 140px; height: 150px;
	text-align: right;
	font-size: 80%;
}
/* ----------------------------------------------- mainnav */
#MAINNAVBAR
{
	position: absolute;
	top: 190px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 10px;
	background: url(img/base/bar.gif) repeat-x white;
}
head+body #MAINNAVBAR
{
	position: fixed;
}
#MAINNAV
{
	position: absolute;
	top: 160px;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 30px;
	background-color: #ffffff;
	/*border-bottom: solid 10px #330000;*//*f2e49e*/
}
head+body #MAINNAV
{
	position: fixed;
}
#MAINNAV li
{
	float:left;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	margin: 0px 2px;
	text-align: center;
}
#MAINNAV li.on
{
	background-image: url(img/base/on.gif);
}
#MAINNAV li.off
{
	background-image: url(img/base/off.gif);
}
#MAINNAV li.on a, #MAINNAV li.off a
{
	display: block;
	font-size: 90%;
	font-weight: bold;
}
#MAINNAV li.on a
{
	text-decoration: none;
}
#MAINNAV li.off a
{
	text-decoration: none;
	/*text-decoration: underline;*/
}
#MAINNAV li.on a:link, #MAINNAV li.on a:visited, #MAINNAV li.on a:hover
{
	color: #ffffff;
}
#MAINNAV li.off a:link, #MAINNAV li.off a:visited
{
	color: #000000;
}
#MAINNAV li.off a:hover
{
	color: #ff0000;
}
/* ----------------------------------------------- footer */
#FOOTER
{
	background-color: #ffffff;/*#f2e49e;*/
	text-align: center;
}
html>body #FOOTER
{
	position: fixed;
	bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	height: 30px;
	background-color: #ffffff;
}
html>body #FOOTER tt
{
	display: block;
	margin: 2px 0px 0px 0px;
	width: 750px;
	line-height: 28px;
	padding-top: 0px;
	background-color: #ffffff;/*#f2e49e;*/
}
/* ---------------------------------------------- content */
div#CONTENT
{
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
}
.CLEAR
{
	clear: both;
}
/* ----------------------------------------------- subnav */
#SUBNAV {
	float: left;
	width: 150px;
	margin-bottom: 40px;
}
#SUBNAV h2 {
	display: none;
}
#SUBNAV ul {
	list-style-type: none;
}
#SUBNAV li
{
	margin-top: 10px;
	width: 150px;
	height: 31px;
}
#SUBNAV li.on
{
	background-image: url(img/base/subnavon.gif);
}
#SUBNAV li.off
{
	background-image: url(img/base/subnav.gif);
}
#SUBNAV li.on a, #SUBNAV li.off a
{
	display: block;
	margin-left: 24px;
	line-height: 31px;
}
#SUBNAV li.on a
{
	text-decoration: none;
}
#SUBNAV li.off a
{
	text-decoration: underline;
}
#SUBNAV li.on a:link, #SUBNAV li.on a:visited, #SUBNAV li.on a:hover
{
	color: #94af64;
}
#SUBNAV li.off a:link, #SUBNAV li.off a:visited
{
	color: #000000;
}
#SUBNAV li.off a:hover
{
	color: #ff0000;
}
/* ----------------------------------------------- subcontent */
#SUBCONTENT
{
	float: left;
	margin: 10px 10px 40px 10px;
	width: 560px;
	border: solid 1px #999999;
}
#SUBCONTENT h1
{
	float: right;
	width: 100px;
	margin: 5px;
	font-size: 80%;
	text-align: center;
	border-bottom: solid 1px #999999;
}
#SUBCONTENT h2
{
	clear: right;
	margin: 5px;
	font-size: 110%;
	text-align: left;
	border-bottom: solid 2px #94af64;
	text-indent: 1em;
}
/* ----------------------------------------------- maincontent */
#MAINCONTENT
{
	margin: 10px auto 40px auto;
	width: 600px;
	border: solid 1px #999999;
}
#MAINCONTENT h1
{
	float: right;
	width: 100px;
	margin: 5px;
	font-size: 80%;
	text-align: center;
	border-bottom: solid 1px #999999;
}
#MAINCONTENT h2
{
	clear: right;
	margin: 5px;
	font-size: 110%;
	text-align: left;
	border-bottom: solid 2px #94af64;
	text-indent: 1em;
}
/* ----------------------------------------------- essay */
.ESSAY
{
	margin: 10px auto 40px auto;
	width: 600px;
	border: solid 1px #999999;
}
.ESSAY h1
{
	float: right;
	width: 100px;
	margin: 5px;
	font-size: 80%;
	text-align: center;
	border-bottom: solid 1px #999999;
}
.ESSAY h2
{
	clear: right;
	margin: 5px;
	font-size: 110%;
	text-align: left;
	border-bottom: solid 2px #94af64;
	text-indent: 1em;
}
/* ----------------------------------------------- content */
.NOTE
{
	margin: 15px;
	line-height: 22px;
	background-image : url(img/base/note_tensen.gif);
	min-height: 300px;
}
#SUBCONTENT .NOTE img
{
	float: right;
	margin: 0 0 5px 5px;
}
.ESSAY .NOTE img
{
	float: left;
	margin: 0 5px 5px 0;
	background-color: #ffffff;
	border: solid 1px silver;
	padding: 5px;
}
/* ---------------------------------------------- mode link only */
#LINK a
{
	line-height: 22px;
}
/* ---------------------------------------------- mode only */
#MODETOP
{
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
}
img.PHOTO
{
	background-color: #ffffff;
	border: solid 1px silver;
	padding: 5px;
	margin-bottom: 2px;
}
div#TOPIC
{
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	border: solid 1px #94af64;
	margin-top: 10px;
	margin-bottom: 10px;
}
div#TOPIC div#TOPICTITLE
{
	float: left;
	width: 280px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: left;
	background-color: #94af64;
}
div#TOPIC div#TOPICDATE
{
	float: left;
	width: 330px;
	padding: 0px 10px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	background-color: #94af64;
}
div#TOPIC div#TOPICMAIN
{
	clear: left;
	padding: 10px;
	text-align: left;
}
