@charset "utf-8";

/*
  ほげほげ
*/

body{
    background-color:#efeff0;
	color:#004624;
}
a:link,a:visited{
	color:#004624;
}
a:active,a:hover{
	font-weight:bold;
}
#page{
}
#pageindex{
}
#status{
}
#httpdump{
	display:none;
}
#note{
	background:#c9c9c9;
	border:solid 1px;
	width:42em;
	position:absolute;
	left:100px;
	top:100px;
}
#note_mini{
	background:#c9c9c9;
	border:solid 1px;
	width:10em;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
}
.childbox{
	position:absolute;
	z-index:1;
	border:solid 1px;
	background:#c9c9c9;
	display:none;
	padding:2px 2em 5px 2px;
}
.titlebar{
	background:#3939a0;
	color:white;
	text-align:left;
	border: 0px;
}
.titlebar_title{
	width:39em;
}
.minititlebar_title{
	width:6em;
}
.titlebar_button{
	color:black;
	font:bold;
	text-align:right;
	width:45px;
	background:#c9c9c9;
}
.titlebar_button input{
	width:20px;
	height:20px;
}
.note_status{
	height:1.5em;
}
