/*ローカルナビゲーション*/
.NavLocal {
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0pt;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-color: #EAEAEA;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.NavLocal p{
	margin-bottom: 3px;
	margin-top: 2px;
}
.NavLocalOn {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 2px;
	font-size: 10pt;
	line-height: 17pt;
	text-decoration: none;
	padding-top: 4px;
	border: 1px solid #108BE7;
	letter-spacing: 1pt;
	background-image: url(../com_image/com_navi_03.jpg);
}
.NavLocalOff {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	font-weight: bold;
	margin-left: 2px;
	font-size: 10pt;
	line-height: 17pt;
	text-decoration: none;
	padding-top: 4px;
	color: #666666;
	letter-spacing: 1pt;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #999999;
	background-image: url(../com_image/com_navi_04.jpg);
}

/*アンカーナビゲーション*/
.NavAnchor {
	margin-bottom: 10px;
	display: block;
	line-height: 0px;
	background-color: #EAEAEA;
	padding-left: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	font-size: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.NavAnchorLink1 {
	clear: both;
	font-size: 9pt;
	line-height: 13pt;
	color: #666666;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 5px;
	font-weight: bold;
}

.NavPageTop{
	height: 10px;
	width: 100%;
	font-size: 8pt;
	line-height: 12pt;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 5px;
	clear: both;
	margin-top: 20px;
}
.NavPageTop a{
	text-align: right;
	font-weight: bold;
	text-decoration: none;
	color: #999999;
}
