@charset "utf-8";
/*----------------------------------------------------------------------------------------------
Common Style
-----------------------------------------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: #323232 url(../images/index/bg.gif) repeat-x 0 0;
	color: #666;
	font-size: 14px;
}
h1,h2 {
	display: none;
}
/*----------------------------------------------------------------------------------------------
Container Base Style
-----------------------------------------------------------------------------------------------*/
#htmlcontainer {
	position: relative;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*----------------------------------------------------------------------------------------------
Teaser Style
-----------------------------------------------------------------------------------------------*/
div#flash_container {
	position: relative;
	margin: 0 auto;
	width: 830px;
	height: 630px;
}
div#shadow {
	position: absolute;
	top: 0; left: 0;
	width: 830px;
	height: 630px;
}
div#flash_intro {
	position: absolute;
	top: 15px; left: 15px;
	width: 800px;
	height: 600px;
}
div#flash_index {
	position: absolute;
	top: 15px; left: 15px;
	width: 800px;
	height: 600px;
}
div#intro {
	margin: 260px 0 0 0;
	text-align: center;
	line-height: 18px;
}
