/*
muginavi スタイル設定
*/

/* メニュー全体のスタイル */
.muginavi,.muginavi-nn{
color:white;
filter: Alpha(opacity=80);
font-size:16px;
font-style:normal;
layer-background-color:lightcyan;
border-bottom:#000 2px solid;
-moz-opacity:0.8;
}

/* 背景色はNN4と他で2回記述　これには背景色以外の指定はしないこと */
#muginaviroot,.muginavisub .muginavi{
background-color:#066;
}

/* リンク項目のスタイル */
.muginavi a{
color:red;
text-decoration:none;
}
/*ＢＯＤＹに関する定義*/
BODY		{	background-color: #bb0000;
				margin: 0px;
				padding:0px;
				color: #fff;	}

/*ＬＩＮＫに関数定義*/
A:link			{	color: white;
					text-decoration: none;	}

A:active		{	color: #c00;
					text-decoration: none;	}

A:visited		{	color: #fff;
					text-decoration: none;	}

A:hover			{	color: red;
					text-decoration: none;	}

/*ＩＮＤＥＸ専用スタイル定義*/
#HeadStyle		{	margin-top:0px;
					padding:5px;
					text-align:right;
					background-color:#000;
					color:#fff;
					font-style:italic;
					font-family: Georgia,"Times New Roman", Times,serif;
					font-size=small;	}

#WordStyle		{	margin-top: 20px;
					margin-bottom: 10px;
					padding-left: 60px;
					font-family: Georgia,"Times New Roman", Times,serif;
					font-size=10pt;
					color: #399;
					border-bottom: #399 5px solid;	}

#MainImage		{	background-color: #000;
					padding-left: 30px;
					margin-top: 0px;	}

#MenuStyle		{	margin-top: 20px;
					margin-right: 10px;
					margin-left: 60px;	}

UL.Menu			{	position: absolute;
					top: 240px;
					font-size: 12px;	}

LI.Menu			{	width: 150px;
				color:yellow;
					margin: 3px;
					padding: 5px;
					background-color: #066;
					list-style-type: none;
					filter: Alpha(opacity=60);	}

DIV.Info		{	color: slategray;
					backcround-color: #ccc;
					border: 1px dotted;
					margin-top: 15px;
					padding: 10px;
					width: 760px;
					font-size: 10px;	}

#Copyright		{	text-align: right;
					background-color: #000;
					color: #fff;
					margin-top: 10px;
					padding: 15px;
					font-family: Georgia,"Times New Roman", Times,serif;
					font-size: small;	}


