@charset "UTF-8";

/*
 *	Style Sheet for JSSEAS WEB site
 *	『歴史と文化』ページ用のスタイルシート
 */

@import "jsseas.css";

img#cover {
	float: right;
	margin-left: 1em;
	border-right: 2px solid #888888;
	border-bottom: 2px solid #888888;
}


/* -------------------------------------------------------------------------- */
/* 既刊一覧表用 */
table#bnlist,
table#bnlist_e
 {
	font-size: 85%;
}

table#bnlist th,
table#bnlist_e th  {
	text-align: center;
	padding: 0.2em;
}

table#bnlist td,
table#bnlist_e td  {
	padding: 0.2em 1em;
	text-align: center;
}

table#bnlist td.vol,
table#bnlist_e td.vol,
table#bnlist td.date,
table#bnlist_e td.date {
	text-align: right;
}


/* -------------------------------------------------------------------------- */
/* 総目次用 */

h2#toc_title {
	margin-bottom: 1em;
}

div#main {
	padding-bottom: 0;
}

div#side {
	padding-bottom: 0;
}

div#Legend {
	font-size: 85%;
	margin-bottom: 2em;
}

ul.quicknav {
	margin: 0.25em auto;
	line-height: 1.2;
}
ul.quicknav li {
	display: inline;
	line-height: 1;
	margin: 0 0.8em;
}

form#toc_sel {
	margin-bottom: 0.5em;
}
form#toc_sel select{
	width: 13em;
}
form#toc_search {
	margin-bottom: 1em;
}
form#toc_search input#isearch {
	width: 10em;
	line-height: 1;
}
form#toc_search input#ssearch {
	font-size: 90%;
	line-height: 1;
	width: 3em;
}


iframe#icontents {
	width: 100%;
	height: 30em;
	border: none;
	overflow: auto;
}

/* 総目次の個々のページ用 */

div#toc_container {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 'メイリオ', Meiryo, "ＭＳ Ｐゴシック", geneva, arial, helvetica, sans-serif;
	width: 34em
}

/* 総目次の先頭にもどるリンク */
div.totop {
	font-size: 80%;
	width: 10em;
	margin-top: 1.5em;
	padding-bottom: 2.5em;
}

/* 総目次のテーブル*/

table.seahc_contents {
	clear: both;
	width: 100%;
}

table.seahc_contents caption {
	font-weight: bold;
	border-top: 2px solid #0e00b0;
	border-bottom: 1px solid #0e00b0;
	padding: 0.5em;
	text-indent: -.5em;
}

table.seahc_contents tr {
	vertical-align: top;
	font-size: 90%;
}

table.seahc_contents th {
	font-weight: bold;
	text-align: left;
	padding: 0.3em 0;
}
table.seahc_contents th cite{
	font-weight: bold;
}

table.seahc_contents td {
	padding: 0.3em;
}
table.seahc_contents td.title {
	text-align: left;
	text-indent: -1em;
	padding-left: 1.2em;
}
table.seahc_contents td.author {
	text-align: left;
	vertical-align: bottom;
	width: 8em;
	padding-right: 0;
}
table.seahc_contents td.page {
	text-align: right;
	vertical-align: bottom;
	white-space: nowrap;
	padding-left: 0;
	padding-right: 0;
}

table.seahc_contents tr.biblio td {
	padding-top: 1em;
	border-top: 1px solid #888888;
}


/* -------------------------------------------------------------------------- */
/* バックナンバー在庫一覧表用 */
table#bntable {
	width: 30em;
	margin: 0 auto;
	border: 1px solid #0e00b0;
}

table#bntable th,
table#bntable td {
	text-align: center;
	padding: 0.2em;
	border: 1px solid #0e00b0;
}

table#bntable td.vol {
	padding: 0.2em 0 0.2em 1em;
	width: 4em;
	text-align: left;
}

