@charset "UTF-8";

/* CSS Document */

body {
	font-size: 14px;
	font-family:  "Lucida Grande", sans-serif;
	line-height: 1.5em;
	color: #666666;
	margin: 0;
	background-color: #669966;
	background-image: url(../image/NM6_02.gif);
	margin-top: 0px;
}

/* for WinIE6*/

* html body {
	font-size: 100%;
	font-family: Verdana, "MS P ゴシック", sans-serif;
	letter-spacing: 1px;
	vertical-align:baseline;
	line-height: 1.5em;
}

/* for WinIE7*/

*:first-child+html body {
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, sans-serif;
	line-height: 1.5em;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	color: #336600;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	top: 1px;
	left: 1px;
}
a:active {
	color: #336600;
}
.style01 {
	font-size: large;
	font-weight: bold;
	color: #999999;
	font-family: "Courier New", Courier, mono;
}
hr {
	border-top:solid 1px;
	border-right:none;
	border-bottom:none;
	border-left:none;
	height:1px;
	border-color: #006600;
	border-top-style: dotted;
}
