@charset "Shift-JIS";
/* Default Css Document */
body {
	margin: 10px;
	color: #4d4d4d;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: 'MS UI Gothic,Verdana, chicago, Arial, Times New Roman';
}
td,th {
	color: #4d4d4d;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
}
a {
	color: #4d4d4d;
	text-decoration: none;
}
/* サンプルスタイルシート */
.hide {
 display: none;
}

