/* ボックス中央上下寄せ-------------------------- */

#container {

	position: absolute;

	height: 380px;

	width: 700px;

	left: 50%;

	top: 50%;

	margin-top: -250px;

	margin-left: -350px;

}

	

	

.area {

	font-size: 16px;

	font-weight: bold;

	color: #006699;

	text-align: center;

	height: 30px;

	width: 100px;

	margin-top: 20px;

	padding-top: 20px;

}

#container #header h1 {

	font-size: 12px;

	font-weight: bold;

	margin-top: 20px;

	color: #040253;

}

.img_border {

	border: 1px solid #999999;

}

.footer_text {

	font-size: 10px;

	margin-top: 10px;

	text-align: center;

	line-height: 1.5;

}

a {

	color: #0099CC;

}

a:hover {

	color: #0099CC;

}



body {

	background-color: #FAFAFA;

}


