<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#contents {
	padding: 0 50px;
	height: inherit;
	background-attachment: fixed;
	background-position: center 40px;
	width: 800px;
}

div#contents div.item dl {
	width: 515px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

div#contents div.item dt {
	float: left;
	clear: both;
	width: 110px;
	padding-top: 10px;
	border-top: 1px dotted gray;
	padding-bottom: 10px;
}

div#contents div.item dd {
	padding-top: 10px;
	width: 400px;
	margin-left: 110px;
	border-top: 1px dotted gray;
}

div#contents div.item dd:after {
  content:'';
  display:block;
  clear:both;
}

div#contents div.item dd a:hover {
	color: white;
	background-color: black;
}

div#contents div.item dt#pv1 a:hover {
	color: white;
	background-color: black;
}

ul#navi {
	left: 20px;
}


/*  special  */
div#contents div.special dl {
	width: 515px;
	border-bottom: 1px dotted gray;
	margin-bottom: 20px;
}

div#contents div.special dt {
	float: left;
	clear: both;
	width: 280px;
	padding-top: 10px;
	border-top: 1px dotted gray;
	padding-bottom: 10px;
}

div#contents div.special dd {
	padding-top: 10px;
	width: 230px;
	margin-left: 280px;
	border-top: 1px dotted gray;
}

div#contents div.special dd:after {
  content:'';
  display:block;
  clear:both;
}

div#contents div.special dd a:hover {
	color: white;
	background-color: black;
}

div#contents div.special dt#pv1 a:hover {
	color: white;
	background-color: black;
}

img#sp_cut { border: 4px solid #CCCCCC; }</pre></body></html>