@charset "UTF-8";
body  {
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #71D0F6;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
	background-position: center center;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #container {
	width: 780px; /* this overrides the text-align: center on the body element. */
	background-color: #333333;
	padding: 0px;
	text-align: left;
	border: 1px none #0066FF;
	margin: auto;
	clip: rect(auto,auto,auto,auto);
} 
.twoColFixLtHdr #header {
	background-image: url(images/banner1.jpg);
	height: 100px;
	width: 780px;
	background-repeat: repeat;
	position: relative;
	padding: 0px;
	margin: 0px;
} 
.twoColFixLtHdr #subheader {
	height: 165px;
	width: 350px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #333333;
}
.twoColFixLtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-right-style: solid;
	border-right-color: #0F63B3;
	background-color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #0F63B3;
}
.twoColFixLtHdr #mainContent {
	position: relative;
	margin: 0px;
	width: 510px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	overflow: hidden;
}
.twoColFixLtHdr #container #lang {
	font-family: "ヒラギノ明朝 Pro W3", "Times New Roman", sans-serif;
	font-size: 14px;
	position: absolute;
	top: 80px;
	left: 710px;
	width: 50px;
} 
.twoColFixLtHdr #footer {
	padding: 0;
	height: 100px;
	width: 780px;
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #header #Home {
	color: #FFFFFF;
	position: relative;
	width: 600px;
	left: 90px;
	top: 75px;
}
.twoColFixLtHdr #container #mainContent #div1 {
	padding: 0px;
	margin: 0px;
	position: relative;
	height: 80px;
	width: 500px;
}
.twoColFixLtHdr #container #mainContent #div2 {
	top: -10px;
	left: 0px;
	width: 500px;
	float: left;
	position: relative;
	height: 165px;
}
.twoColFixLtHdr #container #mainContent #div3 {
	top: 0px;
	left: 0px;
	width: 500px;
	float: left;
	position: relative;
	height: auto;
}
.twoColFixLtHdr #container #mainContent #form {
	border: medium solid #0F63B3;
	margin: 5px;
	padding: 5px;
	font-size: 14px;
	text-align: left;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
