/* CSS Document */
*{
    margin:0;
    padding:0;
}
html{
    height:100%;
}

body {
	height:100%;
	text-align: center;
	background-image: url(images/haikei.jpg);
	background-repeat: no-repeat;
	font-size: 80%;


}
* html div#container{
    height:100%;
}
div#container{
    width: 100%;
    margin:0px 0px 0px auto;
    position:relative;
    min-height: 100%;
}
body > #container {
        height: auto;
}
div#main{
    padding-bottom:30px;
}

  #foot{
	bottom:0px;
	width:100%;
	text-align:center;
	position: absolute;
	left: 0px;
	line-height: 45px;
	font-size: 80%;
	background-image: url(images/foot_haikei.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;

}

.main {
	margin-top: 195px;
	clip:rect(auto auto auto auto);
}
h2 {
	font-weight: normal;
	width: 800px;
	text-align: center;
	font-size: 100%;
	height: 70px;
	margin: 15px;






}
h1 {
	margin: 0px;
	padding: 0px;
}
.news {
	margin-top: 25px;
	padding: 5px;








}
