body {
	background-color: #ffffff;
	margin-right: auto;
	margin-left: auto;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
}
#content {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 30px;
}
h1{
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-top: 10px;
}
dl {
	margin-top: 10px;
	margin-bottom: 10px;
}
dt {
	clear: left;
	float: left;
	width: 175px;
	margin-left: 50px;
	line-height: 175%;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
	padding-left: 3px;
	padding-bottom: 5px;
	padding-top: 5px;
}
dd {
	border-bottom: 1px solid #CCCCCC;
	margin-right: 50px;
	line-height: 175%;
	height: 100%;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
}