#container {

	width: 500px;

	margin-right: auto;

	margin-left: auto;

	height: 380px;

}

.area {

	font-size: 16px;

	font-weight: bold;

	color: #006699;

	text-align: center;

	height: 30px;

	width: 100px;

	margin-top: 20px;

	padding-top: 20px;

}

#header h1 {

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

.img_border {

	border: 1px solid #996633;

}

.footer_text {

	font-size: 10px;

	margin-top: 10px;

	text-align: center;

	line-height: 1.5;

}

body {

	background-color: #990000;

	color: #FFFFFF;

}



a {

	color: #FFFFFF;

}



a:visited {}



a:hover {

	color: #F9ECEC;

}

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

#main_ent {

	position: absolute;

	height: 380px;

	width: 500px;

	left: 50%;

	top: 40%;

	margin-top: -190px;

	margin-left: -250px;

}


