body { 
	background: #f7ffe5 url("img/top/top-kabe.gif");
	color: #000000;
	line-height: 1.3;
}
#box1 { /*body内を中央揃え*/
    text-align:center;
    width:100%;
}
#box2 { /*文字は左揃え*/
    text-align:left;
    margin:0px auto;
    width:740px;
}
h1 { 
	color: #008800;
}
.komidashi {
	color: #6666CC;
	text-align: center; 
	margin: 1px 0 2px 0; 
	font-size: medium;
	font-weight: bold;
}
.surround { 
	font-size: 0.95em; 
	border: double 4px #99cc99; 
	background-color: #ffffff;
	padding: 5px;
}
#header { 
	margin-top: 15px;
}
#navigation { 
	float:left; 
	width:380px; 
}
#contents { 
	margin-left:390px;
	width: 335px;
}
#footer { 
	 clear:both; 
}
img { 
	border-style: none;
}
.mini { /*文字を一回り小さく*/
	font-size: 0.8em;
}
table { /*テーブルは基本的にセンタリング*/
	 margin: auto;
}
#navigation table { 
	width: 380px;
}
table,td,th {
	border: double 4px #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 ;
}
iframe {
	width: 326px; 
	height: 130px;
	border: double 4px #99cc99; 
}