@charset "UTF-8";

/************************************************/
/*------------------------------------------------
* 図書館ページの設定
*-----------------------------------------------*/
/************************************************/

/*------------------------------------------------
* お知らせの設定
*-----------------------------------------------*/

.cms_news {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.cms_news li {
  margin-left: 10px;
  padding: 0 0 5px 0;
  color: #208d3f;
}

/*------------------------------------------------
* フォントの設定
*-----------------------------------------------*/
.center_tt {
	text-align: center;
}
.top_tt {
	vertical-align: top;
	width: 84px;
	height: 50px;
}
.b_text {
	font-weight: bold;
}
.blue_tt {
	color: #7299c1;
}
.red_tt {
	color: #ff7cad;
}
.green_tt {
	color: #519e42;
}
.orange_tt {
	color: #ea753a;
}
.purple_tt {
	color: #db98fc;
}
.caution_tt {
	color: #d33a28;
}

.ul-type02 li.map {
  width: 120px;
}
/*------------------------------------------------
* テーブルの設定
*-----------------------------------------------*/
div.graph table {
	border: 1px solid #999999;
}
div.graph table th {
	border: 1px solid #999999;
}
.red_bb {
	background: #ff8080;
}
.green_bb {
	background: #9bff9b;
}
.blue_bb {
	background: #60afff;
}
.orange_dd {
	background: #ffff80;
}
.purple_dd {
	background: #db98fc;
}
.blue_bt {
	color: #60afff;
}
.red_bt {
	color: #ff8080;
}
.green_bt {
	color: #9bff9b;
}
.orange_bt {
	color: #ffff80;
}
.purple_bt {
	color: #db98fc;
}

/*------------------------------------------------
* 凡例の枠
*-----------------------------------------------*/
div.area_border {
	margin : 0px 0px 0px 0px;
	padding: 10px 0px 0px 10px;
	border: 1px solid #cccccc;

}
/*------------------------------------------------
* リンクの設定
*-----------------------------------------------*/
#contents h3 a {
	color: #0033cc;
}
/*------------------------------------------------
* 左メニューの設定
*-----------------------------------------------*/
#left_menu_lib li.sub {
  padding: 3px 0px 3px 30px;
  color: #09581f;
  background: url(../library/img/img_lib_menu_bg.gif) #DDF1CF no-repeat top;
}
#left_menu_lib li.top {
  font-weight: bold;
  padding: 6px 0px 6px 10px;
  color: #09581f;
  background: url(../library/img/img_libtop_menu_bg.gif) #DDF1CF no-repeat top;
}
#left_menu_lib li.on {
  background: url(../library/img/img_lib_menu_bgon.gif) #BBDEA3 repeat-y;
}
/*------------------------------------------------
* 左メニューの設定（検索メニュー）
*-----------------------------------------------*/
div.search {
	font-size: 80%;
	width: 173px;
	margin: 0px 0px 0px 1px;
	background: #ffffff;
}
div.search a,a:active {
	color: #e42a59;
	text-decoration: none;
}
div.search a:hover {
	color: #e42a59;
	text-decoration: underline;
}
div.search li {
	padding: 3px 0px 3px 30px;
	color: #e42a59;
	background: url(../library/img/img_srh_menu_bg.gif) #ffffff no-repeat top;
}
div.search li.top {
	padding: 3px 0px 3px 10px;
	color: #353535;
	background: #ffffff;
}
p.search_top {
	font-size: 80%;
	color: #353535;
	font-weight: bold;
	width: 165px;
	padding: 6px 0px 6px 10px;
	background: #f1c6d0;
}


