@charset "utf-8";
/*ライブラリ*/

/*左ナビ----------------------------------------------*/
#left_navi {
	margin-top: 5px;
	margin-bottom: 20px;
}
#left_navi h3 {
	background-color: #4880b9;
	font-size: 16px;
	color: #FFFFFF;
	padding-top: 7px;
	padding-left: 5px;
	margin-bottom: 2px;
	padding-bottom: 7px;
}
#left_navi li {
	list-style-type: none;
}
#left_navi .on {
	background-color: #4880b9;
	font-size: 12px;
	background-image: url(../03lib/img/ya_on.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 18px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4880b9;
	padding-bottom: 4px;
}
#left_navi .on a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#left_navi .off {
	font-size: 12px;
	background-image: url(../03lib/img/ya_off.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	text-indent: 18px;
	padding-top: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4880b9;
	padding-bottom: 4px;
}
#left_navi .off a{
	color: #333333;
	text-decoration: none;
}
#left_navi .off a:hover{
	color: #4880b9;
	text-decoration: none;
}
/*ナビ----------------------------------------------*/

/*右コンテンツ--------------------------------------*/
#con_main h3 {
	background-image: url(../03lib/img/title.gif);
	height: 78px;
	width: 576px;
	text-indent: -9999px;
}
#con_main h4 {
	background-image: url(../03lib/img/st_base.gif);
	background-repeat: repeat-x;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-left: 7px;
	padding-bottom: 5px;
}

/*PDF　共通*/
.lib_pdf {
	line-height: 20px;
	width: 530px;
	margin-bottom: 20px;
	font-size: 13px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
}
.lib_pdf li {
	font-size: 13px;
	margin-top: 5px;
	background-image: url(../img/ya.gif);
	background-position: 3px;
	background-repeat: no-repeat;
	list-style-type: none;
	text-indent: 18px;
}


/****************************************************/

