* {
	font-size: 12px;
}
#top
{
	margin: auto;
	width: 800px;
	height: 300px;
}
#all {
	margin: auto;
	width: 800px;
}
#text {
	width: 600px;
	float: left;
}
#menu {
	width: 196px;
	float: right;
	border: 1px solid #cccccc;
	margin-top: 9px;
}
#foot {
	margin: auto;
	width: 800px;
	font-size: 10px;
	float: left;
}

#welcome {
	margin: 10px;
	border: 1px solid #aaaaaa;
	font-size: 12px;
	background-color: #cccccc;
}
#welcome p{
	margin: 10px;
}
#scribe {
	text-align: right;
	margin: 20px;
}
#menu a{
	display: block;
	line-height: 25px;
	font-size: 13px;
	color: #777777;
	text-decoration: none;
	margin-left: 5px;
}
#menu a:hover {
	text-decoration: underline;
}

input {
	border: 1px solid #999999;
	width: 100px;
}
#menu th {
	font-size: 13px;
	color: #777777;
}
#menu table {
	margin: auto;
}

#texts {
	margin: 10px;
}

.text_1 {
	font-size: 12px;
	border-top: 1px solid #bbbbbb;
	margin-bottom: 10px;
	margin-top: 10px;
}
.text_1_top {
	font-size: 18px;
	color: #444444;
	text-decoration: underline;
	background-color: #dddddd;
	border-left: 5px solid #dddddd;
	line-height: 30px;
}
.text_1_auth {
	color: #999999;
	font-size: 11px;
}
.text_1_text {
	margin: 5px;
	font-size: 12px;
	text-align: justify;
	line-height: 20px;
}
.text_1_text p{
	float: left;
	width: 100%
}
.text_1_comlink a {
	color: #888888;
	text-decoration: none;
}
.text_1_text a, .error a, .ok a, #ntext a {
	color: #777777;
	text-decoration: none;
}
.text_1_text a:hover, .error a:hover, .ok a:hover, #ntext a:hover {
	text-decoration: underline;
}
.error {
	width: 90%;
	border: 1px solid red;
	background-color: #ffaaaa;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
.ok {
	width: 90%;
	border: 1px solid green;
	background-color: #aaffaa;
	margin: auto;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
}
.error p, .ok p {
	margin: 5px;
}
#menu_log {
	font-size: 13px;
	color: #777777;
	margin: 5px;
}

.comment_1 {
	margin: 10px;
	padding: 5px;
}
#comments {
	margin-left: 10px;
	margin-right: 10px;
}
.comment_1_text {
	font-size: 12px;
	color: #666666;
}
.comment_1_auth {
	font-size: 10px;
	color: #999999;
}
img.inputimg {
	float: left;
	width: 300px;
	margin: 5px;
}
