body {
	font-family: Verdana, "MS PGothic", Osaka, sans-serif;
	font-size: small;
	line-height: 1.4;
	color: #333333;
	background-color: #F4F4F4;
	padding: 0px;
	margin: 0px;
}
img {
	border:none;
}
h1 {
	background-color: #1041AA;
	color: #FFFFFF;
	font-size: 120%;
	padding: 5px 5px 5px 15px;
	border-bottom: 3px solid #333333;
	margin: 0px;
}
h2 {
	border-bottom: solid 2px #1041AA;
	border-left: solid 5px #1041AA;
	font-size: 120%;
	padding-left: 10px;
	color: #1041AA;
	margin: 10px 5px 0px 5px;
}
h3 {
	border-bottom: solid 1px #1041AA;
	font-size: 110%;
	padding-left: 10px;
	color: #1041AA;
	margin: 10px 5px 0px 5px;
	width: 20em;
}
#wrapper {
	background-color: #FFFFFF;
	width: 760px;
	margin:0px auto;
}
#header {
	width: 100%;
	height: 75px;
	position: relative;
	background-color: #FFFFFF;
}
#headLogo {
	position: absolute;
	left: 10px;
	top: 10px;
}
#headMenu {
	position: absolute;
	right: 0px;
	bottom: 28px;
	font-size:12px;
}
#headMenu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headMenu li {
	float: left;
	border-left: solid 1px;
	padding: 0em 0.5em 0em 0.5em;
}
#headMenu a {
	color: #333333;
	text-decoration: none;
}
#headMenu a:hover {
	text-decoration: underline;
}
#headNavi {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	font-size:12px;
	height: 25px;
	background-color: #E8E8E8;
	overflow: hidden;
}
#headNavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#headNavi li {
	float: left;
	width: 10em;
	border-right: solid 1px #CCCCCC;
}
#headNavi a {
	display: block;
	width: 100%;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
	color: #333333;
}
#headNavi a:hover, #headNavi a.stay {
	color: #FFFFFF;
	background-color: #59A7FE;
}
#content {
	width: 100%;
	margin: 5px 0px 5px 0px;
	position: relative;
	clear: both;
}
#contentLeft {
	float: left;
	width: 375px;
	margin: 5px 0px 5px 0px;
}
#contentRight {
	float: right;
	width: 375px;
	margin: 5px 0px 5px 0px;
}
#primary {
	float: right;
	width: 575px;
	margin: 5px 0px 5px 0px;
}
#secondary {
	float: left;
	width: 180px;
	margin: 40px 0px 5px 0px;
}
#footer {
	width: 100%;
	height: 24px;
	position: relative;
	overflow: hidden;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #1041AA;
}
.borderLeftNone {
	border-left: 0px !important;
}
.tblCross table {
	border-bottom: none;
	border-left: solid 1px #666666;
	border-right: none;
	border-top: solid 1px #666666;
	margin: 10px;
}
.tblCross th {
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: solid 1px #666666;
	border-top: none;
	background-color: #ECECEC;
	font-weight: normal;
	padding: 10px;
}
.tblCross td {
	border-bottom: solid 1px #666666;
	border-left: none;
	border-right: solid 1px #666666;
	border-top: none;
	background-color: #FFFFFF;
	padding: 10px;
}
.section01 {
	padding-left: 20px;
	padding-right: 20px;
}
.section02 {
	padding-left: 30px;
	padding-right: 20px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	font-size:100%;
	font-weight:normal;
}
a:hover {
	color: #ff0000; text-decoration: underline;
	font-size:100%;
	font-weight:normal;
}