body {
	margin: auto 0;
	text-align: center;
}

body, table, td, div {
	font-family: "Tahoma", "Verdana";
	font-size: 11px;
}

div#header {
	height: 120px;
	width: 768px;
}

#logo-menu {
	width: 768px;
}

#tb-logo-menu {
	width: 768px;
	height: 90px;
	margin: 0;
}

#td-menu {
	background: transparent url("../imgs/bk_menu.gif") repeat-x center center;
}

#time-bar {
	height: 30px;
	width: 768px;
	background-color: #f3e0ab;
	border-top: 3px solid #997b54;
	margin: 0;
}

#banner {
	width: 768px;
	height: 120px;
	background-color: #f9f1d3;
	margin: 5px 0 5px 0;
}

#mainbox {
	width: 768px;
	height: 500px;
}

#sidebar {
	width: 168px;
	float: left;
	margin: 10px 10px 0 0;
	background: #f9f1d3;
}

#sidebar-index {
	width: 168px;
	height: 500px;
	float: right;
	margin: 0 0 0 10px;
}

#sidebar-index .sidebar-ttl {
	width: 168px;
	height: 30px;
	background-color: #dddddd;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 3px 3px 10px;
	text-align: left;
}

#sidebar .sidebar-ttl {
	width: 168px;
	height: 30px;
	background: transparent url("../imgs/bk_sidebar_ttl.gif") no-repeat center center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 7px 3px 3px 10px;
	text-align: left;
}

.sidebar-content {
	padding: 5px;
	text-align: left;
	line-height: 180%;
	margin-bottom: 15px;
}

#main {
	width: 590px;
	height: 500px;
	float: left;
}

#main-news {
	width: 590px;
	height: 800px;
	float: right;
	margin-top: 10px;
	background: transparent url("../imgs/bk_middle.gif") repeat-y top left;
	text-align: left;
}

#introbar {
	width: 200px;
	height: 500px;
	background-color: #f9f1d3;
	float: left;
	margin-right: 5px;
}

#intro {
	text-indent: 2em;
	padding: 8px;
	text-align: left;
	line-height: 160%;
}

.sidebar-chart {
	width: 190px;
	margin: 5px;
	text-align: center;
}

.chart-ttl {
	margin-bottom: 5px;
	border-bottom: 2px solid #997b54;
}

#info-block {
	width: 380px;
	height: 500px;
	background: transparent url("../imgs/bk_middle.gif") repeat-y top center;
	text-align: left;
}

.info-cate {
	width: 380px;
	margin-bottom: 3px;
	height: 280px;
}

.info-cate-exp {
	width: 580px;
	margin-bottom: 20px;
}

.info-cate-ttl {
	height: 30px;
	width: 380px;
	background: transparent url("../imgs/ttl_bar_middle.gif") no-repeat center left;
	text-align: left;
	padding: 8px 10px 5px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #835718;
}

.info-cate-ttl .ttl-more {
	float: right;
	font-family: "verdana";
	font-size: 10px;
	margin-top: 3px;
}

a.more:link, a.more:visited {
	color: #341;
}

a.more:hover, a.more:active {
	color: #c00;
	text-decoration: none;
}

.info-cate-exp .info-cate-ttl {
	width: 590px;
	background: transparent url("../imgs/bk_news_ttl_exp.gif") no-repeat center left;
	padding: 6px 20px 5px 10px;
}

.news-body p, .news-body div, .news-body div p {
	line-height: 200%;
}

#footer {
	width: 768px;
	height: 80px;
	border-top: 3px solid #997b54;
}

#copy {
	border-top: 1px solid #997b54;
	margin-top: 3px;
	padding-top: 15px;
	color: #7b633b;
	font-family: "verdana";
	font-size: 10px;
}

TABLE.form					{ }
TABLE.form TH				{ height: 30px; border-bottom: 3px solid #997b54; background-color: #f3e0ab; color: #997b54; text-align: left; padding-left: 15px; padding-right: 15px;}
TABLE.form TD				{ padding: 5px 5px 5px 15px; border-bottom: 1px solid #ccc; }
TABLE.form TR.admin TH		{ background: #e0cc99; border-bottom: 1px dotted #ff0000; }
TABLE.form TR.admin TH.name	{ background: #e0cc99 url('../imgs/bullet.gif') 7px 9px no-repeat; }
TABLE.form TD.varname		{ color: #555555; }
TABLE.form TD.para-user		{ border: 0; padding: 10px 15px 15px;}
TABLE.form TD.para-admin	{ border: 0; padding: 10px 15px 15px; background: #f0f0f0; }

table.timebar td {
	color: #7b633b;
}

.info-cate-exp table.newslist {
	width: 580px;
}

.info-cate-exp table.newslist td.date {
	width: 108px;
}

.info-cate-exp table.newslist td.ttl p {
    width: 440px;
}

.info-cate table td {
	padding: 3px;
	padding-left: 18px;
}

table.newslist {
	width: 380px;
	margin: 3px 0;
}

table.newslist td {
	font-family: "tahoma";
	padding: 3px;
	padding-left: 12px;
}

table.newslist td.date {
	color: #333;
	text-align: right;
	padding-left: 3px;
	padding-right: 10px;
	width: 58px;
}

table.newslist td.ttl p {
  width: 290px;
  font-family: "verdana";
  font-size: 11.5px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}

table.newslist td.footer-link p {
  width: 270px;
  font-family: "verdana";
  font-size: 11.5px;
  white-space: nowrap;
  overflow: hidden; 
  text-overflow: ellipsis;
}

font.em {
	font-family: "webdings";
	font-weight: normal;
}

font.red {
	color: #ee0000;
}

img.imgbrd {
	border: 1px solid black;
}

img.imgbkg {
	background-color: white;
}

a:link, a:visited, a.text:link, a.text:visited {
	color: #000;
	text-decoration: none;
	border-bottom: 0;
}

a.redtext:link, a.redtext:visited {
  color: #c00;
}

a.text:hover, a.text:active {
	color: #c00;
	border-bottom: 1px solid #c00;
}

a.redtext:hover, a.redtext:active {
  color: #f00;
}

form {
	margin: 5px 0 0 0;
}

input.text {
	font-family: "verdana";
	font-size: 11px;
	height: 20px;
	border: 1px solid #ccc;
	padding: 3px 2px;
}

input.bttn {
	font-family: "verdana";
	font-size: 11px;
	height: 22px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 3px 0px;
}

textarea {
	font-family: "verdana";
	font-size: 11px;
	border: 1px solid #ccc;
	padding: 3px 2px;
}

h4 {
	margin: 10px 5px 10px 10px;
}