html {
	overflow-y:scroll;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


.text {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	font-style: normal;
	color: #666666;
	line-height: 1.5em;
}

.text a:link { color: #666666; } 
.text a:visited { color: #666666; } 
.text a:hover { color: #333333; } 
.text a:active { color: #333333; } 



.menu {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 11px;
	font-style: normal;
	color: #666666;
	line-height: 1.5em;

}

.menu a:link { color: #666666; 
                 text-decoration: none } 
.menu a:visited { color: #666666;
                    text-decoration: none } 
.menu a:hover { color: #333333;
                  text-decoration: none } 
.menu a:active { color: #666666; } 
 

