@charset "ISO-8859-1";
* {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	color: rgb(66, 66, 70);
}
/* standard classes */
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
/* standard tags */
a {
	text-decoration: none;
}
/* base structure */
#base {
	width: 100%;
	text-align: center;
}
#site {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}
#header {
	padding-top: 26px;
	height: 74px;
}
#header img#logo {
	position: absolute;
}
#header #headNavi,#header #headNavi * {
	text-align: right;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;
	font-size: 12px;
}
#navi {
	height: 23px;
}
#navi li {
	float: left;
	list-style: none;
	width: 150px;
}
#navi li a {
	width: 100%;
	display: block;
	background-color: rgb(226, 0, 26);
	text-align: center;
	color: rgb(255, 255, 255);
	font-size: 13px;
	padding: 2px 0;
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;
}
#navi li.active a {
	background-color: rgb(236, 119, 84);
}
#contentHome {
	background-color: rgb(242, 242, 243);
	height: 500px;
	height: auto !important;
	min-height: 500px;
}
#contentHome * {
	padding-left: 20px;
	color: rgb(226, 0, 26);
	font-size: 13px;
}
#contentHome img {
	padding: 0;
	margin-bottom: 16px;
}
#contentHome h2 {
	height: 70px;
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;
	color: rgb(0, 0, 0);
}
#contentHome div {
	padding-left: 180px;
}
#window {
	background-color: rgb(242, 242, 243);
	margin-top: 20px;
	height: 480px;
	height: auto !important;
	min-height: 480px;
}
#content {
	padding-left: 180px;
	padding-bottom: 20px;
}
#content b {
	color: #000000;
}
#content a {
	color: rgb(226, 0, 26);
}
#content h2 {
	padding-top: 18px;
	height: 72px;
	letter-spacing: 0.03em;
}
#content h2,#content h2 * {
	font-size: 20px;
	font-weight: normal;
	line-height: 26px;
	font-family: Arial, sans-serif;
	letter-spacing: 0.03em;
}
#content .red {
	color: rgb(226, 0, 26);
}
#rightColSpacer {
	width: 27px;
	height: 1px;
}
#subNavi {
	float: left;
	width: 150px;
	padding-top: 90px;
}
#subNavi li {
	list-style: none;
	text-align: right;
	text-transform: uppercase;
}
#subNavi li.active a {
	font-weight: bold;
	letter-spacing: 0.03em;
	color: rgb(226, 0, 26);
}
#subNavi li a:hover {
	color: rgb(226, 0, 26);
}
#footer {
	padding-top: 10px;
	padding-left: 180px;
	color: rgb(0, 0, 0);
	font-size: 10px;
}
#footer * {
	font-size: 10px;
	color: rgb(0, 0, 0);
}
#footer span {
	font-weight: bold;
}
#footer .red {
	color: rgb(226, 0, 26);
	padding: 0 2px;
}
