@charset "Shift_JIS";

/* -------------------------
__Default_style_clear
--------------------------*/
@import "reset.css";
@import "clearfix.css";

body {
  margin: 0;
  padding: 0;
  background: #dddddd url(../images/bg.gif);
  color: #444444;
  font-size: 100%;
  line-height: 1.5;
  text-align: center; /* IE5.x用センタリング */
}

/* -------------------------
__wrapper (#wrapper)
--------------------------*/
#wrapper {
  width: 920px;
  margin: 0 auto;
  background: #ffffff;
  text-align: left;
}

/* -------------------------
__header (#header)
--------------------------*/
#header {
  position: relative;
  width: 920px;
  height: 200px;
  margin: 30px 0 10px 0;
  background: #ffffff url(../images/header_bg.jpg) no-repeat right top;
}
body#category #header {
  height: 100px;
  background: url(../images/header_bg_s.jpg) no-repeat right top;
}
#header h1, #header p {
  padding: 0px 0 0 20px;
}
#header h1 a {
  display: block;
  width: 241px;
  height: 90px;
}
#header ul#assist_navi {
  position: absolute;
  top: -24px;
  right: 0;
}
#header ul#assist_navi li {
  display: inline;
  font-size: 15px;
	font-weight:bold;
  padding-right: 24px;
}

/* -------------------------
__main (#main)
--------------------------*/
#main {
  margin: 0 0 10px 0;
}

/* -------------------------
__maincontents (#maincontents)
--------------------------*/
#maincontents {
  padding: 0 20px;
  background: #ffffff;
}

/* -------------------------
__searcharea (#searcharea)
--------------------------*/
#searcharea {
  margin-bottom: 20px;
} 
#searcharea h2 {
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#searcharea li {
  margin-bottom: 10px; 
  text-align: center;
}
#searcharea #searcharea_left {
  float: left;
}
#searcharea #searcharea_right {
  float: right;
}

#searcharea #searcharea_right2 {
  float: right;
  height:74px;
}

/* -------------------------
__topics (#topics)
--------------------------*/
#topics {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #f6ac66;
  background: #ffffcc url(../images/topics_bg.gif) repeat-x;
}
#topics h2 {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #f6ac66;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}
#topics ul {
  padding: 0 10px 10px;
  font-size: 1em;
  line-height: 1.8;
}
#topics li {
  padding-left: 12px;
  border-bottom: 1px dotted #dddddd;
  background: url(../images/arrow_orange.gif) no-repeat left 0.5em;
}
#topics li span {
  padding-right: 2em;
  font-weight: bold;
}
#topics_links {
  text-align: left;
}
#topics_links li {
  display: inline;
  padding-left: 0;
  border: none;
  background: none;
}
#topics_links li.newbooks {
  position: absolute;
  top: 1px;
  right: 25px;
}

/* -------------------------
__info (#info)
--------------------------*/
#info {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #f6ac66;
  background: #ffffcc url(../images/topics_bg.gif) repeat-x;
}
#info h2 {
  margin-bottom: 10px;
  padding: 4px 10px;
  background: #f6ac66;
  color: #ffffff;
  font-size: 1em;
  font-weight: bold;
}
#info ul {
  padding: 0 10px 10px;
  font-size: 1em;
  line-height: 1.8;
}
#info li {
  line-height: 1.5;
}

/* -------------------------
__digital_library (#digital_library)
--------------------------*/
#digital_library h3 {
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #a6cdd2;
  border-left: 4px solid #a6cdd2;
  font-size: 1em;
}
#digital_library {
  margin-bottom: 20px;
}
#digital_library dl {
  float: left;
  width: 220px;
  margin-right: 10px;
  padding: 0;
}
#digital_library dd {
  margin: 0 10px;
}
#digital_library dl.last {
  margin-right: 0;
}

/* -------------------------
__sidebar (#sidebar)
--------------------------*/
#sidebar {
  margin-right: 20px;
  background: #ffffff url(../images/sidebar/sidebar_bg.gif) repeat-x;
}
#sidebar p {
  text-align: center;
}

/* -------------------------
__calendar (#calendar)
--------------------------*/
#calendar {
  margin: 10px 0;
  text-align: center;
}
#calendar .closeday {
  margin-left: 5px;
  padding-top: 5px;
}

/* -------------------------
__ul (ul#main_navi)
--------------------------*/
ul#main_navi {
  margin: 0 0 10px 0;
  padding: 0;
}
ul#main_navi li {
  display: inline;
  list-style-type: none;
  width: 180px;
  height: 30px;
  overflow: hidden;
}
ul#main_navi li a {
  display: block;
  width: 180px;
  height: 30px;
}

/* -------------------------
__ul (ul#kensaku_navi)
--------------------------*/
ul#kensaku_navi {
  margin: 0 0 10px 0;
  padding: 0;
}
ul#kensaku_navi li {
  display: inline;
  list-style-type: none;
  width: 180px;
  height: 51px;
  overflow: hidden;
}
ul#kensaku_navi li a {
  display: block;
  width: 180px;
  height: 51px;
}


/* -------------------------
__ul (ul#sub_navi)
--------------------------*/
ul#sub_navi {
  margin: 0 0 10px 0;
  padding: 0;
}
ul#sub_navi li {
  display: inline;
  list-style-type: none;
  width: 180px;
  height: 30px;
  overflow: hidden;
}
ul#sub_navi li a {
  display: block;
  width: 180px;
  height: 30px;
}

/* -------------------------
__footer (#footer)
--------------------------*/
#footer {
}
#footer p {
  padding-left: 20px;
  font-size: 12px;
}
#footer p.copyright {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  background: #2C2CD9;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 1px;
}

/* -------------------------
__category (body#category)
--------------------------*/
#category .maincontents_inner {
  padding: 0 20px;
}
#category #maincontents h1 {
  margin: 10px 0 25px 0;
}
#category #maincontents h2 {
  margin-bottom: 5px;
  padding-left: 25px;
  background: url(../images/h2_bg.gif) no-repeat left center;
  font-size: 112.5%;
  font-weight: bold;
}
#category #maincontents h3 {
  margin-left: 22px;
  margin-bottom: 5px;
  padding-left: 5px;
  border-bottom: 1px solid #a6cdd2;
  border-left: 4px solid #a6cdd2;
  font-size: 1em;
}
#category #maincontents p {
  margin-left: 22px;
}
#category #maincontents ul {
  list-style-type: disc;
  margin-left: 1.5em; 
  margin-bottom: 1em;
}
#category #maincontents ul ul {
  list-style-type: circle;
  margin-left: 2.5em;
}
#category #maincontents ul ul ul {
  list-style-type: square;
}
#category #maincontents ol {
  list-style-type: decimal;
  margin-left: 3em; 
  margin-bottom: 1em;
}
#category #maincontents ol ol {
  list-style-type: decimal;
  margin-left: 2.5em;
}
#category #maincontents li {
  list-style-position: inside;
  line-height: 1.5;
}
#category #maincontents ol li {
  list-style-position: outside;
  line-height: 1.5;
}

/* -------------------------
3段組用
--------------------------*/
#category #maincontents .col3 {
  clear: both;
  margin-bottom: 20px;
}
#category #maincontents .col3 h3.title {
  margin: 0 0 10px 0;
  padding: 0;
  border: none;
}
#category #maincontents .col3 dl {
  float: left;
  width: 206px;
  margin-right: 11px;
  margin-bottom: 10px;
  padding: 0;
}
#category #maincontents .col3 dl.last {
  margin-right: 0;
}
#category #maincontents .col3 dl.large {
  width: 314px;
}
#category #maincontents .col3 dd {
  margin: 0 10px;
  text-align: center;
}

/* -------------------------
googlemap用
--------------------------*/
#category #google_map {
  margin-bottom: 20px;
}

/* -------------------------
リンクリスト用
--------------------------*/
#itemList {
  float: left;
  width: 640px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(../images/waku640_btm.gif) no-repeat left bottom;
}
.item {
  float: left;
  margin-right: 20px;
  width: 200px;
}
#category #maincontents #itemList h2 {
  margin-bottom: 10px;
  padding: 10px;
  background: #fff url(../images/waku640_top.gif) no-repeat left top;
  border-bottom: 1px solid #eeeeee;
  font-size: 1.4em;
}
.third {
  margin-right: 0px;
}
#category #maincontents #itemList .item ul {
  margin: 0;
  padding: 0 10px;
  font-size: 0.75em;
}
#category #maincontents #itemList .item ul li {
  list-style-type: none;
  list-style-position: outside;
  padding-left: 12px;
  background: url(../images/arrow.gif) no-repeat left 0.5em;
  line-height: 1.8;
}
/* -------------------------
汎用クラスなど
--------------------------*/
.faq_detail {
  text-align: right;
}
.datatbl {
  width: 640px;
  margin-bottom: 2em;
  border-collapse: collapse;
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;  
}
.datatbl th {
  width: 150px;
  padding: 7px;
  border-bottom: 1px solid #ffffff;
  background: #82c9db url(../images/th_bg.gif) repeat-x left bottom;
  color: #ffffff;
  font-size: 87.5%;
  line-height: 1.5;
  text-align: left;
}
.datatbl td {
  padding: 7px;
  border-bottom: 1px solid #dddddd;
  background: #ffffff url(../images/td_bg.gif) repeat-x left bottom;
  font-size: 87.5%;
  line-height: 1.5;
}

#category #maincontents h3.dtbl2 {
  margin-left: 0;
} 
.datatbl2 {
  width: 300px;
  margin-bottom: 2em;
  border-collapse: collapse;
  border: 1px solid #cccccc; 
}
.datatbl2 th {
  padding: 7px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #82c9db url(../images/th_bg.gif) repeat-x left bottom;
  color: #ffffff;
  font-size: 87.5%;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
}
.datatbl2 td {
  padding: 7px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  background: #ffffff url(../images/td_bg.gif) repeat-x left bottom;
  font-size: 87.5%;
  line-height: 1.5;
}

.history {
  margin-bottom: 20px;
}
.history ul {
  width: 610px;
}
.history ul li {
  list-style-type: none;
  list-style-position: outside;
  float: left;
  width: 293px;
  padding-left: 12px;
  background: url(../images/arrow.gif) no-repeat left 0.5em;
  font-size: 1.2em;
}
.history ul li span {
  font-size: 0.75em;
}

.faq {
  padding: 10px;
  border: 1px solid #dddddd;
}
.faq h2 span {
  padding-right: 0.5em;
  color: #97000f;
}
.faq p {
  margin: 0;
}

.f_left {
  float: left;
  margin: 0 10px 10px 0;
}
.f_right {
  float: right;
  margin: 0 0 10px 10px;
}
.margin_l00 {
  margin-left: 0;
}
.margin_b20 {
  margin-bottom: 20px;
}
.margin_b30 {
  margin-bottom: 30px;
}
.fs_075em {
  font-size: 0.75em;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}