@charset "UTF-8";
#home { width:100%; min-width:960px; height:90px; padding:0; text-align:center; background:url(../images/home.jpg) no-repeat top; background-size:cover;}

#title { width:100%; min-width:960px; text-align:center; background:#007F40;}
	#title p { display:block; width:960px; padding:20px 0; color:#999; margin:0 auto; text-align:center;}

#treenavi { width:100%; min-width:960px; text-align:center;}
	#treenavi p { display:block; width:960px; padding:10px 0; font-size:12px; line-height:14px; color:#999; margin:0 auto; text-align:left;}
		#treenavi a { padding:0 10px; color:#999; text-decoration:none;}
			#treenavi a:hover { color:#00B63E; text-decoration: underline;}
		#treenavi strong { padding:0 10px; color:#999; font-weight: normal;}

