body {
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
}

a {
	color: #777777;
	font-size: 12px;
	text-decoration: none;
}
 
a:hover {
	text-decoration: underline;
}

td, tr, table {
	font-family: Verdana;
	font-size: 12px;
	text-align: left;
}

div.navi > a {
	color: #67490d;
}

div.navi_last > a {
	color: #67490d;
}
.head_box {
	border-bottom: 1px solid #7d4e11;
	width: 100%;
	height: 171px;
	margin-bottom: 10px;
}

.head_outer_box {
	width: 100%;
}

.head1 {
	background-image: url('../header_left.jpg');
	background-position: left;
	background-repeat: no-repeat;
	float: left;
	height: 171px;
	width: 705px;
}

.head2 {
	background-image: url('../header_right.jpg');
	background-position: right top;
	background-repeat: no-repeat;
	height: 171px;
}

.navi_point {
	border: 1px solid #7d4e11;
	background-color: #b3801b;
	color: #f6eed8;
 	line-height: 1.4;
	width: 178px;
	height: 19px;
	padding-top: 1px;
	padding-left: 2px;
}

.navi {
	border: 1px solid #7d4e11;
	border-top: 0px solid #7d4e11;
	background-color: #f3e2b1;
	color: #738b14;
	line-height: 1.4;
	width: 165px;
	height: 19px;
	margin-left: 13px;
	padding-top: 1px;
	padding-left: 2px;
}

.navi_last {
	border: 1px solid #7d4e11;
	border-bottom: 0px solid #7d4e11;
	border-top: 0px solid #7d4e11;
	background-color: #f3e2b1;
	color: #67490d;
	line-height: 1.4;
	width: 165px;
	height: 19px;
	margin-left: 13px;
	padding-top: 1px;
	padding-left: 2px;
}

.content_box {
	background-color: #f3e2b1;
	border: 1px solid #7d4e11;
	min-height: 400px;
	margin-left: 205px;
	margin-right: 5px;
	padding: 0px;
	padding-right: 6px;
}

.content {
	min-height: 100%;
	width: 100%;
	margin: 0px;
	padding: 2px;
	color: #1E2402;
	text-align: left;
}

.error {
	color: red;
	font-weight: bold;
}

.inputerror {
	color: red;
	background-color: #EEEEEE;
}

input[type="text"] {
	width: 250px;
}

input[type="password"] {
	width: 250px;
}

textarea {
	width: 400px;
	height: 150px;
}

pre {
	background-color: #EEEEEE;
	border: 1px solid black;
	margin: 0px;
	margin-right: 4px;
}

img {
	border: 0px;
}

.news {
	background-color: #f3e2b1;
	border: 1px solid black;
	text-align: left;
	width: 100%;
}

.news:hover {
	border: 1px solid #7d4e11;
	background-color: #e5d5a1;
	text-align: left;
}

.newshead {
	background-color: inherit;
	font-weight:bold;
	border: 1px solid black;
	padding: 3px;
	margin-left: 14px;
}

.newsbody {
	padding: 2px;
	margin-top: 3px;
}
