/*index.css*/

body{
	background-color: #ffffee;
	font-size:14px;
}

/*header*/

h1{
	width: 640;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	background-color: #800000;
	text-align: center;
	border-color: #ffffee;
	border-width: thin;
	border-style: solid;
	margin: 0 0 0 0;
	padding:3px;

}
span.since{
	font-size:12px
}


div.pagetitle{
	width: 640;
	border-color: #ffffee;
	border-width: thin;
	border-style: solid;
	margin: 0 0 0 0;
}

/*memo*/

p.memo_title{
	color: #800000;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 10xp;
}
p.memo_article{
	color: #800000;
	font-size: 14px;
	line-height: 18px;
	margin: 10px 0 0 50px;
}
div.memo{
	width: 640px;
	border-color: #ffffee;
	border-width: 1px;
	border-style: solid;
	margin: 10px 0 0 0;
}


dl{
	color: teal;
	line-height: 1.2;
	margin: 0 0 0 20;
}

div.mokujimenu{
	width: 640;
	border-color: #ffffee;
	border-width: thin;
	border-style: solid;
	margin: 0 0 0 0;
	padding:10px;
}

/* webmaster */

div.webmaster{
	width: 640;
	color:#ffffff;
	background-color:#800000;
	border-color: #800000;
	border-width: thin;
	border-style: solid;
	margin: 0 0 0 0;
	text-align:right;
	padding:3px
}
a.webmaster:link {
	color: #ffffff;
	text-decoration: none;
}
a.webmaster:visited {
	color: #ffffff;
	text-decoration: none;
}
a.webmaster:active {
	color: #ffffff;
	text-decoration: none;
}
a.webmaster:hover {
	color: #ff9999;
	text-decoration: none;
}

/* backhref_top */

div.backhref_top{
	width: 640;
	background-color:#800000;
	border-color: #800000;
	border-width: thin;
	border-style: solid;
	margin: 20px 0 0 0;
	text-align:right;
	padding:3px
}
a.backhref_top:link {
	color: #ffffff;
	text-decoration: none;
}
a.backhref_top:visited {
	color: #ffffff;
	text-decoration: none;
}
a.backhref_top:active {
	color: #ffffff;
	text-decoration: none;
}
a.backhref_top:hover {
	color: #ff9999;
	text-decoration: none;
}
