/*ページトップ@フッタ直前のページトップ*/
.btnPageTop {
	display:block; overflow:hidden; text-indent:-999px;
	width:180px;
	_width:190px;	
	height:38px; 
	/*height:40px;*/
	margin: 0 10px 0 auto;
	_margin: 0 0 0 auto;
	float:right;
	background:url("../img/pageTop_contentsEnd.jpg") top left no-repeat;
	}
	
	/*.btnPageTop a {
		display:block;
		width:180px; height:38px;
		background:url("../img/pageTop_contentsEnd.jpg") top left no-repeat;
		}*/
		
	a.btnPageTop:hover {
		background:url("../img/pageTop_contentsEnd.jpg") 0 -40px no-repeat;
		}
		
/*ページトップ@ページエンドページトップ*/
.btnPageTop_pageEnd {
	display:block; overflow:hidden; text-indent:-999px;
	width:180px; 
	_width:190px; 
	height:38px;
	margin: 0 10px 0 auto;
	_margin: 0 0 0 auto;
	float:right;
	background:url("../img/pageTop_pageEnd.jpg") top left no-repeat;
	}
	
	/*.btnPageTop_pageEnd a {
		display:block;
		width:180px; height:38px;
		background:url("../img/pageTop_pageEnd.jpg") top left no-repeat;
		}*/
		
	a.btnPageTop_pageEnd:hover {
		background:url("../img/pageTop_pageEnd.jpg") 0 -40px no-repeat;
		}
	
		
/*==================================================================================*/		
/*サイトマップ(共通)*/
.Block_siteMapList {/*サイトマップのリストのワンブロック*/
	display:block; float:left;
	width:172px; min-height:100px;
	background:url("../img_sitemap/ul_BG.gif") top left no-repeat;
	}
	
	.Block_siteMapList h3{/**/
	font-size:10pt; _font-size:12px;
	margin-top:0.5em; _margin-top:0.8em; 
	_margin-bottom:0.5em;
	}
		.Block_siteMapList h3 a{/**/
		/*display:block;*/
		margin-top:0.5em;
		padding-left:13px;
		background:url("../img/allow_strongblue.gif") left center no-repeat;
		color:#1B77D2;
		}
		.Block_siteMapList h3 a:link,a:visited;{/**/
		/*display:block;*/
		margin-top:0.5em;
		padding-left:13px;
		background:url("../img/allow_strongblue.gif") left center no-repeat;
		color:#1B77D2;
		}
		.Block_siteMapList h3 a:over{/**/
		/*display:block;*/
		margin-top:0.5em;
		padding-left:13px;
		background:url("../img/allow_strongblue.gif") left center no-repeat;
		color:#0B6ED2;
		text-decoration:underline;
		}
			
		
		
	/**/
	.Block_siteMapList ul{/**/
	display:block; 
	font-size:9pt; _font-size:10px;
	margin-bottom:1em;
	}
	.Block_siteMapList ul li{/**/
	list-style-type:none;
	margin:0; 
	padding-left:13px;
	_padding:0 0 0.5em 13px;
	}
		.Block_siteMapList ul li a{
		color:#1B77D2;
		}
		Block_siteMapList ul li a:hover{
		text-decoration:underline;
		}
	
.Block_sideBarSiteMap h2 {/*サイトマップのタイトル*/
	display:block;
	width:166px; height:30px;
	background:url("../img_sitemap/ttl_sitemap.jpg") top left no-repeat;
	}
/*==================================================================================*/		



/*===================
テーブル関係の設定
=====================*/
th {
	padding:5px 10px 5px 10px;
	vertical-align:top;
	}
td {
	padding:8px 10px 10px 10px;
	vertical-align:top;			
	}
	
	

.tableStyleA {
	display:block;
	width:600px;
	font-size:0.8em; _font-size:1em;
	line-height:160%; _line-height:170%; 
	text-align:left;
	border:1px solid #ffffff;
	empty-cells:show;
	background-color:#ffffff;
	margin-bottom:30px;
	}


td.titleTD {
	width:120px;
	background-color:#E0EAF5;
	}
td.dataTD {
	}
	
/*フォームページなど*/
.tableStyleB {
	display:block;
	width:580px;
	font-size:0.8em; _font-size:1em;
	line-height:160%; _line-height:170%; 
	text-align:left;
	border:1px solid #ffffff;
	empty-cells:show;
	background-color:#ffffff;
	margin-bottom:30px;
	margin-left:8px;
	}
	
td.titleTDstyleB {
	width:170px;
	background-color:#E0EAF5;
	}
td.dataTDstyleB {
	}
	