body{background-color:#ddeeee;}
body{background-image: url(../../back/1-bg.jpg);}


/* 人物一覧の部分 */
div.midasi{ text-align:left; font-weight:bold; font-size:medium; } /* 小見出し（あかさたなの部分） */
div.itiran{ text-align:left; line-height:210%; letter-spacing:3px; margin-left:10px; margin-right:10px; } /* インデックスの各項目（武将名など） */
table.omidasi{width:700; border-style:none;} /* 人物一覧のインデックス部分及び武将の紹介全体のテーブル */


/* 武将の紹介部分 */
table.zentai{width:700; border-style:ridge;} /* 人物一覧のインデックス部分及び武将の紹介全体のテーブル */
table.busho{width:700; border:0pt; background-color:#eeeeee;} /* 武将名と概要のテーブル */
td.name{text-align:center; word-break:keep-all; border:1pt; border-style:ridge; } /* 武将名のセル */
h1{font-size:x-large; color:blue; font-family:serif; font-weight:bold; font-style:italic; margin:0;}  /* 武将名の漢字氏名 */
div.kana{font-size:normal; color:black; font-style:italic;}  /* 武将名のかな氏名 */
td.busho{border:1pt; border-style:ridge; line-height:140%; padding-left:10px; padding-right:10px;} /* 生没年・身分・官位のセル */

table.photo1{width:420; float:right; border:1pt; border-style:ridge; background-color:#eeeeee; line-height:160%; letter-spacing:1px; margin-left:10px; margin-bottom:10px; } /* 写真のテーブル（右に回り込みタイプ） */
table.photo2{width:420; float:left; border:1pt; border-style:ridge; background-color:#eeeeee;  line-height:160%; letter-spacing:1px; margin-right:10px;} /* 写真のテーブル（左に回り込みタイプ。使わないと思うけど念のため） */
table.photo3{width:680; float:none; border:1pt; border-style:ridge; background-color:#eeeeee;  line-height:160%; letter-spacing:1px;} /* 写真のテーブル（回り込みなし。ただし別にセンタリングを使用しないといけない） */
table.photo4{width:420; float:none; border:1pt; border-style:ridge; background-color:#eeeeee;  line-height:160%; letter-spacing:1px; margin-left:140px; margin-right:140px;} /* 写真のテーブル（回り込みなし。センタリングテスト用） */

p.story{line-height:160%; letter-spacing:1px; margin-left:10px; margin-right:10px; color:black;} /* 略歴（本文）＆　参考文献　＆　広告　*/
p.dabun{line-height:160%; letter-spacing:1px; margin-left:10px; margin-right:10px; color:Navy} /* 一言・二言（下の駄文） */
div.p-comment{text-align:left; color:#004400; font-size:normal; }/* 写真の説明 */
span.yougo{color:006600; } /* 用語の解説 */
p.sankou{line-height:160%; letter-spacing:1px; margin-left:10px; margin-right:10px; color:black} /* 参考文献 */

address{text-align:right; font-size:x-small; color:black;} /* 著作権 */




/* ページの上下のリンク表示（固定版） */
table.link{width:700; line-height:150%;} /* 下の項目のテーブル */
hr.link{width:700; color:#0000FF; } /* リンクのライン */

/* ハイパーリンクの色など */
A:link{ color:#0000FF; font-size:medium; }
A:active{ color:#0066FF; font-size:medium;  }
A:visited{ color:#330066;  font-size:medium; }
A:hover{ color:#0066FF;  font-size:medium;  }
