<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* CSS Document */

#container h2 { margin-top: 20px; }

/*
=================================================
	navigation
=================================================
*/

#navi { margin: 15px 0; background: url(../images/line.gif) center top repeat-y; }
#navi dl { width: 375px; text-align: center; }
#navi dd { width: 125px; line-height: 1.3em !important; margin-bottom: 2px; font-weight: bold; }
#navi dd span { font-weight: normal; font-size: 0.9em; }
#navi a { background-position: center top !important; padding-top: 38px; }
#navi a:hover, #navi a.active { background-position: center -66px !important; }


/*
=================================================
	top column
=================================================
*/

#topColumn {
	width: 100%;
	padding: 20px 0 30px;
}

#lcol { float: left; width: 420px; }
#rcol { float: right; width: 320px; }


#topColumn ul, #topColumn dl, #topColumn p { margin: 10px 0 15px; }
#topColumn p, #topColumn li, #topColumn dd { padding-left: 20px; }
#topColumn li, #topColumn dd { background: url(../images/point_list.gif) 5px 5px no-repeat; }
#topColumn dt { font-weight: bold; }
#topColumn li, #topColumn dd, #topColumn p { padding-bottom: 5px; }
#topColumn span { font-size: 0.85em; margin-left: 5px; }

@media print{


}
</pre></body></html>