/*
muginavi スタイル設定
*/

body{
margin-top:3.5em;
margin-left:2em;
margin-right:2em;
line-height: 140%;

background-color: whitesmoke;
color: #660000;
}
TH, TD {
	line-height: 140%;
}

A:link	 	{ color: black; }
A:visited	{ color: gray; } 
A:active	{ color: darkgreen; } 
A:hover		{ color: black; background-color: darkgray; }


H1 {
	color: black;
}

H2 {
	color: black;
	background-color: darkgray;
	padding: 2 0 2 30;
	border-left: 15px double;
}
H3 {
	color: darkcyan;
	border-top: 1px solid;
	border-bottom: 4px double;
	padding: 2 2 2 20;
	width: 60%;
}
H4 {
	color: red;
	margin-bottom: 0em;
/*	line-height: 50%;*/
}


.muginavi,.muginavi-nn{
color:#00789c;
font-size:11pt;
layer-background-color:whitesmoke;
}

#muginaviroot,.muginavisub{
background-color:whitesmoke;
}

.muginavi a{
color:black;
text-decoration:none;
}
.muginavi a:visited{
color:gray;
text-decoration:none;
}

.muginavi a:hover{
text-decoration:none;
color:black;
}

