body {
	background-color:#fff;
	color:#000000;
	text-align:center;

}
a:hover {
	color:#FF0000;
}
.navi {
	margin:0.5em auto;
	text-align:right;
	padding:0.5em;
	background-color:#00bfff;
	width:30em;
}
h1 {
	margin:2em auto;
}

.out {
	text-align:left;
	width:50em;
	border:solid 2pt gray;
	padding:0.5em;
	margin:1em auto;
}
.ue {
	width:100%;
	border-bottom:solid 1.5pt gray;
}
.head {
	text-align:right;
}

.title {
	font-weight:bold;
	position:relative;
	
}
.title .navi2{
	display:block;
	position:absolute;
	left:-30px;
	top:-30px;
	width:1.2em;
}
div.body {
	margin-left:1em;
	margin-top:0.5em;
	line-height:1.3;
	font-size:small;
	width:100%;
}

.date {
	font-family:monospace;
}
.admin {
	margin-top:2em;
}
.copy {
	font-size:80%;
	margin:0.5em;
}
.searchword {
	background-color:#000;
	color:#ff0;
	font-style:normal;
	font-weight:bold;
}

