html{height:100%;}

body{
	margin:0;
	adding:0;
	height:100%;
	position:absolute;
	text-align:center;
	width:100%;
	background:#eff url(bg.png) repeat-x;
}

a:link{color:#00f;}
a:visited{color:#00f;}
a:hover{color:#fff;background:#03f;}

img{border:none;}
hr{height:1px;}
ul{
	margin:0;
	padding:0 0 0 25px;
}

address{
	padding:0.7em 2em 0.7em 2em;
	border-top:#009 1px solid;
	font-style:normal;
	color:#009;
	background:#fff;
}

.body{
	width:90%;
	margin:0 auto;
	text-align:left;
	height:100%;
	min-height:100%;
	background:#00b;
	border-left:#009 1px solid;
	border-right:#009 1px solid;
}
body > .body{height:auto;}

.title{
	margin:0;
	padding-left:1em;
	height:80px;
	line-height:80px;
	color:#fff;
	background:#00b url(title.jpg) no-repeat;
	background-size: 100%;
	font-size:3.0em;
	letter-spacing:0.1em;
}
.navi{
	margin:0;
	padding:0;
	overflow:hidden;
	width:100%;
}
.navi li{
	list-style:none;
	width:20%;
	float:left;
	line-height:45px;
	text-align:center;
	font-size:1.0em;
	color:#fff;
	background:#00b;
}
.navi li a{
	display:block;
	color:#fff;
}
.navi li a:visited{color:#fff;}
.navi li a:hover{background:#33f;}

.update{
	padding:0.4em 1.5em 0.4em 1.5em;
	background:#cdf;
	color:#f70;
	font-weight:bold;
}
.main{
	padding:20px;
	background:#fff;
}
.foot{
	padding:0.7em 3em 0.7em;
	text-align:right;
	color:#fff;
	background:#009;
}
.here{font-weight:bold;}

.intro{
	font:1em/1.5em monospace;
	width:500px;
}
.pdf{
	margin-top:50px;
	padding:10px;
	border:#ccc 1px solid;
	background:#fff;
	font-size:80%;
}

p{margin-left:1em;}
h1{
	margin:0;
	padding:0 0 0 20px;
	height:30px;
	line-height:30px;
	color:#fff;
	background::#009;
	font-weight:normal;
	font-size:1.0em;
}
h2{
	padding:0.3em 1em 0.3em 1em;
	border-left:#ccc 1px solid;
	border-top:#03c 2px solid;
	border-right:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	color:#02b;
	background:rgba(255,255,255,0);//#fff
	letter-spacing:0.1em;
}
h3{
	padding:3px 0 3px 15px;
	border-left:#09f 10px solid;
	font-size:xx-large;
	line-height:40px;
}
h4{
	padding:1px 0 1px 15px;
	border-left:#0cf 10px solid;
}
h5{
	padding:0 0 0 1em;
	font-size:x-large;
	font-family:sans-serif;
	font-weight:normal;
	line-height:30px;
}
img{
	width:70%;
	height:70%;
}
.pdf{
	width:auto;
	height:auto;
}
table{
	border:#03c 1px solid;
	border-collapse:collapse;
}
th{
	border:#03c 1px solid;
	padding:5px 10px 5px 10px;
	text-align:center;
}
td{
	border:#03c 1px solid;
	padding:3px 10px 3px 10px;
	text-align:center;
}
.button label{display:none;}
.button input{display:none;}

@media screen and ( max-width:479px ){
	body{
		width:100%;
		background:none;
	}

	address{
		padding:0.7em 1em 0.7em 1em;
		border-top:#009 1px solid;
		font-style:normal;
		font-size:1.2em;
		line-height:28px;
	}
	.body{
		width:100%;
		border:none;
	}
	.title{
		padding-left:0;
		height:80px;
		line-height:80px;
		font-size:4em;
		text-align:center;
		background-size:auto;		
	}
	.navi li{
		width:100%;
		line-height:50px;
		border:#fff 1px solid;
		font-size:1.5em;
		background:linear-gradient(#009,#00d);
	}
	.update{
		padding:0 0 0 0;
		text-align:center;
		height:50px;
		line-height:50px;
		font-size:1.5em;
		font-weight:normal;
		border:#fff 1px solid;
	}
	.main{
		padding:10px;
	}
	.menu{display:inline;}
	.accordion{display:inline;}
	.foot{
		padding:0.7em 0.7em 0.7em 0.7em;
		font-size:0.8em;
	}
	.intro{
		//display:none;
		width:100%;
	}
	.pdf{
		display:none;
	}
	.monthly{
		width:100%;
	}
	.monthly2{
		width:100%;
	}
	.monthly3{
		width:100%;
	}

	h2{
		padding:0.3em 0.5em 0.3em 0.5em;
		text-align:center;
	}
	img{
		width:100%;
		height:100%;
	}
	.button label{
		display:block;
		line-height:50px;
		text-align:center;
		font-size:1.5em;
		color:#fff;
		border:#fff 1px solid;
		background:linear-gradient(#009,#00d);
	}
	.button input{display:none;}
	.button .navi{
		overflow:hidden;
		height:0;
		transition:0.6s;
	}
	.button input:checked + .navi{
		height:255px;
	}
}

@media print {.body { width:100%; border:none; }}
