@charset "Shift_JIS";

html {
/*
html要素にbackground-colorやbackground-imageを指定された場合、
body要素の背景が描画エリアいっぱいにならなくなるというCSSの仕様絡みの問題を解消する
(reset.cssによって、html要素にbackground-colorが指定されてしまう...)
*/
	background-color: transparent;
	background-image: none;
}

body {
}

select,input,button,textarea,button{
	/*IE6で透過png上のボタンが押せない現象への対策*/
	position: relative;
}

img {
	border-style: none;
}

a img {
	border-style: none;
	vertical-align: middle;
}

h1 {
}

h2 {
}

h3 {
	font-size: 123.1%;
	font-weight: bold;

	border-top: 2px solid #40a040;
	border-bottom: 2px solid #40a040;
	padding: 0.8em 1em;
/*
	margin-top: 7px;
*/
	margin-bottom: 7px;
}


.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a.tooltip {
/*
	position: relative;
*/
	text-decoration: none;
}
a.tooltip span {
	display: none;
	visibility: hidden;
}

div#qTip {
	width: 18em;
	padding: 3px;
	border: 1px solid #666;
	display: none;
	background: #999;
	color: #FFF;
	position: absolute;
	z-index: 1000;
}

.body_wrapper {
	background-color: #f5f5f5;
}

.head_container {
	text-align: center;
}

.head {
	width: 950px;
	height: 90px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background-color: #4169E1;
/*
	background: url(image/kusalib_title.png) no-repeat scroll left top #4169E1;
*/
}

.container {
	text-align: center;
}

.main_content {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: url(image/content_back.gif);
}

.navi {
	float: left;
	width: 350px;
	text-align: center;
	display: inline; /* IE6で、マージンが２倍になってしまうバグに対応 */
}

.content {
	margin-left: 350px;
    background-color: #fff;
	padding-top: 8px;
}

.content_left {
	float: left;
	width: 280px;
	margin-left: 20px;
	display: inline; /* IE6で、マージンが２倍になってしまうバグに対応 */
}

.content_right {
	width: 280px;
	margin-left: 310px;
}

.foot_container {
	text-align: center;
}

.foot {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;

	border-top: 14px solid #3159C1;
	background-color: #fff;
}

.footinfo {
	line-height: 2.4em;
}

.footinfo ul {
	text-align: center;
}

.footinfo ul li {
	display: inline;
	padding: 0 1em;
	border-left: 1px solid #aaa;
	list-style-type: none;
	list-item-position: inside;
}

.footinfo ul li.first {
	border: none; /* 最初のリスト項目の左区切り線はなしにする */
}

table.opac {
	width: 100%;
	margin-bottom: 12px;
}

table.opac td.logo {
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

table.opac td.input {
	width: 290px;
	padding-top: 10px;
}

table.opac td.openopac {
/*
	text-align: center;
*/
}

#info, #calendar {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
    background-color: #fff;
	border: 1px solid #aaa;
	margin: 8px;
}


#info2 {
	width: 330px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
    background-color: #fff;
	border: 1px solid #aaa;
	margin: 8px;
}




.cal_title {
	height: 30px;
	border: 1px solid #888;
	background: url(image/cal_title.png) no-repeat top left;
}

.info_title {
	height: 30px;
	border: 1px solid #888;
	background: url(image/info_title.png) no-repeat top left;
}

.info2_title {
	height: 30px;
	border: 1px solid #888;
	background: url(image/komainu_title1.png) no-repeat top left;
}

.guide_title {
	height: 24px;
	background: url(image/guide_title.png) no-repeat top left;
}

.publicity_title {
	height: 24px;
	background: url(image/publicity_title.png) no-repeat top left;
}

.magazine_title {
	height: 24px;
	background: url(image/magazine_title.png) no-repeat top left;
}

.database_title {
	height: 24px;
	background: url(image/database_title.png) no-repeat top left;
}

.otheropac_title {
	height: 24px;
	background: url(image/otheropac_title.png) no-repeat top left;
}

.paper_title {
	height: 24px;
	background: url(image/paper_title.png) no-repeat top left;
}

.ill_title {
	height: 24px;
	background: url(image/ill_title.png) no-repeat top left;
}

.publib_title {
	height: 24px;
	background: url(image/publib_title.png) no-repeat top left;
}

.links_title {
	height: 24px;
	background: url(image/links_title.png) no-repeat top left;
}

.otherlib_title{
	height: 24px;
	background: url(image/otherlib_title.png) no-repeat top left;
}

.otherdb_title{
	height: 24px;
	background: url(image/otherdb_title.png) no-repeat top left;
}

.otherlinks_title{
	height: 24px;
	background: url(image/otherlinks_title.png) no-repeat top left;
}

#info p.oldnews {
	text-align: right;
	margin: 1em;
	font-weight: bold;
}

#info2 p.comment {
	text-align: left;
	margin: 1em;
	font-weight: bold;
    font-size: 120%
}

.navi dl.newslist {
	margin: 0.5em;
}

.navi dl.newslist dt {
	line-height: 1.4em;
	padding-top: 0.3em;
	font-weight: bold;
}

.navi dl.newslist dd {
	line-height: 1.4em;
	padding-top: 0.3em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #aaa;
}

/*
 横並びdlリストを作るためのtips:
  for IE6
 hasLayoutをtrueにすることでレイアウト情報が保持され、謎の-3pxバグを解消する
*/
* html body .navi dl.newslist dd div {
	display: inline-block;
}

.content li a { 
	display: block;
}

.content li a:hover {
    color: #fff;
    background-color: #aaf;
}

.contentsub {
	margin-bottom: 1em;
}

.komainu {
	text-align: right;
}

.komainu a img {
	margin-left: auto;
	margin-right: 0;
}

.content ul {
	width: 270px;
}

.content li {
	border-bottom: dotted 1px #ccc;
	list-style-type: none;
}

.content li {
	display: block;
	line-height: 1.8em;
}

.content li li {
/*
	line-height: 1.8em;
*/
}

/***********************************************************/

.content dl.newslist {
	border-bottom: 1px dotted #aaa;
}

.content dl.newslist dt {
	float: left;
	width: 8em;
	border-top: 1px dotted #aaa;
	padding-top: 10px;
	padding-bottom: 0;
	padding-right: 0;

	background: url(./image/kurage3.png) no-repeat bottom left;
	padding-left: 2em;

	line-height: 1.4em;
	font-size: small;
}

.content dl.newslist dd {
	margin-left: 10em;
	padding-top: 10px;
	padding-bottom: 1.4em;
	padding-right: 10px;
	border-top: 1px dotted #aaa;

	line-height: 1.4em;
	font-size: small;
}

.content dl.newslist div {
	padding-left: 1.4em;
	border-left: 1px solid #aaa;
}

* html body .content dl.newslist dd div {
	display: inline-block;
}


