﻿@import "sub_common.css";
dl {
	font-size: 75%;
	line-height: 1.7em;
	position: relative;
	left: 40px;
	top: 1em;
	width: 700px;
}
dd {
	position: relative;
	top: 0px;
	left: 60px;
	width: 640px;
}
dt {
	margin-top: 40px;
	margin-bottom: 0.3em;
}
em {
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}
dl a {
	color: #456e9c;
}
dl a:hover {
	color: #789CC5;
	text-decoration: underline;
}

