@charset "UTF-8";
/* CSS Document */

body {
margin: 0px;
text-align: center;
font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
background-color: #000000;
}

#header {
	margin: 0px auto;
	background-color: #003333;
	width: 700px;
	height: 100px;
	background-image:url(../tfn/images/header.png);
	background-repeat: no-repeat;
	background-position: center;
}

#topimage {
margin: 0px auto;
width: 100%;
height: 250px;
background-image: url(../tfn/images/top_image.gif);
background-repeat: no-repeat;
background-position: center;
}

#maincontainer {
	margin: 0px auto;
	width: 680px;
	height: auto;
	background-color: #CCCCCC;
	border-left-color: #003333;
	border-left-width: 10px;
	border-left-style: solid;
	border-right-color: #003333;
	border-right-width: 10px;
	border-right-style: solid;
	border-top-color: #003333;
	border-top-width: 10px;
	border-top-style: solid;
	border-bottom-color: #003333;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: left;
}

#footer {
	margin: 0px auto 50px;
	background-color: #003333;
	width: 700px;
	height: 20px;
	font-size: 10px;
	line-height: 20px;
	color: #FFFFFF;
}

.leftTopBox {
margin: 20px 10px 10px 20px;
width: 308px;
height: 260px;
float: left;
}

.rightTopBox {
margin: 20px 20px 10px 10px;
width: 308px;
height: 260px;
float: right;
}

.leftBottomBox {
margin: 10px 10px 20px 20px;
width: 308px;
height: 260px;
float: left;
}

.rightBottomBox {
margin: 10px 20px 20px 10px;
width: 308px;
height: 260px;
float: right;
}

.signUp {
margin: 10px 20px 20px 20px;
}

.clear {
	clear: both;
}
