html * {
	box-sizing: border-box; /* CSS 3 の記述。 MacIE 5 で有効。 */
	-moz-box-sizing: border-box; /* Mozilla 用の記述。 N 6 で有効。 */
}
body {
	position:absolute;
	width:100%;
	height:100%;
	overflow:auto;
	margin:0;
	padding:0;
	background-color:#000000;
	color:#C8C2C2;
	font-size:95%;
	line-height:1.2;

	scrollbar-highlight-color: #494343;
	scrollbar-shadow-color: #494343;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	SCROLLBAR-BASE-COLOR : #000000;　　　　　　　　　　　
	SCROLLBAR-TRACK-COLOR : #000000;
	SCROLLBAR-ARROW-COLOR : #494343;

}

a:link { color:#708090;text-decoration : none;}
a:visited { color:#708090;text-decoration : none; }
a:active { color:#708090;text-decoration : none; }
a:hover { color:#FFFFFF;text-decoration : none; }

#Header {
	position:absolute;
	top:10;
	left:0;
	width:95%;
	background:#000000;
	text-align:right;
}
h1 {
	margin:0;
	padding:3px 8px;
	font-size:100%;
}
.MasterCommnet {
	padding:3px 8px;
	font-size:90%;
	background:#000000;
}
#MainBlock {
	z-index:1;
	position:absolute;
	top:10%;
	bottom:10%;
	left:3%;
	width:100%;
	height:80%;
}
#MainForm {
	position:relative;
	margin:0;
	width:100%;
	height:100%;
}

#MsgBlock {
	position:absolute;
	top:-10%;
	left:0;
	margin:0;
	padding:0;
	background:#000000;
	width:55%;
	height:110%;
	overflow:auto;
	border-style:solid;
	border-color:#708090;
	border-width:2px 2px 2px 2px;
	list-style:none;
}
.Sec1 a:link {
	background:#000000;
}
.Sec1 a:visited {
	background:#000000;
}
.Sec1 a:active,.Sec1 a:hover {
	background:#000000;
}
#PageNavi {
	position:absolute;
	top:100%;
	left:0;
	margin:0;
	background:#708090;
	color:#C8C2C2;
	width:55%;
	height:5%;
	overflow:auto;
	text-align:center;
	padding:0.2em 0;
}
#PageNavi a{
	text-decoration:none;
}
#PageNavi a:link{
	color:#fff;
}
#PageNavi a:visited{
	color:#fff;
}
#PageNavi a:active,#PageNavi a:hover{
	color:#fff;
}
#RegistForm {
	position:absolute;
	top:0%;
	left:58%;
	width:35%;
	height:88%;
	padding:1em 0;
	text-align:left;
	border:solid 1px #000000;
	background:#000000;
	color:#959fa8;
	overflow:auto;
}
#formtitle {
	text-align:center;
	padding-left:1em;
}
#RegistForm .item{
	margin:0;
	clear:both;
}
#RegistForm .label{
	display:block;
	float:left;
	width:5em;
	text-align:right;
	padding-right:0.2em;
	font-family:Trebuchet MS;
}
#iconarea {
	border:solid 1px #999;
	width:220px;
	height:60px;
	padding:5px;
	overflow:auto;
}
#iconarea label{
	white-space:nowrap;
}
#iconarea img{
	vertical-align:text-bottom ;
	margin-top:0.1em;
	margin-bottom:0.1em;
}

.RegistButton {
	clear:both;
	text-align:center;
}

.RegistInfo {
	text-align:center;
	font-size:80%;
}

#ExtraField {
	position:absolute;
	top:90%;
	left:58%;
	width:40%;
	height:15%;
	padding:0.6em 0;
	text-align:center;
	border:solid 1px #000000;
	background:#000000;
	color:#959fa8;
	overflow:auto;
}
#ExtraField form{
	margin:0.3em 0;
}

#Footer {
	position:absolute;
	bottom:0;
	left:0;
	width:95%;
	background:#000000;
	text-align:right;
	font-size:90%;
}
#Footer p{
	padding:3px 1em;
	margin:0;
}
#otherlink a{
	font-family:Trebuchet MS;
}
#otherlink a:link,#otherlink a:visited{
	color:#696969;
	text-decoration:none;
}
#otherlink a:active,#otherlink a:hover{
	color:#696969;
	text-decoration:underline;
}
#LogNavi {
	margin:0;
	padding:3px 8px;
	background:#000000;
}



.Entry {
	margin:0.2em 0.5em 1em 0.5em;
}
h2 {
	background:#000000;
	color:#C8C2C2;
	font-size:110%;
	padding:0.2em 0.3em;
	margin:0;
}
.sec1 {
	margin-top:0.1em;
	padding-left:0.1em;
}
.sec2 {
	margin-top:0.1em;
	text-align:right;
	font-family:Trebuchet MS;
	font-size:80%;
}
.sec3 {
	margin-top:0.1em;
}
.EntIcon {
	padding-right:0.5em;
}
.sec4 {
	border-bottom:solid 1px #708090;
	margin-top:0.5em;
	text-align:right;
}
.Entry ul{
	list-style:none;
	margin:0;
}
.SubEntry {
	border-top:solid 1px #000000;
	margin:0.5em 0 0 2em;
}


.InputTxt {
	background:#000000;
	color:#708090;
	border:solid 1px #494343;
	font-family:Trebuchet MS;
}
