body {
	margin:0;
	padding:2em 3em;
	background:#fffaf0;
	color:#000;
}
a {text-decoration:underline;}
a:link { color:#00f; }
a:visited { color:#909; }
a:active { color:#f00; }
a:hover { color:#f00; }
.header,.footer {
	padding:0.3em 0.5em;
	background-color:#ccf;
	border:solid 1px #666;
	font-size:80%;
	font-family:monospace;
}
.footer {
	margin-top:3em;
	text-align:right;
}

h1 {
	margin:2em;
	font-size:150%;
	font-weight:bold;
}
.master-comment {
	font-size:90%;
}

.caution {
	font-weight:bold;
	color:#f00;
}

.thread {
	margin-left:1em;
}
.thread dt{
	margin-top:1em;
	padding-top:1em;
	border-top:solid 1px #333;
}
.thread dd{
	margin-top:0.2em;
	font-size:90%;
}
.no,.label,.date {
	font-family:monospace;
	font-size:90%;
}
.name {
	font-weight:bold;
}


form table caption {
	text-align:left;
	font-weight:bold;
	padding-bottom:0.5em;
}
form th,form td {
	font-weight:normal;
	padding:0.1em 0.2em;
	border:solid 1px #ccc;
}
form th {
	text-align:right;
}
form td {
	font-size:80%;
}
form .form-foot {
	padding:1em 0;
}
form table {
	border:solid 1px #000;
	border-collapse:collapse;
}
.entry {
	margin:1em 0;
	padding-bottom:1em;
	border-bottom:solid 1px #333 ;
}
.sub {
	margin:1em 0;
	border-bottom:solid 1px #333;
	padding-bottom:1em;
}

.entry .e-header {
	margin:1em 0;
	padding:1em 0;
	border-bottom:solid 1px #333;
}
.title{
	font-weight:bold;
	font-size:120%;
}
.profile {
	font-size:90%;
	margin:0.1em;
}
.comment {
	padding:0.5em 1em;
	line-height:150%;
}


.page-navi {
	margin:3em 0;
	padding-top:0.3em;
	border-top:solid 1px #333;
	text-align:center;
}
.quote {
	color:#cd853f;
	font-size:90%;;
}
.cmnt {
	font-style:italic;
	font-size:90%;;
}
