@charset "UTF-8";
.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body  {
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: left; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-size: 13px;
	background-color: #FFFFFF;
	line-height: 1.75em;
}
.arrow {
	color: #008665;
	cursor: help;
}
.nabi {
	padding-left: 40px;
}
/* CSS Document */

p.header {
	background-color: #000099;
	height: 8px;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 1px;
}
p.footer {
	font-size: 10px;
	line-height: 1.5em;
	background-color: #000099;
	height: 17px;
	color: #FFFFFF;
	text-align: center;
}
.topsymbol {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	margin: 0px;
	position: relative;
	top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.page #container {
	width: 800px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
