@charset "UTF-8";

body {
	margin: 0;
	text-align: center;
	font-family: "Arial", sans-serif;
	font-size: small;
}
#main {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(../images/back.png) repeat-y;
}
#header {
	width: 830px;
	height: 56px;
	margin: 0;
	display: block;
	background: url(../images/head_logo.png);
}
#header table.lang {
	position: relative;
	top: 10px;
	left: 665px;
	margin: 0;
	padding: 0;
	border: 0;
	cellpadding: 0;
	cellspacing: 0;
}
#pagebody {
	width: 790px;
	margin: 0 20px 0 20px;
	text-align: justify;
}
#h_navi {
	width: 794px;
	height: 41px;
	margin: 0;
}
#h_navi ul {
	margin: 0;
	padding: 10px 5px;
}
#h_navi li {
	list-style: none;
	display: inline;
}
#h_navi li a {
	float: left;
	width: 260px;
	height: 31px;
	background: url(../images/h_navi.png);
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	overflow: hidden;
}
#h_navi li#menu1 a {
	background-position: 0 0;
}
#h_navi li#menu1 a:hover {
	background-position: 0 -31px;
}
#h_navi li#menu2 a {
	background-position: -260px 0;
}
#h_navi li#menu2 a:hover {
	background-position: -260px -31px;
}
#h_navi li#menu3 a {
	background-position: -520px 0;
}
#h_navi li#menu3 a:hover {
	background-position: -520px -31px;
}
#naviarea {
	float: left;
	width: 230px;
	margin: 0 0 0 5px;
}
#board {
	float: right;
	width: 530px;
	margin: 0 5px 0 0;
}
#board h3 {
	margin: 10px 0 10px 0;
}
#footer {
	clear: both;
	width: 830px;
	height: 60px;
	margin: 0;
	display: block;
	background: url(../images/foot_copy.png);
}
#footer ul {
	margin: 0;
	padding: 20px 0 0 20px;
	list-style: none;
}
#footer li {
	float: left;
	font-size: x-small;
}
#footer a {
	color: #FFFFFF;
}
#footer a:hover, a:active {
	color: #FF0000;
}

#news {
	width: 100%;
	margin: 0;
	height: 100px;
	overflow: auto;
	border: solid 1px #CCCCFF;
}
#news tr {
	vertical-align: top;
}
#news td.date {
	width: 25%;
	text-align: center;
	font-weight: bold;
}
#news td.topic {
	width: 75%;
	text-align: left;
}

#l_navi {
	width: 230px;
	margin: 0;
}
#l_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: medium;
	font-weight: bold;
	color: #000080;
	line-height: 30px;
}
#tree_navi {
	width: 230px;
	margin: 0;
}
#tree_navi ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tree_navi li.theme {
	font-size: medium;
	font-weight: bold;
	color: #000080;
}
#tree_navi ul.title {
	padding: 0 0 0 20pt;
	list-style: square;
	font-size: small;
	font-weight: normal;
}

.link {
	margin-bottom: 0.5em;
}

.info{
	margin: 0;
}

