@charset "utf-8";
/* CSS Document */


	#sidenavi .subt{
	margin:20px 0 10px 0;
	background-color:#bb0000;
	font-weight:bold;
	color:#fff;
	padding:3px;
	text-indent:10px;
	
	}
		#cont_c .subt{
		margin-top:0;
		background:#bb0000;
		font-size:120%;
		font-weight:bold;
		color:#fff;
		padding:3px;
		text-indent:10px;
		line-height:2;
		}

		#cont_r .subt{
		margin:20px 0 10px 0;
		background-color:#990134;
		font-weight:bold;
		color:#fff;
		padding:3px;
		text-indent:10px;
		
		}

#footer {
	margin: 0px;
	padding: 0px;
	width: 840px;
	background: #bb0000;
	height: auto;
	text-align: center;
	clear: both;
	font-size: 11px;
	color: #FFFFFF;
}


