@import url("../common/_common.css");

/* - CSS INDEX -
[01] Note Comoon
[02]. for 一覧INDEX
[03] for Note Contents
[04] for 「見えない都市」
[05] for 「著作一覧」
*/


/* [01] Note Comoon */

h1#PageTitle,
h1#PageTitleL2 {
	/* #PageTitle: common overwride; */
	/* #PageTitleL2: for 2 lines; */
	/* total-width: 600px; total-height: 60px; */
	margin: 0 30px; padding: 5px;
	width: 530px; height: 50px;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	background-image: none;
	background-color: #333;
	color: #fff;
	background-image: url("h1bg.gif");
}
#ImgPhoto {
	margin: 0 30px;
	padding: 0;
}

#SearchBox {
	margin: 0 30px 1px;
	padding: 0 3px 2px;
	text-align: right;
	font-size: x-small;
	line-height: 100%;
	background-color: #000;
}
#SearchBox input {
	font-size: x-small;
	line-height: 100%;
	vertical-align: bottom;
}

#IDX1 ,
.ContentsTxt {
	margin: 20px 30px;
	padding: 0;
}

/* [02] for 一覧INDEX */

.ContentsTxt h2 {
	margin: 24px 0 0;
	padding: 3px 0 3px 16px;
	font-size: small;
	color: #444;
	border-width: 1px 1px 1px 0;
	border-style: solid solid solid none;
	border-color: #ccc;
	background-image: url("mark.gif");
	background-repeat: no-repeat;
	background-position: 0 3px;
}
.ContentsTxt h2 a {
	text-decoration: none;
}
.ContentsTxt h2.Author {
	padding-left: 0;
	background-image: none;
}
.ContentsTxt h2 .FirstLetter {
	font-weight: normal;
	color: #900;
	font-size: small;
}
.ContentsTxt h3 {
	margin: .5em 0 0 2em;
	padding: 0;
	font-weight: normal;
	font-size: small;
	color: #333;
}
.ContentsTxt h3.Author {
	margin: -1.4em 1em 0;
	font-size: x-small;
	text-align: right;
}
.ContentsTxt h4.Author {
	margin: -1em 0 0;
	padding: 0;
	font-size: x-small;
	font-weight: normal;
	text-align: right;
	color: #333;
}
.ContentsTxt ul {
	margin: 0;
	padding: .5em 0 0 36px;
	list-style: square;
	font-size: small;
	color: #c00;
}
.ContentsTxt li {
	margin: 0;
	padding: 2px 0;
	line-height: 120%;
}

#IDX1 ul {
	margin: 0;
	padding: 0;
	list-style: square;
	color: #c00;
	font-size: small;
}
#IDX1 li {
	float: left;
	margin: 0 0 .5em 20px;
	padding: 0;
	width: 250px;
	line-height: 1.3;
}




/* [03] for Note Contents */

blockquote {
	margin: 1em 0 3px;
	padding: 16px;
	border: 1px solid #666;
	font-size: 90%;
	color: #000;
	line-height: 160%;
	clear: both;
}

p {
	margin: 1em 0;
	padding: 0;
	/* clear: both; */
	font-size: 90%;
	line-height: 160%;
}

p.Memo {
	margin: 1em 0 0;
	padding: 1em 0 0;
	border-top: solid 1px #999;
	font-size: 90%;
	line-height: 160%;
	color: #444;
}
p.MemoT {
	margin: 1em;
	font-size: 90%;
	line-height: 160%;
	color: #444;
}
p.Infomation {
	margin: .5em 0 0; padding: 2px;
	text-align: right;
	font-size: x-small;
	line-height: 120%;
	color: #333;
	background-color: #eee;
}

#Navi { /* total-width: 540px; */
	margin: 0 30px; padding: 0;
	width: 540px;
	height: 16px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	background-color: #666;
}
#Prev, #Next {
	margin: 0; padding: 0;
	width: 270px;
	height: 16px;
}
#Prev {
	float: left;
	text-align: left;
}
#Next {
	float: right;
	text-align: right;
}
#Navi a {
	display: block;
	margin: 1px;
	padding: 0 8px;
	/* w=270-(8+1)*2=252 */
	width: 252px;
	height: 12px;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	border-top: 1px solid #999;
	border-bottom: 1px solid #000;
}
#Navi a:active,
#Navi a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #222;
}

p.BookCover {
	float: right;
	margin: 0;
	padding: 0 0 1em 1em;
}
p.BookCover img {
	border: 1px solid #666;
}
p.RelLink {
	margin: 0;
	padding: 1em 0 0 2em;
	color: #666;
	font-size: x-small;
	line-height: 1.5;
}
p.RelLink a {
	text-decoration: none;
	color: #00f;
}
p.RelLink a:hover {
	color: #08f;
}


/* [04] for B00037「見えない都市」*/

table.T {
	margin: 5px 0;
	padding: 0;
	border-style: solid none none solid;
	border-width: 1px 0 0 1px;
	border-color: #999;
	font-size: 90%;
/*	width: 542px;*/
}
table.T tr td.Chap, 
table.T tr td.Sec, 
table.T tr td.Mem, 
table.T tr th.Hd {
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	border-color: #999;
	vertical-align: top;
	padding: 2px 2px 0;
}
table.T td.Mem {
	line-height: 120%;
}
table.T td.Chap, table.T th.Hd {
	text-align: center;
	background-color: #e8e8e8;
}
table.T th.Hd {
	line-height: 120%;
}



/* [05] for 「著作一覧」 */

table.TableList {
	margin: 5px 0;
	border-style: solid;
	border-width: 2px 1px 1px 2px;
	border-color: #999;
/*	width: 542px;*/
}
table.TableList th,
table.TableList td {
	padding: 2px 2px;
	vertical-align: top;
	text-align: left;
	line-height: 125%;
	border-style: none solid solid none;
	border-width: 0 1px 1px 0;
	border-color: #999;
}
table.TableList tr.TH th {
	padding: 2px 0;
	font-size: x-small;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	background-color: #e8e8e8;
}
table.TableList th {
	font-size: 80%;
}
table.TableList td {
	font-size: xx-small;
}


