body { 
	background-color: #f7ffe5; 
	color: #000000;
	line-height: 1.3;
	font-size: 0.95em;
}
.box1 { /*body内を中央揃え*/
    text-align:center;
    width:100%;
}
.box2 { /*文字は左揃え*/
    text-align:left;
    margin:0px auto;
    width:80%;
}
navi {
	margin-top: 0;
}
.navi a { /*ナビバーの設定*/
	margin-top: 0;
	text-decoration: none;
}
h1 { 
	color: #009900; 
}
h2 {
	color: #6666CC;
}
h3 {
	color: #6699ff;
}
h4 {
	color: #ff99cc;
}
img { 
	border-style: none;
}
.back img { 
	width: 88px;
	height: 31px;
}
.mini { /*文字を一回り小さく*/
	font-size: 0.8em;
}
.center { /*取り敢えず中央揃え*/
	text-align:center;
}
table { /*テーブルは基本的にセンタリング*/
	 margin: auto;
}
table,td,th {
	border: 3px solid #99cc99; 
	border-collapse: collapse; 
	background-color: #ffffff;
}
td,th { 
	padding: 6px; 
	border: thin solid #99cc99; 
	background-color: #ffffff; 
	line-height:1.3;
	font-size: 0.95em;
}
