body{ margin: 0; padding: 0; background-color: #fff; color: #555;}
body{font:13px/1.231 verdana, "MS UI Gothic", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka,"メイリオ", Meiryo, arial, sans-serif;*font-size:small;*font:x-small;}
table{
	background: #fff;
}

#main {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-size: medium;
}
h2 {
	font-size: small;
}
h3 {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

p {
	font-size: small;
	width: 515px;
	margin-right: auto;
	margin-left: auto;
}
ul {
	font-size: small;
	list-style-position: inside;
}
#copy {
	font-size: x-small;
	text-align: center;
}

.table-gray {
	border-collapse: collapse;
}

.table-gray td,
.table-gray th{
	border: solid 1px #adadad;
	padding: 3px;
	vertical-align: top;
}
.table-gray th{
	background: #efefef;
}