﻿body{		/*ao-siro-120*/
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	line-height: 1.5;
	padding: 0 2% 2% 2%;
	background-color: navy;
	color: white;
	font-weight:bold;
	font-size: 120%;
	}
	a:link { color: #ffffdd; }
	a:visited {color: yellow; }
	p	{
		line-height:1.5;
		}
	.chu	{
		font-size:75%;
		}
	.small	{
		font-size:90%;
		}
	span	{
		font-size:100%;
		}	
	.sz1	{ font-size: 130%; background-color: #131370; }
	.sz2	{ font-size: 120%; }
	.sz3	{ font-size: 110%; }
	.sz4	{ font-size: 100%; }
	.sz5	{ font-size:  90%; }
	.sz6	{ font-size:  80%; }

	table, tr, th, td {
		border: 1px #666 solid;
		text-align: left;
	}
	caption { text-align: left; }
	table.col { border-collapse: collapse; }

#wrapper {
	top: 0;
	width: 98%;
	}
* div#header {
/*	position: fixed !important;  */
/*	position: absolute; */
	top: 0;
	left: 2%;
	right: 2%;
	padding-left: 2%;
	padding-right: 2%;
	width: 100%;
	height: 10%;
	background-color: #116;
	color: #fff;
	font-weight: bold;
} 
#main {
	top: 10%;
	padding-left: 2%;
	width: 78%;
	float: left;
	}
#contents-in{
	position : relative;
}	
#contents1{
	width:49%;
	float:left;
	}
#contents2{
	width:49%;
	float:right;
}

#sidebar {
	top: 10%;
	padding-right: 2%;
	width: 18%;
	float: right;
	}