@charset "UTF-8";

div.main p.nav{
	padding:6px 0 0 15px;
	font-size:12px;
	color:#dbf7a4;
	height:26px;
	background:url("../img/top_nav_bg.gif") no-repeat;
}
div.main p.nav a{
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}
div.main p.nav a:hover{
	color:red;
	text-decoration:none;
}

div.main p.bottomNav{
	font-size:107%;
	line-height:1.6;
	text-align:center;
	padding:25px 0;
}

div.main h2{
	padding-bottom:10px;
}

div.contentBody{
	padding:15px;
	background:#fcfff1;
}
div.contentBody table tr td h4{
	padding-bottom:6px;
	font-size:137%;
	font-weight:bold;
	color:#658c00;
}
div.contentBody table tr td p{
	font-size:107%;
	color:#333333;
	line-height:1.6;
}
div.contentBody table tr td p.wide{
	line-height:1.9;
}
div.contentBody table tr td p.wide2{
	line-height:1.4;
}
div.contentBody p.detailLink{
	font-size:152%;
	text-align:center;
	padding:10px 0;
}
