*{ box-sizing : border-box; }
*{ -moz-box-sizing : border-box; }
BODY { margin:0;
	padding:0;
	background:#6699CC;
	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;
	color:#000000;
	background:#FFFFFF; }

#header{ width:100%;
	color:#FFFFFF;
	background-color:#003399;
	text-align:left;
	font-size: 80%;}

#navi { margin:5;
	color:#000000;
 background-color:#FFFFFF;
	text-align:left;
	font-size: 80%;}

#contents { margin:10;
	color:#000000;
 background-color:#FFFFFF;
	text-align:left; }

#navi2 { margin:5;
	color:#000000;
 background-color:#FFFFFF;
	text-align:right;
	font-size: 80%;}

#footer{ width:100%;
	clear:both;
	border-top:0 solid #FFFFFF;
	text-align:center;
	padding:0;
	font-size: 80%;}

.shisho { color:#003399; }

.size { font-size: 80%; line-height: 130%; }
.size0 { 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%; }

TD { line-height:130%;
	color:#000000; }