body  {
	background-color: #111111;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
}
#zentai  {
	width: 900px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 5px solid #cccccc; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 3px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: auto;
	padding-top: 5px;
} 

h1   {
	background-color: #cccccc;
	text-align: right;
	margin: 0;
	font-size: 12px;
	color: #000000;
	padding: 3px;
	font-weight: lighter;
}

.content  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 900px;
} 
.content p {
	font-size: 12px;
}
#sidebar1  {
	float: left; /* 標準に準拠したブラウザまたは Internet Explorer の標準モードでは、この div の実際の幅には、幅に加えて余白と境界線も含まれます */
	background: #EBEBEB;
	margin-left: 4px;
	margin-top: 10px;
	border: thin solid #999999;
	margin-right: 0;
	margin-bottom: 0;
	font-size: 12px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	width: 200px;
	height: auto;
}
#sidebar1 p {
	margin: 5px;
	padding: 0;
}
.toplink{
	margin-top: 5px;
	margin-bottom: 3px;
	margin-right: 30px;
	float: right;
	text-align: right;
	font-size: 14px;
	padding: 0;
}
.toplink a {
	font-size: 14px;
}
.bookmark{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 30px;
	float: right;
	text-align: right;
	padding: 0;
}
h2   {
	margin-top: 5px;
	margin-bottom: 3px;
	font-size: 14px;
	color: #ffffff;
	padding: 0;
}
h2 a {
	color: #ffffff;
}
h3 {
	color: #000000;
	font-weight: lighter;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}

.style-1 {
	background-color: #ffffff;
	color: #000099;
}
.style1 {
	color: #ff0000;
	font-weight: bold;
}
th {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #003399;
}
th a {
	color: #FFFFFF;
}
td {
	font-size: 12px;
	padding: 5px;
	text-align: left;
	border-bottom: solid 1px #999999;
	border-right: solid 1px #999999;
}
table {
	padding: 0;
	margin-bottom: 10px;
	width:880px;
	border-top: solid 1px #999999;
	border-left: solid 1px #999999;
}
.annnai {
	padding: 3px;
	margin: 0;
	width:auto;
	height:auto;
}
#map  {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 30px;
	background-color: #000099;
	font-size: 12px;
	width:auto;
	height:400px;
	color: #CCCCCC;
	text-align: center;
} 

.footer  {
	padding: 3px;
	background-color: #666666;
	font-size: 8px;
	color: #CCCCCC;
	text-align: center;
} 
.footer  p  {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
	font-size: 8px;
	background-color: #666666;
	color: #CCCCCC;
	text-align: center;
}
.footer a {
	font-size: 8px;
	color: #CCCCCC;
	text-align: center;
}
.footer h2 {
	margin-top: 10px;
	font-size: 12px;
	color: #cccccc;
	font-weight: lighter;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0;
}

