@charset "utf-8";
#container {
	width: 778px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#content-area {
	width: 766px;
	height: auto;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#middle {
	margin-left: 200px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.link {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
.center_text {
	text-align: center;
}
.red_center_text {
	font-weight: normal;
	color: #FF0000;
	text-align: center;
}
#nav-left {
	float: left;
	width: 170px;
	margin-right: 20px;
	font-size: medium;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	color: #000000;
	text-decoration: none;
}
#content-right {
	padding: 5px;
	width: 568px;
	float: right;
}
#link-area {
	font-size: medium;
	font-weight: bold;
	text-align: center;
	word-spacing: 1em;
	list-style-image: url('none');
	list-style-type: disc;
	list-style-position: inside;
	padding: 5px
}
#texteditor {
	width: 764px;
	border: 1px solid #000000;
}
.warning {
	font-weight: bold;
	color: #F00;
}
.success {
	color: #0C0;
	font-weight: bold;
}.style1 {
	font-size: large;
	font-weight: bold;
}
#center {
	margin-left: 300px;
}
