/* CSS Document */
#head #navi {
	background-color:#444;
	color:#FFF;
	padding:8px 5px;
}

#head #navi a:link {
	color:#FFC;
	text-decoration:underline;
}

#head #navi a:visited {
	color:#FFF;
	text-decoration:underline;
}

#head #navi a:hover {
	color:#FF0;
	text-decoration:underline;
}

#contents {
	font-size:1.2em;
	line-height:135%;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#contents h2 {
	height:155px;
	clear:both;
	margin-top:10px;
}


