@charset "utf-8";

#indexComment{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#DDD;
}

#indexComment .emphasis_1{
	font-weight:bold;
	color:#F28500;
}

#indexComment .emphasis_2{
	font-size:20px;
	font-weight:bold;
	color:#F28500;
}

#controllerBg{
	position: absolute;
		top: 0;
		left: 0;
	background-color: #000;
	width: 220px;
	height: 100%;
	filter:Alpha(opacity=70);
}
#controller{
	position: absolute;
		top: 0;
		left: 0;
	width: 200px;
	color: #fff;
	padding: 10px;
}

#inputBackgroundColor{
	width: 70px;
	border: 1px solid black;
	background-color: white;
	padding: 2px;
	display:block;
	float: left;
}
#inputBackgroundColorPickerFrame{
	padding-top: 3px;
	position: relative;
	width:202px;
	display:none;
	clear:both;
}
#inputBackgroundColorPickerClose{
	position: absolute;
		top: 3px;
		right: 0;
}
#inputBackgroundColorPicker {
	background-color: #333;
	width:200px;
	border:1px solid #ccc;
}

/*
.checkBtn{
	display:block;
	width: 50px;
	text-align:center;
	padding: 2px 0;
	border:1px solid #f00;
	background-color:white;
	color: #f00;
	float:right;
	line-height: 1em;
	height: 1em;
}
*/

/*
	Flash
*/

body {
	background-color: black;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
address {
	color:#ddd;
	font-size:12px;
	font-style:normal;
	margin:0;
	padding:5px 0;
	text-align:center;
}
address a{
	color:#ddd;
	font-size:12px;
	text-decoration:none;
}
address a:hover{
	color:#FFF2BD;
	text-decoration:underline;
}

