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