html,body{
	margin-top: 0px;
	height: 100%;
	}
.base{
	border: 1px solid #666666;
	width: 800px;
	height: 100%;
	color: #666666;
	font-size: 12px;
	}
.base p{
	padding-right: 5px;
	padding-left: 5px;
	font-size: 11px;
	line-height: 130%;
	}
.base a{
	font-size: 14px;
	text-decoration: none;
	color: #666666;
	font-weight: bold; 
	}
.base a:hover{
	color: #990000;
	}
.news{
	margin-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	width: 210px;
	font-size: 11px;
		}
.main{
	padding-left: 20px;
	font-size: 12px;
	text-align: left; 
	}
.tenpo{
	font-size: 12px;
	padding: 10px 2px 2px 60px;
	line-height: 150%;
}
.footer{
	font-size: 11px;
	color: #999999;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	background-image: url(../img/footer.jpg);
	background-repeat: no-repeat;
	}