p {
	line-height: 150%;
}
.li2 {
	line-height: 180%;
	font-weight: bold;
}
.ul-large {
	font-size: medium;
	line-height: 150%;
	font-weight: bold;

}
#body {
	background: #FFFFFF;
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px none #9999FF;
	border-right: 1px solid #9999FF;
	border-bottom: 1px solid #9999FF;
	border-left: 1px solid #9999FF;
}
#header {
	text-align: center;
}
#content {
	margin-top: 10px;
	margin-bottom: 20px;
}
#navi {
	text-align: center;
}
h1 {
	margin-left: 20px;
	padding: 5px;
	border: 1px solid #999999;
	margin-right: 20px;
}
dl {
	margin-top: 0px;
	margin-bottom: 10px;
}
dt {
	line-height: 150%;
	margin-bottom: 5px;
	font-weight: bold;
}
dd {
	line-height: 125%;
}
