@charset "Shift_JIS";


/*
==============================
	ナビバーの下方に表示する絵
==============================
*/

.nav   {
	background-image:url(./library_image.jpg);
}
.nav-footer   {
	background-image:url(./library_image.jpg);
}


/*
==============================
	ページタイトルのデザイン
==============================
*/

.gzone-title   {
	background:
		url(./library_title.jpg)
		no-repeat
		right;
}

a#selected {
	color:#20b2aa;
}


h1	{
	color:#20b2aa;
}


div.clear{clear:both;}


/*
==============================
	紹介記事
==============================
*/

div.article-title   {
	width:100%;
	margin-top:4px;
	margin-bottom:40px;
	margin-right:0px;
	border-style: none none solid none ;
	border-color:#989898;
	border-width:0 0 1px 0;
	padding:4px 0px 4px 0;
/*	display:table;*/
}

.article-title img   {
	width:150px;
	float:right;
}

.article h2	{
	border-color:#20b2aa;
}

.article a {
	color: #20b2aa;
}

div.page-botton {
	margin-right:5px;
/*	width:100%; */
	border-style:solid none none none;
	border-width:1px 0px 0px 0px;
	border-color:#ccc;
}

.page-botton a {
	color: #20b2aa;
}

div.query {
	margin-right:5px;
/*	width:100%; */
	border-style:solid none none none;
	border-width:1px 0px 0px 0px;
	border-color:#ccc;
}


/*
==============================
	掲載情報
==============================
*/

/*
div.publication-list {
	width:98%; 
	margin-top:8px;
	margin-bottom:8px;
	margin-right:0px;
	padding-right:0px;
}
*/

div.publication {
	margin-top:8px;
	margin-bottom:8px;
/*	width:100%;*/
	margin-right:5px;
	padding:5px;
/*	display:table; */
	color: #000; 
	background: #20b2aa;
}

.publication img {
	width:150px;
	float: right;
}

.publication h2	{
	color:#fff;
	border-style:none none solid none;
	border-width:0px 0px 1px 0px;
	border-color:#ccc;
	margin:0px 0px 5px 0px;
	padding:3px;
	font-family: serif;
}



/*------ type A -------*/


ul.publication {
	margin:0;
	list-style-type:none;
}

.publication li {
	margin-left:0px;
	margin-bottom:2px;
	display:block;
}
span.pub-item-name {
	display:block;
	float:left;
	clear:left;
	width: 80px;
	height:100%;
	background-color: #eee;
	padding: 2px;
	font-size:12px;
}
span.pub-item-value {
	display:block;
	display:inline-block; /*for IE*/
	padding: 2px;
	font-size:12px;
}


/*------ type B -------*/
.pub-note table {
	border-spacing:2px;
}
td.pub-item-name {
	background-color: #eee;
	width:80px;
	vertical-align:top;
	font-size:12px;
	padding: 1px;
}

.pub-item-value a {
	color:#000;
}


td.pub-item-value {
	padding: 1px;
	vertical-align:top;
	font-size:12px;
	font-family: serif;
}




/*
==============================
	漫画のときだけ現れる目次
==============================
*/

.menu-manga {
	border-spacing: 2px;
	border: none;
	font-size:13px;
	text-align: center;
}
.menu-manga a {
	color: #20b2aa;
	text-decoration: none;
}
.menu-manga a:hover {
	color: #f00;
	text-decoration: underline;
}
.menu-manga th {
	padding: 1px;
	background-color: #20b2aa;
	color: #fff;
	font-weight: bold;
}
.menu-manga td {
	padding: 1px;
	background-color: #eee;
}

/*
==============================
	紹介記事のリスト表示
==============================
*/

.worklist {
/*	width:100%; */
	text-align: left;
	font-size:13px;
}

div.worklist {
	margin-right:5px;
}

.worklist-text {
	text-align: left;
}

.worklist-date {
	text-align: right;
}


.worklist-name {
	margin:2px 0px 0px 2px;
	color: #495E49;
	font-size:14px;
}

.worklist-note {
	color: #495E49;
	font-family: serif;
	font-size: inherit;
	margin:2px 0px 2px 5px;
}

.worklist-update {
	color: #495E49;
	font-family: arial, helvetica, sans-serif;
	font-size: inherit;
	margin:2px 2px 2px 0px;
}

.worklist-indicator {
	font-size: inherit;
	margin:2px 2px 2px 0px;
}

span.on-1  { color: #f00;}
.on-2  { color: #00f;}
.on-3  { color: #f00;}
.on-4  { color: #00f;}
.off-1 { color: #aaa;}
.off-2 { color: #aaa;}
.off-3 { color: #aaa;}
.off-4 { color: #aaa;}

.worklist table {
	border-collapse: collapse;
	width:100%;
	border:none;
}

.worklist td {
	background-color: #eee;
	border-bottom: 1px solid #20b2aa;
	border-top: 1px solid #20b2aa;
}


.worklist thead th {
	background-color: #20b2aa;
}
.worklist thead p {
	color: #eee;
	font-size:14px;
	margin:2px 2px 2px 2px;
}

.worklist td, th {
	vertical-align: top;
}


.worklist a {
	background-color: transparent;
	color: #0096BD;
	text-decoration: none;
}

.worklist table a:hover {
	background: transparent;
	color: #000000;
	text-decoration: underline;
}

.worklist tbody tr:hover td.worklist-text, tbody tr:hover td.worklist-date {
	background-color: #ccc;
}


