﻿/* 

==========================================================

	Index CSS 

==========================================================

*/

#main {

	overflow:hidden;

	background:url(../../img/main_side_bg.jpg) repeat-x;

	height:285px;

}



#main_inner {

	background : transparent url(../../img/main_bg.jpg) no-repeat scroll 0% 0%;

	width:950px;

	margin:0 auto;

	height:285px;

}



.book_philosophy {

	float:left;

	text-align:center;

	background:url(../../img/book_shadow.png);

	width:148px;

	height:217px;

	margin-top:20px;

	margin-left:10px;

}

.book01 {

	float:left;

	text-align:center;

	background:url(../../img/book_shadow.png);

	width:148px;

	height:217px;

	margin-top:20px;

	margin-left:10px;

}

.book02 {

	float:left;

	text-align:center;

	background:url(../../img/book_shadow.png);

	width:148px;

	height:217px;

	margin-top:20px;

	margin-left:10px;

}

.book03 {

	float:right;

	text-align:center;

	background:url(../../img/book_shadow.png);

	width:148px;

	height:217px;

	margin-top:20px;

	margin-right:5px;

}

.usagi_comment {

	width:165px;

	padding-right:10px;

	float:left;

	margin-top:20px;

	margin-left:15px;

	background:url(../../img/comment_img.png) bottom right no-repeat;

}

.usagi_comment_inner {

	width:145px;

	height:140px;

	padding:10px;

	color:#a01100;

	background:#fff;

}



#contents {

	overflow:hidden;

	width:950px;

	margin:0 auto;

	margin-bottom:20px;

}



#cont_left {

	float:left;

	width:310px;

	margin-right:20px;

}



#cont_mid {

	float:left;

	width:320px;

	margin:0;

}



#cont_right {

	float:right;

	width:280px;

}





/* --- My Library --- */

#my_library {

	margin-bottom:15px;

}

#pathfinder .inner{

	border-bottom:#c7c7c7 solid 1px;

	border-right:#c7c7c7 solid 1px;

	border-left:#c7c7c7 solid 1px;	

}

#my_library ul{

	overflow:hidden;

	padding:0 0 0 9px;

	margin-bottom:5px;

}

#my_library li{

	float:left;

	margin-right:9px;

}

#my_library p{

	clear:both;

	padding:0 10px 10px 10px;

	line-height:1.4;

}

#my_library a {

	color: #a01100;

	text-decoration: none;

}

#my_library a:link {

	color: #a01100;

	text-decoration: none;

}

#my_library a:visited {

	color: #a01100;

	text-decoration: none;

}

#my_library a:hover {

	color: #ee90a1;

	text-decoration: none;

}





/* --- Info Search --- */

#info_search, #pathfinder,
#statistics, #reserve{

	margin-bottom:15px;

}







/* --- News --- */

#news {

	width:320px;

	margin-bottom:10px;

}

#news .inner{

/*	padding: 10px;
	height: 230px;
*/	padding: 0px 10px;
	height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	

}



#news .block {

	overflow:hidden;

	width:300px;

	background: url(../../img/news_line.gif) repeat-x bottom;	

	margin:0 auto;

}

#news .list_body {

	padding: 0px 10px 5px;

	line-height:1.5;

}


/* --- tadoku --- */
#tadoku{
	position: relative;
        margin-top: 16px;
        margin-bottom: 15px;
}
#tadoku_parent,
#tadoku_child,
#tadoku img{
	display: block;
}
#tadoku_child{
	position: absolute;
	bottom: 10px;
	right: 10px;
}

.list_day {

	font-weight:bold;

	color: #a01100;

	margin-bottom:3px;

	margin-top:10px;

}

.list_day a {

	color: #a01100;

	text-decoration: none;

}

.list_day a:link {

	color: #a01100;

	text-decoration: none;

}

.list_day a:visited {

	color: #a01100;

	text-decoration: none;

}

.list_day a:hover {

	color: #ee90a1;

	text-decoration: none;

}



.list_body {

	

	padding-bottom:10px;
        padding:10px;

	line-height:1.5;

}

.list_body a {

	color: #333;

	text-decoration: none;

}

.list_body a:link {

	color: #333;

	text-decoration: none;

}

.list_body a:visited {

	color: #333;

	text-decoration: none;

}

.list_body a:hover {

	color: #ee90a1;

	text-decoration: none;

}
/* --- left_other --- */
#left_other ul{
  margin: 15px 0;
}
#left_other ul li,
#left_other ul li a,
#left_other ul li img{
  display: block;
}
#left_other ul li{
  float: left;
}
#left_other_qa{
  padding: 0 0 0 10px;
}
/* --- left_other --- */
#left_other ul{
  margin: 15px 0;
}
#left_other ul li,
#left_other ul li a,
#left_other ul li img{
  display: block;
}
#left_other ul li{
  float: left;
}
#left_other_qa{
  padding: 0 0 0 10px;
}
/* --- OPAC Search --- */
#opac {
    padding: 10px 10px 5px 10px;
    font-size: 85%;
    display: block;
    width: 288px;
    height: 57px;
}

#opac form {
     width: 288px;
     height: 30px;
}

#opac_search {
    margin: 0 auto;
    position: relative;
}

#text_kywd {
    width: 220px;
    height: 28px;
    padding: 0 4px;
    border: none;
    outline: 2px #d9d9d9 solid;
    position: absolute;
    top: 2px;
    left: 0px;
}

#text_kywd:hover {
    outline: 3px solid #b9b9b9!important;
}

#submit_srch {
    width: 55px;
    height: 32px;
    cursor: pointer;
    color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;    
    border: none;
    background: rgba(245, 189, 16, 1);
    position: absolute;
    left: 235px;
    top: 0px;
}

.btn {
}

.btn:hover, #opac_search:hover > #submit_srch, #text_kywd:hover + #submit_srch, #text_kywd:focus + #submit_srch {
}
