@charset "utf-8";

/*------------------------------------------
コンテンツ用サブナビ（ヘルプ・マニュアル等）
-------------------------------------------*/


div#sub {
	width: 240px;
	float: left;
	font-size:20px;
	padding:0;
	margin:3px 0 0 0;
}

.subLeftmar {
	margin-left:20px;
}

.subLeftmar ul li a{
	width:160px;
	margin-left:16px;
	background-image: url(/images/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 20px;
	display: block;
	font-size:12px;
}
/* サイドバー 余白 */
div#sub div.inner {
	padding-top: 0px;
	padding-left: 15px;
	padding-right: 25px;
}

/* ページリスト 枠 */
.subNavi {
	margin-bottom: 10px;
}

/* バナーは各フォルダ個別設置 */

.subNavi dl dt {
	font-size: 81.25%;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	background-image: url(/images/page_list_dt.png);
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 5px;
	height:1.9em;
}
.subNavi dd {
	background-image: url(/images/page_list.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 26px;
}
/* ページリスト リンク設定 */
.subNavi a {
	color: #666666;
	background-color: transparent;
}
.subNavi a:link {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
.subNavi a:link:hover {
	color:#0066CC;
	background-color: transparent;
	text-decoration: none;
}

.subNavi a:hover {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
.subNavi a:visited:hover {
	color: #666666;
	background-color: transparent;
	text-decoration: none;
}
.subNavi ul {
	padding: 0;
	margin-left: 0px;
	list-style: none;
}

/* ページリスト */
.subNavi ul li {
	font-size: 81.25%;
	color: #666666;
	background-color: #ffffff;
	text-indent: 25px;

	padding-bottom: 1px;
}
/* ページリスト リンク */
.subNavi ul li a{
	background-image: url(/images/menu.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	border-bottom:1px #CCCCCC solid;
}
/* ページリスト ホバー */
.subNavi ul li a:hover {
	background-image: url(/images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}


/* ページリスト アクティブ */
.subNavi ul li a.act{
	background-image: url(/images/menu.png);
	background-position: 0px -300px;
	background-repeat: no-repeat;
}

/* ページ送り用 */
.page_next_1{
	background-image	: url(/common/images/btn_list_okuri.gif);
	background-position: -76px 0px;
	background-repeat: no-repeat;
	width			: 73px;
	height			: 26px;
	color			:#0066FF;
	font-weight		: bold;
	margin-bottom	: 5px;
	float:right;
	margin-right:20px;
}
	
.page_next_0{
	background-image	: url(/common/images/btn_list_okuri.gif);
	background-position: -76px -26px;
	background-repeat: no-repeat;
	width			: 73px;
	height			: 26px;
	color			:#0066FF;
	font-weight		: bold;
	margin-bottom	: 5px;
	float:right;
	margin-right:20px;
}

.page_back_1{
	background-image	: url(/common/images/btn_list_okuri.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width			: 73px;
	height			: 26px;
	color			:#0066FF;
	font-weight		: bold;
	margin-bottom	: 5px;
	float:right;
	margin-right:10px;
}

.page_back_0{
	background-image	: url(/common/images/btn_list_okuri.gif);
	background-position: 0px -26px;
	background-repeat: no-repeat;
	width			: 73px;
	height			: 26px;
	color			:#0066FF;
	font-weight		: bold;
	margin-bottom	: 5px;
	float:right;
	margin-right:10px;
}

.page_msg {
	font-size:12px;
	float:left;
	margin-top:3px;
	}
