* {
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
}
body {
	line-height:1;
	margin:0px;
	padding:0px;
	word-wrap:break-word;
}
a {
	text-decoration:none;
	cursor:pointer;
}
input {
	padding:2px;
	line-height:1;
	border-width:1px;
	border-style:solid;
}
select{
	margin:0px;
	line-height:1;
	border-width:1px;
	border-style:solid;
}
input,select { font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
textarea, tt { font-family:"ＭＳ ゴシック","MS Gothic","Osaka－等幅","Osaka-Mono",monospace; }
table {
	border-collapse:collapse;
}
th,td {
	padding:0px;
	font-size:13px;
}
hr {
	height:0px;
	border-width:1px;
	border-style:solid;
}
.line, #blink {
  -webkit-transition: all 0.2s ease-out;
     -moz-transition: all 0.2s ease-out;
      -ms-transition: all 0.2s ease-out;
       -o-transition: all 0.2s ease-out;
}
.line {
	position:relative;
	margin:0px;
	padding:3px 0px;
	border-width:1px 0px 0px;
	border-style:solid;
	line-height:1.3;
}
.line dt {
	float:left;
	font-weight:bold;
}
.line dt:after {
	content:":";
	margin:0px .4em;
	font-weight:normal;
}
.line dt.system:after {
	content:">";
}
.line .comm {
	margin:0px auto 0px .5em;
	overflow:hidden;
}
.line .date,
.line .supp { font-size:83%; }
.line .date {
	float:right;
	margin:0px 0px 0px 1em;
}
.line .dice {
	margin:0px 0px 0px 1em;
}
.line .dice:before {
	content:"";
	position:absolute;
	width:0;
	height:0;
	left:.5em;
	margin-top:.2em;
	border-width:.3em 0em .3em .5em; 
	border-style:solid;
	border-color:transparent;
	opacity:0.5;
}
.status {
	float:right;
	margin-left:3px;
	border-width:1px;
	border-style:solid;
}
.status tr {
	background-image: -webkit-linear-gradient(      top, rgba(255,255,255,0.15), rgba(255,255,255,0)), -webkit-linear-gradient(      top, rgba(0,0,0,0), rgba(0,0,0,0.15));
	background-image:    -moz-linear-gradient(      top, rgba(255,255,255,0.15), rgba(255,255,255,0)),    -moz-linear-gradient(      top, rgba(0,0,0,0), rgba(0,0,0,0.15));
	background-image:      -o-linear-gradient(      top, rgba(255,255,255,0.15), rgba(255,255,255,0)),      -o-linear-gradient(      top, rgba(0,0,0,0), rgba(0,0,0,0.15));
	background-image:         linear-gradient(to bottom, rgba(255,255,255,0.15), rgba(255,255,255,0)),         linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.15));
}
.status th {
	padding:0px 3px;
	border-width:1px;
	border-style:solid;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#38ffffff', endColorstr='#00ffffff')";
	line-height:1.4;
}
.status th b {
	display:block;
	max-width:10em;
	margin:0px -3px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.status td {
	padding:0px 3px;
	border-width:1px;
	border-style:solid dotted;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#38ffffff', endColorstr='#00ffffff')";
	line-height:1.4;
}
.status th:empty,
.status td:empty {
  padding: 0px;
}

#footer {
	margin:0px;
	padding:6px 0px;
	border-width:1px 0px 0px;
	border-style:solid;
}
#header {
	z-index:10;
	position:fixed;
	top:0px;
	width:100%;
}
#topic_bar_h { visibility:hidden; }
#topic_bar,
#topic_bar_h,
#footer_bar {
	z-index:20;
	position:relative;
	width:100%;
	border-collapse:separate;
	border-spacing:0px;
}
#topic_bar,
#footer_bar {
	background-image: -webkit-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:         linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#75ffffff', endColorstr='#00ffffff')";
}
th#topic_e,
td#topic_td,
#topic_bar_h th,
#topic_bar_h td {
	padding:3px 0px;
	border:0px;
	text-align:center;
	line-height:13px;
}
th#topic_e,
span#topic_s {
	cursor:pointer;
}
th#topic_e {
	border-width:1px 0px;
	font-size:18px;
}
td#set_button,
td#set_button_sw25,
td#set_button_h {
	width:40px;
	padding:3px 1px;
	border-width:0px 0px 0px 2px;
	border-style:groove;
	text-align:center;
	font-weight:bold;
	cursor:pointer;
}
a,
.button,
th#topic_e,
td#set_button,
#footer_bar a {
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
}
.button:hover,
th#topic_e:hover,
td#set_button:hover,
#footer_bar a:hover {
	background-color: rgba(160,200,255,1);
	background-image: -webkit-linear-gradient(      top, rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(      top, rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(      top, rgba(255,255,255,0.8), rgba(255,255,255,0));
	background-image:         linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c8ffffff', endColorstr='#00ffffff')";
	color:#000;
	text-shadow:0px 1px 1px #fff;
}
.button:active,
th#topic_e:active,
td#set_button:active,
#footer_bar a:active {
	background-color: rgba(160,200,255,1);
	background-image: -webkit-linear-gradient(      top, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	background-image:    -moz-linear-gradient(      top, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	background-image:      -o-linear-gradient(      top, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	background-image:         linear-gradient(to bottom, rgba(0,0,0,0.3), rgba(0,0,0,0.1));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#75000000', endColorstr='#25000000')";
 }
td#topic_td,
td#topic_td_h{ padding:2px 3px 2px 0px; }
div#topic,
div#topic_h {
	margin:0px;
	padding:3px 6px 2px;
	border-radius:9px;
	text-align:left;
	text-shadow:none;
	box-shadow:1px 2px 2px rgba(0,0,0,0.3) inset;
}
input#topic {
	width:100%;
	margin:0;
	padding:0px 6px;
	border:0;
	border-radius:9px;
	background-color:#dde;
	color:#000000;
	box-shadow:1px 2px 2px rgba(0,0,0,0.3) inset;
}
.button {
	display:inline-block;
	margin:1px 0px;
	padding:2px 9px;
	border-width:1px;
	border-style:groove;
	border-radius:9px;
	background-color:transparent;
	background-image: -webkit-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:    -moz-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:      -o-linear-gradient(      top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image:         linear-gradient(to bottom, rgba(255,255,255,0.3), rgba(255,255,255,0));
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#75ffffff', endColorstr='#00ffffff')";
	line-height:1;
	font-weight:bold;
}
span#topic_s {
	margin:1px 0px -1px;
}
div#dicedata_area textarea,
div#npcdata_area textarea {
	width:100%;
	height:100px;
}
#topic_bar .blank_l,
#topic_bar_h .blank_l {
	overflow:hidden;
	width:8px;
	border-width:0px 2px 0px 0px;
	border-style:groove;
}
#topic_bar .blank_r,
#topic_bar_h .blank_r {
	overflow:hidden;
	width:8px;
	border-width:0px 0px 0px 2px;
	border-style:groove;
}
#setting_bar {
	z-index:0;
	position:fixed;
	right:5px;
	visibility:hidden;
	opacity: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	width:360px;
	padding:10px 16px 10px 3px;
	margin:-20px 0px 0px;
	border-width:0 2px 2px 2px;
	border-style:ridge;
	border-radius:0px 0px 9px 9px;
	box-shadow:0px 5px 5px rgba(0,0,0,0.5) inset;
	text-align:right;
	font-size:13px;
  -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
       -o-transition: all 0.3s ease;
}
#setting_bar hr {
	height:0px;
	margin:2px 0px;
	border-width:2px 0px 0px;
	border-style:groove;
}
#setting_bar table {
	margin:0px auto;
	border-width:0px 0px 2px;
	border-style:ridge;
}
#setting_bar table tr {
	border-width:2px 0px 0px;
	border-style:ridge;
}
#setting_bar table th {
	padding:3px 0px;
	text-align:center;
}
#setting_bar table td {
	padding:3px 0px;
	text-align:left;
}
#setting_bar select {
	margin:0px 1px 0px 0px;
	padding:0px 4px;
	border-radius:9px;
}

	#sw25setting_bar {
		z-index:0;
		position:fixed;
		right:5px;
		visibility:hidden;
		opacity: 0;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
		width:360px;
		padding:10px 16px 10px 3px;
		margin:-20px 0px 0px;
		border-width:0 2px 2px 2px;
		border-style:ridge;
		border-radius:0px 0px 9px 9px;
		box-shadow:0px 5px 5px rgba(0,0,0,0.5) inset;
		text-align:right;
		font-size:13px;
	  -webkit-transition: all 0.3s ease;
	     -moz-transition: all 0.3s ease;
	      -ms-transition: all 0.3s ease;
	       -o-transition: all 0.3s ease;
	}
	#sw25setting_bar hr {
		height:0px;
		margin:2px 0px;
		border-width:2px 0px 0px;
		border-style:groove;
	}
	#sw25setting_bar table {
		margin:0px auto;
		border-width:0px 0px 2px;
		border-style:ridge;
	}
	#sw25setting_bar table tr {
		border-width:2px 0px 0px;
		border-style:ridge;
	}
	#sw25setting_bar table th {
		padding:3px 0px;
		text-align:center;
	}
	#sw25setting_bar table td {
		padding:3px 0px;
		text-align:left;
	}
	#sw25setting_bar select {
		margin:0px 1px 0px 0px;
		padding:0px 4px;
		border-radius:9px;
	}

#log    {
	z-index:1;
	position:relative;
	margin:3px 8px 0px;
}
#status {
	z-index:2;
	position:relative;
	margin:3px 2px 0px;
}
#footer_bar {
	position:fixed;
	padding:0px 0px 0px;
	bottom:0px;
	right:0px;
	width:240px;
	border-top-left-radius:6px;
}
#footer_bar #rom {
	float:left;
	padding:5px;
	font-size:13px;
}
#footer_bar a {
	float:right;
	display:block;
	padding:5px;
	border-width:0px 0px 0px 2px;
	border-style:groove;
	font-size:13px;
	text-align:center;
	font-weight:bold;
}

