#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;
}
.img_border {
	border: 1px solid #C83DA5;
}
.footer_text {
	font-size: 10px;
	margin-top: 10px;
	text-align: center;
	line-height: 1.5;
}
body {
	background-color: #FFFFFF;
	color: #333333;
}

a {
	color:#F744AB;
}

a:visited {}

a:hover {
	color: #FA70BF;
}
/* ボックス中央上下寄せ-------------------------- */
#main_ent {
	height: 380px;
	width: 800px;
	margin:100px auto 0 auto;
}

