@charset "utf-8";
html {
	overflow-x: hidden;
}
body {
	margin: 0px;
	padding: 0px;
	color: #444;
	font: 62.5% "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#info {
	padding: 2px 0px 5px 10px;
}
div#info table {
	border-collapse: collapse;
	width: 520px;
}
div#info table th,td {
	font-size: 1.2em;
	line-height: 130%;
	vertical-align: top;
	padding: 5px 0px;
	background: url(../images/dt01.gif) repeat-x left bottom;
}
div#info table th {
	width: 76px;
	text-align: left;
	font-weight: bold;
}
a:link,a:visited {
	color: #06c;
	text-decoration: underline;
}
a:hover,a:active {
	color: #e00;
	text-decoration: none;
}
