@charset "UTF-8";

.link h2 {
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
	border-top: solid 1px #ff3300;
	border-right: solid 1px #ff3300;
	border-bottom: solid 1px #ff3300;
	border-left: solid 5px #ff3300;
	padding: 0.2em 0.5em;
}

dt	{
	color: #000000;
	font-size: 1.1em;
	margin-top: 1em;
}

dt a:link	{
	color: #336699;
	text-decoration: underline;
	background: url("../images/triangle1.gif") left center no-repeat;
	padding-left: 12px;
	vertical-align: middle;
}

dt a:visited	{
	color: #6699cc;
	text-decoration: underline;
	background: url("../images/triangle1.gif") left center no-repeat;
	padding-left: 12px;
	vertical-align: middle;
}

dt a:hover,
dt a:active,
dt a:focus	{
	color: #6699cc;
	background: url("../images/triangle2.gif") left center no-repeat;
	padding-left: 12px;
	vertical-align: middle;
}

dd	{
	margin-top: 0.3em;
	margin-left: 3em;
	color: #222;
	font-size: 1em;
	line-height: 1.5em;
}

.ttl {
	font-weight: bold;
}