/*
DIV.menu A.menuItem SPAN.menuItemText {}
DIV.menuBar A.menuButton {}
DIV.menu A.menuItem {}

メニューの色:デフォルト「b0acff」

*/
DIV.menuBar {
	border: outset 2px #00DD80;
	padding: 4px 2px;
	background-color : #00DD80;
	text-align: left;
}

DIV.menuBar A.menuButton {
	border : solid 1px #00DD80;
	padding: 2px 6px;
	top: 0px;
	left: 0px;
	margin: 1px;
	cursor: default;
	position: relative;
	text-decoration : none;
/*	z-index: 0;*/
}
DIV.menuBar A.menuButton:hover {
	border : outset 1px #00DD80;
}
DIV.menuBar A.menuButtonActive {
	border : inset 1px #00DD80;
	top: 1px;
	left: 1px;
	color: #ffffff;
	background-color: #5050f0;
}
DIV.menuBar A.menuButtonActive:hover {
	border : inset 1px #00DD80;
	top: 1px;
	left: 1px;
}


DIV.menu {
	border: outset 2px #00DD80;
	top: 0px;
	left: 0px;
	visibility: hidden;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 0px;
	position: absolute;
	background-color: #00DD80;
	margin-top: 0px;
/*	z-index: 101;*/
}

DIV.menu A.menuItem {
	display: block;
	padding: 3px 1em;
	white-space: nowrap;
	text-decoration: none;
}
DIV.menu A.menuItem:hover {
	background-color: #5050f0;
}
DIV.menu A.menuItemHighlight {
	background-color: #5050f0;
}

DIV.menu A.menuItem SPAN.menuItemArrow {
	margin-right: -1em;
}
DIV.menu DIV.menuItemSep {
	border: inset 1px #00DD80;
	margin: 4px 2px;
}






body {
	padding:0em;
	margin:0em;
	font-size:100%;
	line-height:130%;
/*
	text-indent:0.3em;
	background-color:#FCDAD5;00DD80;D3D3D3
*/
	background-color:#70C5aD;

}

a:link { color:#00546B; }
a:visited { color:#900e30; }
a:hover { text-decoration: underline overline; }
.nolink a { color:#0a6070; }

.header{
	background-color:#eee;
	padding:0.5em;
}
/*
	.menu {
		text-align:left;
		background-color:#e0e0e0;
		padding:0.2em 0.5em;
		
		border-color:#ccf;
		border-style:ridge;
		border-width:1pt 0em 2pt 0em;
	}
	
	.menu a { font-weight:bolder; }
*/

.hierarchy {
	font-size:90%;
	padding:2pt 0.5em;
}


span.date {
	font-size:0.5em;
	color:#999;
}

h1 {
	font-size:200%;
	line-height:100%;
	text-align:center;
	margin:0.2em 0.5em;
	margin-bottom:1.5em;
}
h2 {
	font-size:140%;
/*
	margin-top:1.6em;
	border-style:solid;
	border-width:0em 0em 1pt 4pt;
	border-color:#669;
	padding:0em 0em 4pt 6pt;
	margin-left:0.2em;
*/
}

h4 { font-size:120%; }
h5 { font-size:110%; }
h6 { font-size:100%; }

p { margin:1.2em 2em; }

.navigation {
	text-align:center;
}

.footer {
	margin-top:1.5em;
	font-style:normal;
	font-size:xx-small;
	border-color:#ccf;
	border-style:ridge;
	border-width:1pt 0em 0em 0em;
}

.last_update {
	float:left;
	text-align:left;
	font-size:0.5em;
}

.copyright {
	text-align:right;
	font-style:normal;
	font-size:0.5em;
}

.Index{
	width:10em;
	height:1.2em;
	padding-top:0.1em;
	font-size:small;
	text-align:center;
	margin-top:1em;
	margin-bottom:0.4em;
	margin-left:0.2em;
	border-style:double;
	border-color:black;
}
.miniIndex{
	margin-top:0.1em;
	margin-bottom:0.3em;
	text-indent:1em;
	font-size:medium;
}
.DarkGreen{
	background-color:#006400;
	color:white;
}
.DarkRed{
	background-color:#8B0000;
	color:white;
}

.update{
	font-size:x-small;
}

.small{font-size:small;}

.navigation { clear: left; }

.contents {
	margin:0.8em 0em 0.8em 0.8em;
}
div.news { margin:0.5em 0.5em; }

.caution{
	color:red;
	font-size:150%;
	font-style:italic;
}
