@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
.alignCenter {
	width:100%;
	text-align:center;
}
.note {
	font-size:90%;
}
body {
	text-align:center;
	background:#858387;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:16px;
}
h1 {
	width:100%;
	background:#474949;
	text-align:center;
	padding:15px 0;
}
#container {
	background:#ffffff;
	text-align:left;
	margin:0 auto;
	width:950px;
	position:relative;
}
#configPanel {
	width:270px;
	padding:0 0 0 15px;
	line-height:1.5;
	font-size:90%;
}
#start {
	margin:15px 0;
	padding:15px;
	background:#efefef;
	width:200px;
}
#configPanel h2 {
	margin:45px 0 0 0;
}
form#config {
	margin:15px 0;
}
form#config input{
	width:30px;
}
#configPanel input.longInput{
	width:180px;
}
form#config label{
	margin:0 5px 0 0;
}
form#config #agentConfig{
	width:100%;
	margin:15px 0;
}
.agentBox {
}
.agent {
	border:0;
}
.disable {
	background:#E9E9E9;
}
form#config .subConfig{
	/*float:left;
	width:127px;*/
	font-size:90%;
	margin:15px 0;
}
form#config .subConfig h3{
	font-size:100%;
}
.clear{
	clear:both;
}
#submitCont{
	padding:15px;
	margin:15px 0;
	background:#efefef;
	width:200px;
	text-align:center;
}
#config input#defaultSetting{
	width:100px;
	float:right;
}
#wordPreview {
	width:539px;
	margin:15px;
	background:#efefef;
	padding:5px 15px;
	font-size:70%;
}
#boardPanel{
	position:relative;
}
#board {
	width:533px;
	background:#efefef;
	color:#000000;
	font-size:80%;
	padding:15px;
	margin:15px;
	border:3px inset #000000;
}
#board a:link{color:blue;}
#board a:active{color:red;}
#board a:visited{color:#660099;}
#board h2{
	color:red;
	font-size:larger;
	font-weight:normal;
}

#error {
	text-align:left;
	z-index:400;
	background:#FFFFFF;
	width:300px;
	border:1px solid #FF0000;
	font-weight:bold;
	font-size:90%;
	overflow:hidden;
	position:fixed;
	top: 168px;
	left: 385px;
    /* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 168 + 'px');
	left: expression(documentElement.scrollLeft + 385 + 'px');
}
#error h3{
	font-size:90%;
	background-color:#FF3300;
	color:#ffffff;
	text-align:left;
	margin:0;
	padding:3px;
}
#error #errorBody{
	padding:15px;
}
#error input{
	width:100px;
	margin:15px 0 0 0;
}
#dialog {
	text-align:left;
	z-index:400;
	background:#FFFFFF;
	width:300px;
	border:1px solid #0000FF;
	font-weight:bold;
	font-size:90%;
	overflow:hidden;
	position:fixed;
	top: 168px;
	left: 385px;
    /* IE5 later && javascript-on */
	position: expression('absolute');
	top: expression(documentElement.scrollTop + 168 + 'px');
	left: expression(documentElement.scrollLeft + 385 + 'px');
}
#dialog h3{
	font-size:90%;
	background-color:#3333FF;
	color:#ffffff;
	text-align:left;
	margin:0;
	padding:3px;
}
#dialog #dialogBody{
	padding:15px;
}
#dialog input{
	width:100px;
	margin:15px 0 0 0;
}
#consoleContainer{
	border-left:5px double #aa0000;
	background:#000000;
	z-index:900;
}
#console {
	background:#000000;
	color:#FFFFFF;
	font-size:60%;
	width:90px;
	padding:5px;
}
#console li{
	list-style:none;
	margin:5px 0 0 0;
}
.tooltip {
	background:#EEAAEE;
	font-size:80%;
	width:80px;
	padding:5px;
	position:absolute;
	left: 150px;
	top: 265px;
	background-color: #FFFFA2;
	z-index:900;
}
