/************************/
/* seiten.css  ver 1.00 */
/* by ARIKUNI Tomomitsu */
/*           on 2007/02 */
/************************/

/* ページ左右マージン */
body {
	margin-left:1em;
	margin-right:1em;
}

/* リンクアンカー */
a {		/* 全般：下線なし */
	text-decoration:none;
}
a:link {	/* 色は設定を引き継ぐ */
	color:inherit;
}
a:visited {	/* 色は設定を引き継ぐ */
	color:inherit;
}
a:hover {	/* 青 */
	color:blue;
}
a:active {	/* 青 */
	color:blue;
}
p a {		/* 本文中：黒 */
	color:black;
}
p.n1 a {	/* 科段中：緑 */
	color:green;
}
p.n2 a {	/* 補助見出し中：茶 */
	color:maroon;
}
div a {		/* 脚註・巻末註内：濃青 */
	color:navy;
}
a.f {		/* 脚註マーカ：緑 */
	color:green;
	font-family:'ShinshuSeitenMinchou';
}
a.e {		/* 巻末註マーカ：濃青 */
	color:navy;
	font-family:'ShinshuSeitenMinchou';
}
a.w {		/* 語註マーカ：灰 */
	color:gray;
	font-family:'ShinshuSeitenMinchou';
}

/* ルビ文字 */
rt {
	font-family:'MS PGothic';
}
p.gr rt {
	font-family:'ShinshuSeitenMinchou';
	font-size:xx-small;
}
p.z rt {
	font-family:'ShinshuSeitenMinchou';
	font-size:xx-small;
}

/* 太字（被引用箇所・見出し）*/
b {
	font-family:'ShinshuSeitenGothic';
	font-weight:normal;
}

/* 斜体→拡大字（漢文註用）*/
i {
	font-family:'ShinshuGentenMinchou';
	font-size:1.5em;
	font-style:normal;
}

/* 割註 */
sup {
	font-size:90%;
	vertical-align:20%;
}
sub {
	font-size:90%;
	vertical-align:baseline;
}

/* リンク中の上付（リファレンスマーカ）*/
a sup {
	font-size:75%;
}

/* 漢文中の上付（註・リファレンスマーカ）*/
sup.g {
	font-size:60%;
	vertical-align:30%;
}

/* 行内註 */
span {
	font-size:small;
}

/* 段落デフォルト（漢文の続く書き下し文）*/
p {
	font-family:'ShinshuSeitenMinchou';
	font-size:medium;
	line-height:2em;
	text-align:justify;
	text-justify:newspaper;
	margin-bottom:0.5em;
}
/* 連続行（漢文をはさまず註釈・偈文）*/
p.c {
	margin-bottom:0;
}
/* 中間行（漢文をはさまず前後が註釈・偈文）*/
p.m {
	margin-top:0;
	margin-bottom:0;
}
/* 最終行（前に漢文をはさまず註釈・偈文、論註上中心）*/
p.e {
	margin-top:0;
}

/* タイトル */
p.title {
	font-size:large;
	margin-left:3em;
}
/* 著者 */
p.author {
	text-align:right;
	margin-right:2em;
}
/* 尾題 */
p.endtitle {
	margin-top:3em;
	font-size:large;
}
/* 標挙 */
p.hyoko {
	margin-left:4em;
	font-size:larger;
}
/* 標列 */
p.hyoretu {
	margin-left:7em;
	margin-top:0;
	margin-bottom:0;
}
/* 標列先頭行 */
p.hyoretu0 {
	margin-left:7em;
	margin-bottom:0;
}
/* タイトル行補足 */
span.v {
	font-size:medium;
}

/* 主科段 */
p.n1 {
	font-family:'ShinshuSeitenGothic';
	font-size:small;
	color:green;
	line-height:1em;
	margin-top:2em;
	margin-bottom:0;
}
/* 補助見出し */
p.n2 {
	font-family:'ShinshuSeitenGothic';
	font-size:small;
	color:maroon;
	line-height:1em;
	margin-top:2em;
	margin-bottom:0;
	margin-left:4em;
}
/* 連番 */
p.n3 {
	font-family:'ShinshuSeitenGothic';
	font-size:small;
	color:maroon;
	line-height:1em;
	margin-top:2em;
	margin-left:4em;
}

/* 註釈（２字下がり）*/
p.s {
	margin-left:2em;
}
/* 註釈段落行（選択集でのみ）*/
p.s0 {
	margin-left:2em;
	text-indent:-2em;
}
/* 註釈連続行（選択集でのみ）*/
p.sc {
	margin-left:2em;
	margin-bottom:0;
}
/* 細註（浄土論・安楽集下・選択集、礼讃）*/
p.ss {
	margin-left:2em;
	font-size:small;
}

/* 引用文・偈文（４字下がり）冒頭行 */
p.qs {
	margin-bottom:0.3em;
	margin-left:4em;
}
/* 引用文・偈文中間行 */
p.q {
	margin-top:0;
	margin-bottom:0.3em;
	margin-left:4em;
}
/* 引用文・偈文末尾行 */
p.qe {
	margin-top:0;
	margin-left:4em;
}
/* 引用文・偈文連続行（前後に漢文なし）*/
p.qc {
	margin-top:0;
	margin-bottom:0;
	margin-left:4em;
}
/* 引用文中間行（論註下のみ）*/
p.ql {
	margin-left:4em;
	margin-top:1em;
	margin-bottom:0.5em;
}
/* 引用文段落行（論註下のみ）*/
p.qn {
	margin-left:4em;
	text-indent:-4em;
}

/* 和讃先頭行 */
p.w0 {
	margin-left:3em;
	margin-top:0;
	margin-bottom:0;
}
/* 和讃連続行行（１字下がり）*/
p.w {
	margin-left:4em;
	margin-top:0;
	margin-bottom:0;
}
/* 愚禿鈔メモ部（５字下がり）*/
p.t {
	margin-left:6em;
	text-indent:-1em;
}
/* 愚禿鈔メモ部（４．５字下がり、冒頭の註用）*/
p.th {
	margin-left:6em;
	text-indent:-1.5em;
}

/* 漢文 */
p.g {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
}
/* 漢文（ルビ付）*/
p.gr {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.7em;
	margin-top:0;
}
/* 漢文連続行（書下し文をはさまない）*/
p.gc {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:0;
}
/* 漢文釈文（２字下がり）*/
p.gq {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:0.3em;
	margin-left:2em;
}
/* 漢文釈文連続行 */
p.gqc {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:0;
	margin-left:2em;
}
/* 漢文偈文（３字下がり）*/
p.gg {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:0.3em;
	margin-left:3.5em;
}
/* 漢文細註（安楽集下のみ）*/
p.gs {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-bottom:0em;
	margin-left:2em;
	font-size:medium;
}
/* 漢文愚禿鈔列記部（５字下がり）*/
p.gt {
	font-family:'ShinshuGentenMinchou';
	font-size:large;
	line-height:1.5em;
	margin-top:0;
	margin-left:5em;
	text-indent:-1em;
}
/* 和文 */
p.z {
	font-family:'ShinshuGentenMinchou';
	font-size:big;
	color:#400000;
	line-height:1.5em;
	margin-top:0;
}

/* ポップアップ共通部分 */
div {
	position:absolute;
	background-color:white;
	color:black;
	padding-top:0.5em;
	padding-bottom:0.5em;
	padding-left:0.7em;
	padding-right:0.7em;
	margin:0;
	font-family:'ShinshuSeitenMinchou';
	font-size:small;
	line-height:1.5em;
	text-align:justify;
	text-justify:newspaper;
	word-break:break-all;
	visibility:hidden;
}

/* リファレンスメニュー */
div.menu {
	background-color:#FFFFB0;
	color:navy;
	border:1px solid olive;
	padding-bottom:0.4em;
	padding-left:0.5em;
	font-family:'ShinshuSeitenGothic';
	font-size:x-small;
	line-height:1em;
	text-align:left;
}

/* 脚注 */
div.fn {
	border:2px solid green;
	width:14em;
}

/* 巻末注 */
div.en {
	border:2px solid blue;
	padding-left:1.7em;
	text-indent:-1em;
	width:17em;
}

/* 語註 */
div.wn {
	border:2px solid maroon;
	width:12em;
}
