.area_news{
	text-align: center;
}
.Column h1 {
	margin: 10px 0;
}

.canvas {
	position: relative;
	margin: 9px auto;
/*	border: 1px solid #7C8074;*/
	padding: 0;
	min-width: 640px;
	max-width: 1000px;
	min-height: 460px;
	max-height: 640px;
	background-color: #000;
}
.canvas canvas {
	position: relative;
	margin: 0 auto;
}

#countDown {
	display: none;
	position: absolute;
	top: 130px;
	width: 100%;
	text-align: center;
	font-size: 18pt;
	font-weight: bold;
	color: #FFF;
/* 	text-shadow: 0 0 10em #000;
 *
 */
}
#start {
	display: none;
	position: absolute;
	margin: -8px 0 0;
	padding-top: 8px;
	width: 60px;
	height: 70px;
	overflow: hidden;
	text-align: center;
}
#start:before {
	content: 'PLAY';
	display: block;
	position: absolute;
	bottom: 0; right: 0; left: 0;
	margin: auto;
	color: #999;
	font-size: 0.8em;
	text-align: center;
}
#start img {
	width: inherit;
}
a:hover #start img {
	margin-top: -60px;
}

#reset {
	display: none;
	position: absolute;
	top: 10px; right: 10px; 
	margin: 0;
	width: 30px;
	height: 30px;
	overflow: hidden;
}
#reset img {
	width: inherit;
}
a:hover #reset img {
	margin-top: -30px;
}

.area_meaning{
	color:#ff7522;
/*	color: #00FFBB;*/
	margin: 40px auto;
	font-weight:800;
	line-height: 230%;
}
.area_text_ja{
	font-size:110%;
	text-align: center;
	font-weight:bold;
	letter-spacing: 0.1em;
}
.area_text_en{
	text-align: center;
	font-weight:bold;
}
.wrap_list{
	width:870px;
	margin: 0px auto;
	margin-bottom:4px;
	overflow : hidden;
	line-height: 180%;
}
.list_item{
	width: 150px;
	float: left;
	text-align: right;
}
.list_text{
	width: 700px;
	float: right;
	margin-bottom: 10px;
}
.area_main {
	margin-top: 60px;
}
.area_main p {
	text-align: center;
}
.area_main a {
	margin: 0 8px;
}
.area_sns{
	text-align: center;
	height: 30px;
	width: 210px;
	margin: 0 auto 20px;
}
.area_sponsor{
	width: 830px;
}
.top_award{
	width: 1000px;
	margin: 0 auto 30px;
}

/*
.wrap_list{
	width:850px;
	margin-bottom:10px;
	margin: 0px auto;
	overflow : hidden;
}
.list_item{
	width: 145px;
	float: left;
	text-align: left;
	font-weight:800;
}
.list_text{
	width: 685px;
	float: right;
	margin-bottom: 10px;
}*/