@import url("common/reset.css");
@import url("common/font.css");
@import url("common/base.css");
@import url("common/footer.css");

div#header ol{
	display:none;
}
div#contents{
	overflow:hidden;
}
div#contents h3{
	padding:0 0 .3em 0;
	margin:0;
	border-bottom:2px solid #5aaee9;
	font-weight:bold;
	font-size:600%;
	font-family:"Lucida Grande","Lucida Sans";
	text-shadow:0 3px 8px #000;
	opacity:.6;
}
div#contents h4{
	font-size:200%;
	font-family:"Lucida Grande","Lucida Sans";
	text-shadow:0 3px 8px #000;
	margin:.9em 0;
	font-weight:bold;
}
div#contents dl.siteMap{
	float:left;
	padding:0 4em 0 0;
	font-size:120%;
}
	div#contents dl.siteMap dt,
	div#contents dl.siteMap dd{
		line-height:1.7;
	}
