﻿body{		/*ao-siro-120*/
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5;
	padding: 8% 2% 10% 2%;
	background-color: navy;
	color: white;
	font-weight:bold;
	font-size: 120%;
	}
	a:link { color: #ffffdd; }
	a:visited {color: yellow; }
	h1		{ font-size: 150%;	}
	h2		{ font-size: 140%;	}
	h3		{ font-size: 130%;	}
	h4		{ font-size: 120%;	}
	h5		{ font-size: 100%;	}
	h6		{ font-size:  80%;	}
	p	{
		line-height:1.5;
		}
	.chu	{
		font-size:75%;
		}
	.small	{
		font-size:90%;
		}
	span	{
		font-size:100%;
		}	
* html body{
	overflow: hidden;
} 
div#header {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	height: 6%;
	background-color: black;
	color: #fff;
	font-weight: bold;
}
div#wrapper {
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	top: 6%;
	overflow: auto;
}
#main {
	width: 94%;
	height: 100%;
	padding-left: 2%;
	padding-right: 2%;
	overflow: auto;
}