* {
	margin: 0;
	padding: 0;
}
html{
	height: 100%;
}
strong {
	//font-weight: normal; 
	background: yellow;
}
img {
	border: none; 
	margin: 0;
}
a:link, a:visited, a:active {
	color: blue;
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	color:#333;
	font-size: 13px;
	line-height: 150%;
	list-style: none;
	font-family: arial, helvetica, "ms pgothic", sans-serif;
}
#mainbody {
	margin: 0px 200px;
	background: #FFFFF;
}
#waku{
	margin: 0;
	width: 100%;
}
#wrapper{
	position: relative;
	width: auto;
	text-align: left;
	//background: url("img/header.gif") no-repeat;
 	min-width: 980px;
}
.navigator {
	height: 10px;
	border-bottom: 1px solid #CCC;
	font-size: 12px;
	color:#3C6031;
	text-indent: 15px;
	margin: 0px;
	background-color: #EBF3E9;
}
.navigator a{
	color: #3C6031;
	font-weight: bold;
	text-decoration: none;
}
.navigator a:hover {
	color: #FFCC00;
}
#header	{
	margin : 0px;
	padding: 0Px;
	height : 58px;
}
#header h1{
	margin-top : 0px;
	margin-bottom: 0px;
	text-indent: -2000px;
}
#tabmenu {
    position: absolute;
	right: 10px;
	top: 32px;
    text-align: center;
	overflow: hidden;
}
#tabmenu li{
  display:inline;
}
#tabmenu a:link,#tabmenu a:visited,#tabmenu a:active {
	line-height: 27px;
	background: url("img/tabmenu.jpg") no-repeat;
	color: #0F0D62;
	float: right;
	text-decoration: none;
	font-size: 15px;
	width: 130px;
	height: 25px;
	margin: 1px;
	text-align: center;
	overflow: hidden;
}
#tabmenu li #on a:hover {
	background-color: #FFFFFF;
	color: #0f0;
	border-bottom: none 0;
	padding-bottom: .35em;
}#tabmenu a:hover {
	color: #FFFFFF;
}
#tabmenu #on a {
	background:url("img/searchbar.jpg") no-repeat;
	color: #FFFFFF;
}
#searchbar {
	background-image:url('img/searchbarl.jpg');
	color: #FFFFFF;
	font-size: 13px;
	height: 21px;
	font-weight: bold;
	text-align: right;
	padding: 8px 10px 8px 0px;
}
#lmenu {
	background: #FFFFF;
	position: absolute;
	top: 100px;
	left: 5px;
	width: 195PX;
}
#lmenu .index{
	background-image: url("img/lmenu.jpg");
	display: block;
	color:#FFF;
	width:180px;
	height:20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 12px;
}
#lmenu ul{
	display: block;
	list-style: none;
	margin: 0;
	font-size: 12px;
	text-align: left;
	line-height: 2.0;
}
#lmenu li{
	//background: url("img/menu02.gif") no-repeat;
	display: block;
	color: #FFFFFF;
	width: 180px;
	height: 25px;	
	list-style: none;
	margin: 0;
	font-weight: normal;
	text-indent: 10px;
	text-decoration: none;
}
#lmenu li a:link, #lmenu li a:visited, #lmenu li a:active {
	background: url("img/lmenuhoverl.jpg") no-repeat;
	color: #FFFFFS;
	display: block;
	width: 180px;
	height: 25px;
	list-style: none;
	margin: 0;
	font-weight: normal;
	text-indent: 10px;
	text-decoration: none;
}
#lmenu li a:hover {
	background: url("img/lmenuhover.jpg") no-repeat;
	color: #666;
	font-weight: bold;
	display: block;
	width: 180px;
	height: 25px;
}
#rmenu {
	position: absolute;
	background: #FFFFFF;
	right: 0;
	top: 106px;
	width: 190PX;
	margin; 0;
}
#rmenu p {
	font-size: 100%;
	line-height: 130%;
	color: #333;
	margin: 0;
	padding: 5px;
}
.date{
	width:99%;
	background-color:#85FCF9;
	padding:2px 0 2px 5px;
	display:block;
	color:#333;
	border-bottom:1px solid #ccc;
}
.date2{
	width:99%;
	background-color:#85FCF9;
	padding:0 0 0 5px;
	display:block;
	color:#333;
	border-bottom:1px solid #ccc;
}
.title{
	width:99%;
	background-color:#FFFE4B;
	padding:2px 0 2px 5px;
	display:block;
	color:#333;
	border-bottom:1px solid #ccc;
}
.title2{
	width:99%;
	background-color:#FFFE4B;
	padding:0 0 0 5px;
	display:block;
	color:#333;
	border-bottom:1px solid #ccc;
}
