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:#e6e6fa;
	color:#000;
	font-size:95%;
	line-height:1.2;

	scrollbar-track-color:white;
	scrollbar-face-color:white;
	scrollbar-shadow-color:silver;
	scrollbar-highlight-color:silver;
	scrollbar-darkshadow-color:white;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:gainsboro;

}

a:link { color:#00f; }
a:visited { color:#808; }
a:active { color:#f00; }
a:hover { color:#f00; }

#Header {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	background:#1e90ff;
	text-align:right;
}
h1 {
	margin:0;
	padding:3px 8px;
	font-size:100%;
}
.MasterCommnet {
	padding:3px 8px;
	font-size:90%;
	background:#dcdcdc;
}
#MainBlock {
	z-index:1;
	position:absolute;
	top:10%;
	bottom:10%;
	left:3%;
	width:94%;
	height:80%;
}
#MainForm {
	position:relative;
	margin:0;
	width:100%;
	height:100%;
}

#MsgBlock {
	position:absolute;
	top:-10%;
	left:0;
	margin:0;
	padding:0;
	background:#fff;
	width:55%;
	height:115%;
	overflow:auto;
	border-style:solid;
	border-color:#4682b4;
	border-width:12px 8px;
	list-style:none;
}
.Sec1 a:link {
	background:#ccf;
}
.Sec1 a:visited {
	background:#c6c;
}
.Sec1 a:active,.Sec1 a:hover {
	background:#f00;
}
#PageNavi {
	position:absolute;
	top:105%;
	left:0;
	margin:0;
	background:#4682b4;
	color:#ccc;
	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:#0f0;
}
#RegistForm {
	position:absolute;
	top:0%;
	left:58%;
	width:40%;
	height:80%;
	padding:1em 0;
	text-align:left;
	border:solid 1px #069;
	background:#fff;
	color:#000;
	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:monospace;
}
#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:85%;
	left:58%;
	width:40%;
	height:15%;
	padding:0.6em 0;
	text-align:center;
	border:solid 1px #069;
	background:#fff;
	color:#000;
	overflow:auto;
}
#ExtraField form{
	margin:0.3em 0;
}

#Footer {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#1e90ff;
	text-align:right;
	font-size:90%;
}
#Footer p{
	padding:3px 1em;
	margin:0;
}
#otherlink a{
	font-family:monospace;
}
#otherlink a:link,#otherlink a:visited{
	color:#fff;
	text-decoration:none;
}
#otherlink a:active,#otherlink a:hover{
	color:#9f9;
	text-decoration:underline;
}
#LogNavi {
	margin:0;
	padding:3px 8px;
	background:#dcdcdc;
}



.Entry {
	margin:0.2em 0.5em 1em 0.5em;
}
h2 {
	background:#1e90ff;
	color:#fff;
	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:monospace;
	font-size:80%;
}
.sec3 {
	margin-top:0.1em;
}
.EntIcon {
	padding-right:0.5em;
}
.sec4 {
	border-top:solid 1px #666;
	margin-top:0.5em;
	text-align:right;
}
.Entry ul{
	list-style:none;
	margin:0;
}
.SubEntry {
	border-top:solid 1px #666;
	margin:0.5em 0 0 2em;
}


.InputTxt {
	border:solid 1px #999;
	font-family:monospace;
}
