*{ box-sizing : border-box;}
*{ -moz-box-sizing : border-box;}
BODY { margin:0;
	padding:0;
	background:#6699CC;
	font-size:80%; line-height:130%;
	text-align:center; } 
A:link { color:#004080; text-decoration:none; }
A:visited { color:#800040; text-decoration:none; }
A:active { text-decoration:none; }
A:hover { color:#FF0033; text-decoration: underline; }

#my_body{ width:90%; margin:0 auto;
	background:#FFFFFF;}

#header{ width:100%;
	color:#FFFFFF;
	background-color:#003399;
	text-align:left; }

#navi_1 { float:left;
	width:190px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:left;}

#navi_2 { float:right;
	width:190px;
	color:#000000;
	background-color:#FFFFFF;
	text-align:center; }

#contents { margin:0 190px;
	background-color:#FFFFFF;
	text-align:center;}
	
#news {
	height: 240px;
	overflow: auto;
	margin-bottom: 10px;
}

#section01 img {
	margin-top: 10px;
	margin-bottom: 3px;
}

#footer{ width:100%;
	clear:both;
	border-top:2px solid #FFFFFF;
	text-align:center;
	padding:1em; 0;}

TD { font-size:80%;
	line-height:130%; 
	color:#000000;}

h1{padding-left:20px;}

.size { font-size: 80%; line-height: 130%; }
.size1 { font-size: 120%; line-height: 130%; }
.size2 { font-size: 140%; line-height: 130%; }
.size3 { font-size: 160%; line-height: 130%; }
.size4 { font-size: 180%; line-height: 130%; }
.size5 { font-size: 200%; line-height: 130%; }
.size6 { font-size: 100%; line-height: 130%; }