@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}

html{
	height:100%;
}

body {
	height:100%;
	background:#676767 url(/com/img/top/bg_body.jpg) top left repeat-x;
}

#main_box {
	margin-left: auto;
	margin-right: auto;
	width: 1002px;
	height: 100%;
	background:  url(../img/top/bg_main_box.gif) top center repeat-y;
}

#content_box {
	width: 1002px;
	height: 100%;
	background: url(/com/img/top/bg_content_box.gif) top center no-repeat;
	text-align: center;
}

#flashcontent {
	font-size: 12px;
	width: 982px;
	height: 594px;
}

#flashcontent p {
	padding-top: 50px;
	font-size: 12px;
	line-height: 2.0em;
	color:#000;
	text-align:center;
	background-color: #FFFFFF;
}
#flashcontent noscript p {
	padding: 50px 0 0 0;
	font-size: 12px;
	line-height: 2.0em;
	color:#000;
	text-align:center;
}
