@charset "utf-8";

html{
	scrollbar-base-color: #666666;
    overflow-y:scroll;
}
body {
	background-color: #000000;
}
#all {
	color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 0.1em;
}
#head {
	height: 30px;
	color: #999999;
}
#top {

}
#menu {
	height: 30px;
	background-image: url(img/menu3.jpg);
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
#conte {

}
#foot {


}
a:link {
	color: #00DD00;
	text-decoration: none;
}
a:active {
    position:relative;
	top: 1px;
	left: 1px;
}

a:visited {
	color: #00DD00;
	text-decoration: none;
}
a:hover {
	color: #00DD00;
	text-decoration: underline;
}
h1 {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	    margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
p{
    margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
img {
 border: none;
 }
