/* すべて */
body {
    font-size: 100%;
    font-family: 'arial','helvetica','osaka','MS Pゴシック',sans-serif;
}
html>body {
    font-size: 12pt;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}

/* タイトル */
h1 {
    padding: 5px;
    border-bottom: 1px solid #669;
    font-size: 150%;
    color: #fff;
    background: #339;
    text-align: left;
}

h2 {
    margin: 15px 0 1em;
    padding-left: 5px;
    border-left: 3px solid #999;
    font-size: 100%;
    font-weight: bold;
}

/* リンク */
a,
a:link,
a:visited {
    color: #069;
    text-decoration: none;
}
a:hover {
    color: #069;
    text-decoration: underline;
}

/* フォーム */
form {
    margin: 0px;
}
#search-options,
input,
textarea {
    padding: 1px;
}
#search {
    width: 140px;
    height: 20px;
}
html > body #search {
    height: 15px;
}

input,textarea {
    font-family: "Osaka", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", arial, sans-serif;
}

table.list {
	table-layout: fixed;
	border: 2px #999999 solid;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}
table#book-sum {
	width: 520px;
}
table#book-sum .year,
table#book-sum .mon {
	width: 80px;
}
table#book-sum .cnt {
	width: 60px;
}
table#book-sum .ttl {
	width: 60px;
}
table#book-sum .tsv {
	width: 40px;
}
table#label-list .cnt {
	width: 70px;
}
table#label-list .ttl {
	width: 60px;
}
table#label-list tr.type_1>td {
	background-color: #f4ffff
}
table#label-list tr.type_2>td {
	background-color: #eaffff
}
table#label-list tr.type_3>td {
	background-color: #fff4ff
}
table#label-list tr.type_4>td {
	background-color: #ffeaea
}
table#label-list tr.type_5>td {
	background-color: #ffffff
}

table.list a {
	color: #1d3994; text-decoration: none
}
table.list tr th {
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	padding: 2px 1px;
	text-align:center;
	background-color: #dcdcdc
}
table.list tr td {
	border: 1px #E3E3E3 solid;
	border-width: 0 0 1px 1px;
	font-size: 10pt;
	line-height: 1.2;
	padding: 2px 5px;
	background-color: #fff
}

table.book-list col.book-title {
	width: 40%;
}
table.book-list col.book-author,
table.book-list col.book-illust {
	width: 15%;
}
table.book-list col.book-price {
	width: 7%;
}
table.book-list col.book-isbn {
	width: 21%;
}
table.book-list2 col.book-date {
	width: 14%;
}
table.book-list2 col.book-title {
	width: 50%;
}
table.book-list2 col.book-author,
table.book-list2 col.book-illust {
	width: 16%;
}

