/* 5冊のボディに関するCSS（背景色は個別指定）*/
body {
color: #000000;

margin: 0px;
padding: 0px;
text-align: center;
font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
}

/* ページ構造に関するCSS */
#wrapper {
width: 75%;
margin: 0 auto;
padding: 0px;
text-align: left;
border: none;
background-color: #FFFFFF;
}

/* ヘッダーに関するCSS */
#header {
width: 98%;
margin: 0 auto;
padding: 1%;
}

#header table {
width: 100%;
border: none;
margin: 0 auto;
}

#header td {
border: none;
padding: 0px;
margin:  0px;
background-image: url("/library/img/headbg.gif");
}

/*ヘッダーナビに関するCSS*/
#headnavi {
font-size: 100%;
text-align: right;
margin: 0 auto;
padding: 5px;
border-top: solid 1px #006699;
border-bottom: solid 1px #006699;
}

/*トップページタイトルに関するCSS*/
#title {
width: 750px;
float: left;
margin: 0px;
padding: 0px;
}

#title table{
border: none;
margin: 0px;
padding: 0px;
}


/* コンテンツに関するCSS */
#content {
width: 88%;
border: 1px solid #999999;
padding: 5%;
margin:0 auto;
background-color: #ffffff;
}

/*ボックスに関するcss*/
#text_box{
width: 220px;
height: 150px;
margin: 0px 0 0 0;
padding: 5px;
border: 1px solid #000000;
overflow-y: scroll;
background-color: #ffffff;
font-size: 100%;
line-height: 150%;
}

#search_box{

margin: 5 0 0 0px;
padding: 0px;
background-color: #ffff00;
font-size: 85%;
}

#login_box{
width: 220px;
margin: 0px;
padding: 0px;
}

/* イベントお知らせに関するCSS */
#info {
clear: left;
width: 745px;
padding: 0px;
margin: 0px;
}

#menu1{
width: 230px;
float: left;
margin-right: 5px;
padding: 5px;
list-style:none;
}

#menu2{
width: 230px;
float: left;
margin-right: 5px;
padding: 5px;
}

#menu3{
width: 230px;
float: left;
margin-right: 5px;
padding: 5px;
}

/* 住所表示に関するCSS */
#ad {
clear: both;
margin-bottom: 0px;
margin-top: 20px;
font-size: 90%;
}

/* フッターに関するCSS */
#footer {
float: left;
width: 100%;
margin: 0px;
border-top: 1px solid #999999;
text-align: center;
background-color: #FFFFFF;
}


/* 装飾に関するCSS */
#content h1{
margin: 0px;
font-size: 120%;
color: #000099;
background-color: #FFF;
}

#content h2 {
margin:0px;
font-size: 90%;
color: #FFF;
background-color: #000099;
padding: 2px;
}

#content h3 {
font-size: 90%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
padding-bottom: 3px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 5px;
margin-bottom: 10px;
margin-top: 0px;
}

#content p {
margin-top: 0px;
font-size: 85%;
line-height: 150%;
}
span.f75 {font-size: 75%; }

/* englishページに関するCSS*/
#english {
width: 650px;
border: 1px solid #999999;
padding: 10px;
margin:5px 10px 15px;
}

#english h3 {
font-size: 90%;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #999999;
padding-bottom: 3px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #999999;
padding-top: 5px;
margin-bottom: 10px;
margin-top: 0px;
}

#english p {
margin-top: 0px;
font-size: 85%;
line-height: 150%;
}

/* 右寄せ*/
.r {
text-align: right;
}

/* 著作権表記*/
.credit {
clear:left;
font-size: 80%;
margin-top: 5px;
color: #999999;
background-color: #FFF;
}

/* 画像のキャプション*/
.cap {
margin-top: 0px;
font-size: 75%;
line-height: 150%;
color: #903;
background-color: #FFF;
}

/*75*/
.75 {
margin-top: 0px;
font-size: 75%;
line-height: 150%;
background-color: #FFF;
}

/* 終了したお知らせ*/ 
.shuryo {
margin-top: 0px;
color: #999999;
background-color: #FFF;
}

/* 定義入りリストに関するCSS*/
dt {
margin-top: 0px;
font-size: 84%;
margin-bottom: 15px;
}
dd {
margin-top: 0px;
font-size: 80%;
margin-bottom: 15px;
}

/* 引用、出典に関するCSS*/
blockquote, cite {
margin-top: 0px;
font-size: 85%;
line-height: 150%;
}

/* opacのみ太字*/
.opac {
margin-top: 0px;
font-size: 90%;
font-weight: bold;
}

/* リンクに関するCSS */
a:link {
color:#009;
text-decoration:none;
border-bottom:1px solid #009;
}
a:visited {
color:#006699;
text-decoration:none;
border-bottom:1px solid #006699;
}
a:active, a:hover {
text-decoration:none;
color:#936;
border-bottom:1px solid #936;
} 



/*テーブルに関するcss*/
table {
border: none;
border-spacing : 0;
font-size: 95%;
margin: 0;
}
th {
border: none;
background-color: #FFFFFF;
padding: 10px;
}
td {border: none;
background-color: #FFFFFF;
line-height:150%;
padding: 0;
}

/*リストに関するcss*/
ul {
list-style: square;
}

li {
font-size: 85%;
}


/* 罫線に関するCSS */
hr {
height:1px;
}

/* リンク横画像w,newsに関するCSS */
.linkimg {
margin: 5px 2px 5px 2px;
vertical-align:middle;
height: 9px;
}

/* 画像に関するCSS */
img{
vertical-align:middle;

}

/* 太字にするCSS */
span.bold{
font-weight: bold;
}

/* リンクナビに関するCSS */
#linknav {
width: 455px;
font-size: 90%;
margin: 3px 0px;
list-style:none;
float: left;
}

#linknav li {
float: left;
margin: 2px 2px 2px 0px;
padding: 2px;
font-weight: bold;
border: 1px solid #666666;
background-color: #FAF0E6;
text-align: center;
width: 75px;
height: 22px;
}

/* テーブルに関するCSS */
.info {
	border-collapse: collapse;
}
.info th, .info td {
  padding: 8px;
  border: 1px solid #bec2c7;
  text-align: left;
}

/* 2段組レイアウトに関するCSS */
div.blocka {
   float: left;
   width: 50%;
}

div.blockc {
   float: left;
   width: 77%;
}


/* アコーディオンメニューに関するCSS */
.acd-check{
    display: none;
}
.acd-label{
    background: #00a2b4;
    color: white;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-label:hover{
    background: #00808e;
    color: white;
    display: block;
    margin-bottom: 1px;
    padding: 10px;
}
.acd-content{
    border: 0px solid #333;
    max-height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .2s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    max-height: 9999px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

/* リンク画像に関するCSS */
a:hover img{
    opacity:0.6;
    -moz-opacity:0.6;
    filter:alpha(opacity = 60);
}

/* リンク画像のマウスオーバー時の下線消去に関するCSS */
.sen_denai a:hover{
text-decoration: none !important;
border: none !important;
}

</style>
