@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333;
}
body {
	margin:0px;
	padding:0px;
	z-index:0;
	height: 100%;
	position: relative;
	background-color: #FFF;
	background-image: url(/img/bk_home.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
h1 {
	font-size: 1.8em;
	color: #666;
	
}
h2 {
	font-size: 1.4em;
	color: #666;
}
h3 {
	font-size: 1.2em;
	color: #666;
}
#container {
	width:775px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#header {
	width:100%;
	height: 115px;
}
#area{
	width:100%;
}
#leftnav {
	float:left;
	border-right: solid 1px #ccc;
	width: 190px;
}
#content {
	float:right;
	width: 560px;
	padding-right:10px;
}
#newsbox {
	width: 98%;
	padding-right:10px;
	background-color: #e5e1d3;
	border: solid 1px #bebaae;
	margin: 15px 0px 5px 0px;
	padding: 0px 5px 5px 5px;
}
#clear {
	clear:both;
	display:block;
	float:none;
	height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	width:0pt;
}
#footer {
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	margin-top: 15px;
	background-color: #8ba46b;
	color:#fff;
	font-size:0.9em;
	position:relative;
}
#tag {
	width: 100%;
	margin: 15px 0px 5px 0px;
}
.header h1 a {
	width: 150px;
	height: 75px;;
	display: block;
	text-indent: -5555px;
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: 0px;
	background: none;
}
.header h2 a {
	width: 150px;
	height: 75px;;
	display: block;
	text-indent: -5555px;
	text-decoration: none;
	position: absolute;
	top: 10px;
	left: 615px;
	background: none;
}
#leftnav ul {
	padding: 0px 0px 0px 5px;
}

#leftnav li {
	font-weight: bold;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #666;
	list-style: none;
	text-align: left;
}

#leftnav li a:link {
	padding: 5px 0px 5px 5px;
	color: #666;
	text-decoration: none;
	display: block;
}
#leftnav li a:visited {
	padding: 5px 0px 5px 5px;
	color: #666;
	text-decoration: none;
	display: block;	
}
#leftnav li a:hover  {
	color: #990000;
}

#leftnav li ul li {
	font-weight:normal;
	font-size: 0.8em;
	line-height: 1.0em;
	color: #666;
	list-style: none;
	text-align: left;
}
#leftnav li ul li a:link {
	padding: 5px 0px 5px 5px;
	color: #666;
	text-decoration: none;
	display: block;
}
#leftnav li ul li a:visited {
	padding: 5px 0px 5px 5px;
	color: #666;
	text-decoration: none;
	display: block;	
}
#leftnav li ul li a:hover  {
	color: #990000;
}
#content h1 {
	font-size: 2.0em;
	color: #666;
	border-bottom: solid 1px #666;
}
#newsbox h2 {
	margin-top:5px;
}
#footer p {
	margin: 10px 0px 10px 0px;
}
.newsboxtitle {
	font-weight:bold;
	margin-bottom:1px;
}
.newsboxtext {
	margin-top:1px;
	font-size:10px;
}
.homeimage {
	border: solid 1px #000;	
}
.tagimage {
	border: none;	
}