/*スクロールバー*/
html,body {
scrollbar-arrow-color:#945e2c;
scrollbar-face-color:#945e2c;
scrollbar-3dlight-color:#ae8a4c;
scrollbar-darkshadow-color:#ae8a4c;
scrollbar-highlight-color:#ae8a4c;
scrollbar-shadow-color:#ae8a4c;
scrollbar-track-color:#ae8a4c;
}

a:link { color: #472b0e; }
a:visited { color: #382b1d; }
a:hover { color: #b16a23; }
a:active { color: #ff8000; }
a {
text-decoration: none;
}

::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}
.container{
  width: 100%;
  height: 400px;
  overflow: auto;
}
.inner{
  background-repeat: no-repeat;
  width:100%;
  height:800px;
}

/*背景*/
BODY {
color: #222222;
background-color: #ae8a4c;
background-image: url("./img/back/main.jpg")
}

button.button2 { 
    padding: 0px 0px;
} 

.scr {
   height: 600px;
   overflow: auto;
   overflow-x: hidden;
 }

a:link { color: #111111; }
a:visited { color: #333333; }
a:hover { color: #999999; }
a:active { color: #666666; }
a {
text-decoration: none;
}

/*行間*/
body { line-height: 1.5 }
p {line-height: 1.5}

/*ふせんボタン*/
.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 10px #9d6643;/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:hover {
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    transform: rotate(10deg);
}

.disable-select {
-ms-user-select: none;
-webkit-user-select: none;
-webkit-user-drag:none; 
-moz-user-select:none; 
-khtml-user-select:none; 
-khtml-user-drag:none; 
user-select: none;
      }

/*書庫リストメニュー*/
h1 {
padding: 3px 18px;
background: #f7f7f7;
border-left: solid 5px #9d6643;
border-bottom: solid 3px #d7d7d7;
font-size: 90%;
}

*  { 
           margin : 0px ; 
           margin : 0px auto
 } 
 
 img {
pointer-events: none;
}
 
table {
  border-collapse: collapse;
}
table th, table td {
  border: solid 2px #555555;
  font-size:15px;
}
 
 
 table {
  text-align: center;
}
 
 table th {
  padding: 8px;
  background: #b8946c;
}
 

table td {
  padding: 8px 10px;
}

#site-box {
           width : 800px;
           background-color: #FFFFFF;
           box-shadow:0px 0px 10px;
           padding : 0px ; 
 }

#pattern-box {
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           background-image: url('./img/back/end.jpg');
           padding: 15px;
 }

#title-box {
           padding : 0px ; 
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           text-align: center;
           padding: 15px;
 }

#picture-box {
           height : 350px;
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           border-top: 1px solid #666666;
           border-bottom: 1px solid #666666;
           background-image: url('./img/top.jpg');
           text-align: center;
           padding: 20px;
 }

#counter-box {
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           text-align: right;
           padding : 0px ; 
 }

#contents-box {
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           text-align: center;
           padding: 25px;
 }


#list-box {
           float: left;
           width: 220px;
           font-size: 13px;
           border-top: 1px solid #666666;
           border-left: 1px solid #666666;
           padding: 10px;
 }


#catalogue-box {
           float: right;
           width: 537px;
           border-top: 1px solid #666666;
           border-left: 1px solid #666666;
           border-right: 1px solid #666666;
           padding: 10px;
 }
 
 
 
 #icon-box {
           text-align: right;
           border-top: 0px;
           border-left: 1px solid #666666;
           border-right: 1px solid #666666;
           padding: 10px;
 }
 
#attention-box {
           clear: both;
           text-align: center;
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           border-top: 1px solid #666666;
           font-size: 10px;
           color:#666666;
           padding: 5px;
 }
 
#rink-box {
           background-color: #FFFFFF;
           border:0px;
           border-top: 1px solid #666666;
           border-right: 1px solid #666666;
           border-left: 1px solid #666666;
           border-bottom: 1px solid #666666;
           text-align: center;
           font-size: 12px;
           padding: 2px;
 }