@charset "utf-8";
body  {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #666666;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
}
.twoColFixRt #container {
	width: 800px;  /* 最大幅である 800px より 20px 小さくすることにより、ブラウザクロームの使用が可能となり、水平スクロールバーが表示されなくなります */
	background: #FFFFFF; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #000000;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
}
#menuBar {
	height: 24px;
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Percent100 {
	width: 95%;
	font-size: 12px;
}
#header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#menuBar ul {
	margin: 0px;
	padding: 0px;
	height: 23px;
	width: 100%;
	list-style-type: none;
}
#menuBar ul li {
	font-size: 12px;
	line-height: 24px;
	float: left;
	text-align: center;
	height: 24px;
	width: 133px;
}
#menuBar ul li a {
	color: #FFF;
	text-decoration: none;
	background-color: #309;
	display: block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#menuBar ul li a:hover {
	background-color: #FC0;
}

.twoColFixRt #sidebar1 {
	float: right; /* このエレメントはフローティングエレメントであるため、幅が設定されている必要があります */
	width: 290px;
	margin-top: -750px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.twoColFixRt #mainContent {
	margin-top: 0;
	margin-right: 300px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
#titleBlock {
	background-color: #CCC;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin: 0px;
	height: 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
}
#titleBlock h1 {
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	margin: 0px;
	height: 24px;
	}


.fltrt { /* このクラスは、ページ上でフローティングエレメントを右側に配置するのに使用できます。プローティングエレメントは、ページ上でその横に配置されるエレメントの前に配置される必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft { /* このクラスは、ページ上でフローティングエレメントを左側に配置するのに使用できます */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.table_area3 {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.table_area3 table {
	border-collapse: collapse;
	border: 1px solid #cccccc;
	border-spacing: 0;
	empty-cells: show;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}
.table_area3 caption {
	font-size: 12px;
	text-align: left;
	line-height: 24px;
	font-weight: bold;
}
.table_area3 table th {
	border: 1px solid #cccccc;
	text-align: center;
	font-size: 12px;
	line-height: 20px;
	background-color: #339;
	color: #FFFFFF;
	white-space: nowrap;
}
.table_area3 table td {
	border: 1px solid #cccccc;
	font-size: 12px;
	line-height: 20px;
}
.resize145 {
	padding: 0px;
	height: 105px;
	width: 140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.resize480 {
	padding: 0px;
	height: 360px;
	width: 480px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#closebox {
	height: 30px;
	width: 800px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottomnavi {
	margin: 0px;
	width: 800px;
	height: 24px;
	padding: 0px;
	background-color: #FFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#bottomnavi ul {
	width: 800px;
	list-style-type: none;
	height: 24px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bottomnavi ul li {
	font-size: 12px;
	line-height: 24px;
	float: left;
	width: 80px;
	margin: 0px;
	text-align: center;
}
#footer {
	margin: 0px;
	height: 24px;
	width: 800px;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
	background-color: #CCC;
}
#footer p {
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	height: 24px;
	width: 800px;
}
#crumblist {
	font-size: 12px;
	line-height: 24px;
	margin: 0px;
	height: 24px;
	padding-left: 10px;
}
