/* CSS */
html {
height: 100%;
overflow: auto;
}
#flashcontent {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
}

BODY {
height: 100%;
	font-size: 11px;
	background-color:#FFFFFF;
	margin:	0px;
	
	text-align: center;
}
P {
	line-height: 20px;
}
a:link {
	color:#0084C6;
	text-decoration: none;
}
a:visited {
	color:#0084C6;
	text-decoration: none;
}
a:active {
	color:#0084C6;
	text-decoration:none;
}
a:hover {
	color:#0084C6;
	text-decoration: underline;
	position: relative;
	left:0px;
	top:-1px;
}
.text {
	font-size: 12px;
	line-height: 20px;
	color : #000000;
}

.text_big {
	font-size: 14px;
	font-weight:bold;
	line-height: 20px;
	color : #000000;
}
.text2 {
	font-size: 12px;
	line-height: 16px;
	color : #000000;
	padding-left: 8px;
}
.text3 {
	font-size: 12px;
	color : #000000;
}
.texts {
	font-size: 10px;
	line-height: 16px;
	color : #000000;
}
.texts2 {
	font-size: 10px;
	color : #000000;
}
.text_big {
	font-size: 14px;
	line-height: 22px;
	color : #000000;
}
/*news & Campaign*/
.news_day {
	font-size: 12px;
	line-height: 16px;
	color : #FF8500;
}
.news_title {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color : #000000;
}
.news_text {
	font-size: 10px;
	line-height: 16px;
	color : #000000;
}
/*Item Lineup*/
.item_day {
	font-size: 12px;
	line-height: 16px;
	color : #66CC33;
}
.item_title {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color : #000000;
}
.item_text {
	font-size: 10px;
	line-height: 16px;
	color : #000000;
}
.title {
	font: bold 50px Arial, Helvetica, sans-serif;
	letter-spacing: -5px;
}
.text_bc {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color : #FFFFFF;
}
.bc {
	font-size: 12px;
	font-weight:bold;
	line-height: 16px;
	color : #FFFFFF;
	text-align: center;
	width: 400px;
	background-color: #006CBE;
	margin: auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.bc_s{
	font-size: 13px;
	font-weight:bold;
	line-height: 16px;
	color : #0084C6;
	text-align: center;
	background-color: #C5E9FE;
	border: 8px solid #FFFFFF;
	width: 320px;
	margin: auto;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

