/*######################################################################

base.css

######################################################################*/

/*##########HTML全体定義#################################*/

*{
	margin:0;
	padding:0;
}

div,
form,
p{
	padding:0;
	margin:0;
}

th{
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

td{
	text-align:left;
	vertical-align:top;
}

div.clear{
	clear:both;
}


body{
	background-color:#1e1e1e;
	margin:0;
	padding:0;
	color:#666666;
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 12px;
	background-repeat: repeat-x;
}

a:link {color:#666666; text-decoration:none;}
a:visited {color:#666666; text-decoration:none;}
a:hover {color:#ff5704; text-decoration:underline;}
a:active {color:#ff5704; text-decoration:underline;}
/*//for nn6,7*/

.tx10 {
	font-family: "ＭＳ Ｐゴシック", "Osaka－等幅";
	font-size: 10px;
	font-style: normal;
	color: #666666;
}

