@charset "utf-8";


div.swf-block{
	width: 100%;
	height: 100%;
	color: #000;
	background: #000;
}
div.cp{
	margin: 20px 0 0 0;
	font-size: 10px;
}
a{
	color: #000;
	background: transparent;
}
address{
	margin: 0;
	padding: 10px 0 0 0;
	/* display: none;*/
	font-style: normal;
	font-size: .7em;
	color: #000;
	background: #fff url("/images/dot_side.gif") repeat-x;
}

ul.default{
	margin: 0 0 27px 0;
	padding: 0;
}
ul.default li{
	margin: 0 0 0 15px;
	padding: 0;
}
.copy_index_noflashs{
	margin: 38px 0 0 0;
	padding: 0;
	color: #333;
	background: #fff url("/images/copy_index_noflash.gif") no-repeat;
	width: 500px;
	height: 48px;
}
div.logo span,
.copy_index_noflashs span{
	display: none;
}

.box{
	margin: 10px 0 27px 0;
	padding: 0;
}

/*
 * gd NavigationFramework
*/
.flashcontent-hidden{
	overflow: hidden;
}
.flashcontent-scroll{
	overflow: scroll;
}
.flashcontent-visible{
	overflow: visible;
}
.flashcontent-auto{
	overflow: auto;
}


/* for SWFObject */

/* hide from ie on mac \*/
html{
	height: 100%;
}
body{
	overflow: visible;
}
#flashcontent{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 50;
	display: none;
}
* html #flashcontent { /* ie6 hack */
	/*position: absolute;*/
}
#defaultcontent{
	display: none;
}

/* end hide */

embed, object{
	width: 100%;
	height:100%;
	margin: 0;
}





