@charset "utf-8";

body {
	color: #333;
	margin-top: 0;
	padding-top: 0;
}

div.container {
	max-width: 950px;
}
div#header {
	
}
div#header h1 {
	background: #002e86;
	color: #fff;
	line-height: 1.75em;
	margin: 0;
	padding: 0;
	text-align: center;
}

div#contents {
	
}
div#contents div#cHeader {
	
}
div#contents div#cHeader h3 {
	border-left: 5px solid #002e86;
	background: #f8f8f8;
	line-height: 1.35em;
	text-indent: 0.5em;
}

div#footer {
	
}
div#contact {
	background: #f8f8f8;
	border-top: solid 1px #ccc;
	padding: 1em 0.5em;
}
div#contact div {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px;
}

div#copyright {
	background: #002e86;
	color: #fff;
	font-size: 0.8em;
	font-weight: bold;
	line-height: 2.4em;
	text-align: center;
}

.fs08 { font-size: 0.8em; }
.fs09 { font-size: 0.9em; }
.mb04 { margin-bottom: 0.4em; }
.mb08 { margin-bottom: 0.8em; }
.mb16 { margin-bottom: 1.6em; }
.mb24 { margin-bottom: 2.4em; }
.mb32 { margin-bottom: 3.2em; }
.clear-bold { font-weight: 100 !important; }
.text-bold { font-weight: bold; }
.text-center { text-align: center; }