@CHARSET "UTF-8";

body, div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555;
}



#navi ul, #content ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 3px;	
	font-size: 14px;
}

#content ul {
	font-size: 14px;
}

#navi li, #content li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	padding-left: .7em;
	line-height: 20px;
}

#navi li:hover {
	background-image: url(../images/bullet_sw.gif);
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#content {
	line-height: 20px;
}

#footer {
	text-align: right;
}

.cite {
	color: #789DC3;
}

#navi li.nav_act{
	background-image: url(../images/bullet_sw.gif);
}

strong.green {  color: #0F0; }
strong.red { color: #F00; }

.tip {
	color: #FFF;
	background: #BAE8CA;
	font-size: 10px;
	text-align: left;

}