<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.4;
}
hr {
	display: none;
}
/* link styles
----------------------------*/
a img {
	border-style: none;
}

a:link {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF9999;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #FF3333;
	text-decoration: none;
	font-weight: bold;
}
/* basic layout
----------------------------*/
#wrapper {
	width: 120px;
	font-family: sans-serif;
	font-size: 12px;
	line-height: 18px;
}
#wrapper ul li {
	list-style: none;
	margin-bottom: 1px;
}
#wrapper ul li a {
	width: 120px;
	background-image: url(pic/sankaku.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 8px;
	display: block;
	border-bottom: 1px dotted #666666;
}
</pre></body></html>