@charset "Shift-JIS";

/* Default Css Document */

body {
	margin: 10px;
	color: #000000;
	font-size: 10px;
	font-family: 'MS UI Gothic,Verdana, chicago, Arial, Times New Roman';
}

td,th {
	color: #000000;
	font-size: 10px;
	font-family: 'MS UI Gothic,Verdana, chicago, Arial, Times New Roman';

}

a:link {
	color:#CCCCCC;
	text-decoration:underline;
}

a:visited {
	color:#999999;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:none;
}

a:active {
	color:red;
	text-decoration:underline;
}



/* サンプルスタイルシート */

.hide {

 display: none;

}

