@charset "Shift_jis";

html {
	overflow: auto;
}
a:link {
	color: #0066cc;
	text-decoration: underline;
}

a:visited {
	color: #0066cc;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #993399;
	text-decoration: underline;
}

dl {
	margin: 0;
	padding: 0;
	font-size: 85%;
	color: #333;
}

dt{
	float: left;  
	width: 80px;  
	clear: both;  
	padding: 2px 0 0 0 !important;
	line-height: 1.5em;
}
dd {
	margin-left: 80px;  
	padding: 2px 10px 0 0 !important;
	line-height: 1.5em;
}
