﻿@charset "utf-8";

/*　ページの基本デザイン-------------------------------------------------------------------*/
body {
	background-image:url('../images/hosizora2.jpg');
	font-family: "ＭＳ ゴシック", HGｺﾞｼｯｸE;
	font-size:16px;
	-webkit-text-size-adjust: 100%;
}

/*　スペース定義【以下.pクラス定義は、p定義の派生】---------------------------↓*/
p {
	line-height: 1.7em;
}

/*　「*」はすべてに適用の意味。前ページに適用するものがあれば書く-----------------*/
* {  
} 

/*　赤カラー------------------------------------------------------------------↓*/
.color_red {
	color: crimson;
	}

/*　青カラー------------------------------------------------------------------↓*/
.color_blue {
	color: dodgerblue;
	}

/*　緑カラー------------------------------------------------------------------↓*/
.color_green {
	color: forestgreen;
	}

/*　紫カラー------------------------------------------------------------------↓*/
.color_purple {
	color: blueviolet;
	}

/*　オレンジカラー------------------------------------------------------------------↓*/
.color_orange {
	color: orangered;
	}

/*　茶色カラー------------------------------------------------------------------↓*/
.color_brown {
	color: maroon;
	}

/*　見出し部分--------------------------------------------------------------------------*/
h1 {
	position: absolute;
	top: -500px;
}

/*　大見出し--------------------------------------------------------------------------*/
h2 {
	padding: 0.2em 0.3em;/*文字の上下 左右の余白*/
	color: #663300;/*文字色*/
	border-left: solid 5px darkgoldenrod;/*左線*/
	border-bottom: solid 3px darkgoldenrod;/*下線*/
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: 1.5em;
}

/*　中見出し--------------------------------------------------------------------------*/
h3 {
/*線の種類（実線） 太さ 色*/
	border-bottom: solid 1px #663300;
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: 1.3em;
	color: #663300;
}

/*　小見出し--------------------------------------------------------------------------*/
h4 {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: 1.2em;
	color: #663300;
}

/*　ヘッダー---------------------------↓*/
header {
}

/*　-------------------------------------------------タイトル以下（リンク部分まで）*/
.a-box {
	width:800px;
	margin:  10px auto;
	text-align:center;
	background-image:url('../images/back4.jpg')
    }

/*　------------------------------------------------月星と千葉氏概要のハコを囲む大ハコ*/
.kakomi-joudan {
	width:800px;
	margin:  20px auto;
	background-image:url('../images/back4.jpg');
	margin-bottom:-15pt;
	padding-top:5pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-bottom:5pt;
	}

/*　------------------------------------------------左右の氏族ハコを囲む大ハコ*/
.kakomi-chudann {
	width:800px;
	margin:  20px auto;
	background-image:url('../images/back4.jpg');
	padding-top:5pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-bottom:5pt;
}

/*　------------------------------------------------下段のハコ*/
.kakomi-gedan {
	width:800px;
	margin:  20px auto;
	text-align:center;
	clear: both;
	background-image:url('../images/back4.jpg');
	margin-top:-15pt;
	padding-top:5pt;
	padding-left:10pt;
	padding-right:10pt;
	padding-bottom:5pt;
}

/*　------------------------------------------------下段のハコ*/
.kanmatu-box {
	width:800px;
	margin:  0 auto;
	margin-top:20pt;
	clear: both;
    }

/*　----------------------------------------------（新）indexの左側（月星が入っている部分）*/
.b-box {
	float:left;
 	width:280px;
	margin-top:20pt;
	text-align:left;
}

/*顕彰会の写真*/
figure {
}

/*　キャプションの書体等*/
.figure-container {
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック";
	font-size:12px;
	margin-bottom:8px;
}

/*　-----------------------------------------------（新）indexの右側（千葉氏についての説明部分）*/
.c-box {
	float:right;
	width:455px;
	text-align:left;
}

/*　顕彰会本文書体*/
.honbun-container {
	font-family:"MS UI Gothic", "ＭＳ Ｐゴシック";
	font-size:14px;
	line-height:18px;
	margin-bottom:8px;
}

/*　-------------------------------------------------各ページよりも下の部分*/
.d-box {   
	width:800px;
	text-align:left;
	margin:  0 auto;
}

/*　-------------------------------------------------氏族覧（左側）*/
.e-box {   
	float:left;
	width:365px;
	text-align:left;
	margin:  0 auto;
	margin-top:20pt;
}

/*　------------------------------------------------氏族覧（右側）*/
.f-box {
	float:right;
	width:365px;
	text-align:left;
	margin: 20px 10px 0px 0px;
	margin-top:20pt;
}

/*　-------------------------------------------------氏族覧（左側）*/
.event-box {   
	float:left;
	width:365px;
	text-align:left;
	margin:  0 auto;
	margin-top:20pt;
}

/*　------------------------------------------------氏族覧（右側）*/
.kousinrireki-box {
	float:right;
	width:365px;
	text-align:left;
	margin-top:20pt;
}

/*　リード文-----------------------------------*/
.read {
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}

/*　-------------------------------------------------リストの書体等*/
.list1 {
margin-top:4pt;
font-size:0.7em;
color:maroon;
line-height:14px;
}

/*　-------------------------------------------------リストの書体等*/
.list2kousin {
margin-top:4pt;
font-size:0.7em;
color:maroon;
line-height:14px;
}


/*　リストタグ（li）内のリンクにマウスが乗ると色が変わる------------------------------*/
li a:hover {
	font-weight: bold;
	font: normal normal normal 90% "MS UI Gothic", Arial, sans-serif;
	color: blue;
	text-decoration: none;
	padding:0px;
}

/*　行頭リスト（ulタグは記号リスト。olタグは数字リスト）--------------------------------*/
ul {
	list-style-type:disc; 
} 


/*　div幅（ページ全体におけるテキスト枠幅）------------------------------------------*/
div.contents {
	width: 750px;
	margin: auto;
	text-align: left;
	border:solid 0px #FFFFFF;
	position:relative;
}

/*　下記のヨコ二列組を外から固めるdiv-------------------------------------------------*/
#divopen {
	width:750px;
	margin-top:10px;
}

/*　トップの緑オビdiv-------------------------------------------------*/
#divgreen {
	width: 750px;
	height:80px;
	text-align:left;
	background-color:#FFFFFF
}

/*　各ページコンテンツの左側*/
#leftcontents {
	width: 202px;
	padding-left: 2.5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	background-color: #009933;
}

/*　各ページコンテンツの右側*/
#rightcontents {
	width: 538px;
	position: absolute;
	left: 212px;
	background-color:white
}

/*　【左】顕彰会の行事写真上の千葉神社写真----------------------*/
#left_rireki1 {
	width: 197px;
	background-color: #FFFFFF;
	padding-left: 2.5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	text-align: center;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 11px;
	line-height: 13px;
}

/*　【左】顕彰会の行事写真-----------------------------------*/
#left_rireki2 {
	width: 197px;
	background-color: #FFFFFF;
	padding-left: 2.5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
	text-align: center;
	font-size: small;	font-size: 11px;
	line-height: 13px;
}

/*　【右】ＨＰ更新履歴-----------------------------------*/
#right_rireki {
	width:380px;
	position:absolute;
	left:332px;
}

div.rireki_scroll { 
	width:365px;
	height:90px;
	overflow:auto;
	margin-top:-15px;
}

/*　更新履歴内の書体について-----------------------------------*/
p.rireki {
	font-size: 70%;
	font-weight: normal;
	line-height: 130%;
}

/*　indexの左側*/
#leftside {
	width:365px;
	margin-left:0px;
}

/*　indexの右側（見出し部分）*/
#rightside {
	width:385px;
	position:absolute;
	left:365px;
}

/*　フロートクリア＋著作権表記用*/
address {
	font: 80% "ＭＳ ゴシック", "Courier New", monospace;
	text-align:center;
	margin-top:15px;
	clear:both;
}

/*　現在のページはどこ？用*/
.path { 
	text-align: right;
	margin:0px;
	font: 80% メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
} 

/*　生没年用------------------------------------------------------------------------*/
span.seibotunen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	text-transform: none;
	color: #FF0000;
}

/*　ページ全体のリンク下線を消す処理-------------------------------------------------*/
a {
	font: normal normal normal 100% メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	color: #663300;
}

/*　indexページ内の各氏族（小見出）のリンクにのみ適用------------------------------------*/
.a_contents {
	font: normal normal normal 100% メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	text-decoration: none;
}

/*　文書の見出しに適用------------------------------------*/
.a_midasimonjo {
	font: normal normal normal 110% メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	color: #663300;
	font-weight:bold;
	text-decoration: none;
}

/*　単語だけ小さく------------------------------------*/
.a_tango {
	font-size:70%;
	font-family:"ＭＳ Ｐゴシック", Arial, sans-serif;
}

/*　参考文献------------------------------------------------------------------------*/
.a_sankoubunken {
	font-family:"MS UI Gothic", Arial, sans-serif;
	font-size:80%;
	color:#663300;
}

/*　単語だけもっと小さく------------------------------------*/
.a_tango_small {
	font-size: 40%;
	font-weight: lighter;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
}

/*　大きめ（リンクの文字も同様に大きく変更できる）------------------------------------*/
.a_linklarge {
	font-size: 140%;
	color: #FF5050;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-weight: bold;
}


/*画像部分--------------------------------------------------------------------------*/
.img1_right {
	float:right;
	margin:4px 12px;
	border:0;
}

.img2_left {
	float:left;
	margin:4px 12px;
	border:0;
}

/*　---------------------------------------------------------------------写真に影をつける*/
.img_sirofuti {
    padding:4px 4px;
    background-color:#ffffff;
    border-color:#dddddd #aaaaaa #aaaaaa #dddddd;
    border-width:1px;
    border-style:solid;
}

/*--------------------------------------------------------------------------系譜のタイトル用*/
p.keifu_title {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 20px;
	color: #663300;
}

p.text {
	font-size: 80%;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-weight: normal;
	line-height: 140%;
}

p.read {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 12pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-align: left;
}

/*------------------------------------------------------------------------系譜大*/
p.keifu_large {
	font-family: "ＭＳ ゴシック", "Courier New";
	font-size: 12pt;
	line-height: 12pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
}

/*--------------------------------------------------------------------------系譜*/
p.keifu {
	font-family: "ＭＳ ゴシック", "Courier New";
	font-size: 9pt;
	line-height: 9pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
}

/*--------------------------------------------------------------------------系譜小*/
p.keifu2small {
	font-family: "ＭＳ ゴシック", "Courier New";
	font-size: 7.5pt;
	line-height: 7.5pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
}

/*---------------------------------------------------------------------もっと小さい系譜*/
p.keifu3xsmall {
	font-family: "ＭＳ ゴシック", "Courier New";
	font-size: 6.2pt;
	line-height: 6.2pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	white-space: normal;
	word-spacing: normal;
	letter-spacing: normal;
	text-align: left;
}

/*-------------------------------------------------------------------------歴代の代数*/
p.toushutitle {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009933;
}

/*-------------------------------------------------------------------------特大センター*/
p.center0 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 21pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
	text-align: center;
}

/*-------------------------------------------------------------------------太センター*/
p.center1 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 15pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #009933;
	text-align: center;
}

/*-------------------------------------------------------------------------中センター*/
p.center2 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000080;
	text-align: center;
}

/*-------------------------------------------------------------------------中見出し茶色*/
p.nakamidasi {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 18pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #800000;
}

/*-------------------------------------------------------------------------中見出しクスミ青*/
p.nakamidasi1 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 18pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #0066CC;
}

/*-------------------------------------------------------------------------小見出し13px茶*/
p.komidasi {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #CC6600;
}

/*-----------------------------------------------------------------中見出し茶色【センターそろえ】*/
p.center_nakamidasi {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 18pt;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #800000;
}

/*-----------------------------------------------------------------見出しから飛ばす*/
p.midasirink {
	font-family: "ＭＳ ゴシック", "Courier New";
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

/*-------------------------------------------------------------------------参考文献*/
p.sankoubunken {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
}

/*-------------------------------------------------------------------------生没年*/
p.seibotunen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}

/*-------------------------------------------------------------------------タイトル*/
p.title {
	font-family: "MS UI Gothic", Osaka-UI;
	font-size: 40pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #0000FF;
}

/*-------------------------------------------------------------------------タイトル*/
p.myouji {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 32pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}

/*-------------------------------------------------------------------------名前*/
p.namae {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 300%;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	font-variant: normal;
	text-transform: capitalize;
	color: #FF0000;
}

/*-------------------------------------------------------------------------タイトル*/
p.toushu {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 11pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: capitalize;
}

/*----------------------------------------------------------表中テキストだが使わないか*/
p.hyou-naka-txt {
	font-family: "MS UI Gothic", Osaka-UI;
	font-size: 9pt;
	font-style: normal;
	line-height: 12pt;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}


/* テーブル（750px）-----------------------------------------------------------------↓*/
table.body {
	border-collapse: collapse;
	border-spacing: 5px;
	empty-cells: show;
	table-layout: fixed;
	width:750px; 
	margin-left:auto;
	margin-right:auto;	
}

/* 一般的なテーブル---------------------------------------------------------------------*/
table.border {
	border-bottom: 3pt #808080 solid;
	border-left: 3pt #C0C0C0 solid;
	border-right: 3pt #808080 solid;
	border-top: 3pt #C0C0C0 solid;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	border-collapse: collapse;
	border-spacing: 3px;
	empty-cells: show;
	table-layout: auto;
}

/*　写真用テーブル【左】--------------------------------------------------------------------*/
table.photo_left {
	border-bottom: 3pt #808080 solid;
	border-left: 3pt #C0C0C0 solid;
	border-right: 3pt #808080 solid;
	border-top: 3pt #C0C0C0 solid;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	text-align:center;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	float:left;
	clear:both;
}

/*　写真用テーブル【右】--------------------------------------------------------------------*/
table.photo_right {
	border-bottom: 3pt #808080 solid;
	border-left: 3pt #C0C0C0 solid;
	border-right: 3pt #808080 solid;
	border-top: 3pt #C0C0C0 solid;
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	text-align:center;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	float:right;
	clear:both;
}

/*　表フロート【左】---------------------------------------------------------------↓*/
table.left_table2 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size:80%;
	line-height:130%;
	table-layout:auto;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	float:left;
	clear:both;

}

/*　表フロート【右】--------------------------------------------------------------↓*/
table.right_table2 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size:80%;
	line-height:130%;
	table-layout:auto;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	float:right;
	clear:both;
}

/*　左にフロートさせたいとき*/
.example1 { 
	float: left; 
}

/*　右にフロートさせたいとき*/
.example2 { 
	float: right; 
} 

/*　東氏の当主名------------------------------------------------------------------↓*/
table.tousitoushu {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 80%;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	border-style: none;
	width: 360px;
	text-align: center;
}

/*　表1上段の歴代藩主の表組用------------------------------------------------------------------↓*/
table.table1 {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 0.9em;
	line-height:1.1em;
	table-layout: auto;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
	width: 744px;
}

td.td1 {
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	text-align:center;
}

/*　宗家の履歴用------------------------------------------------------------------↓*/
table.table2 {
	font-size:0.8em;
	line-height:1.3em;
	table-layout:auto;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
}

td.td2 {
	font-size:0.9em;
	line-height:1.3em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	text-align: left;
}

/*　幅いっぱい、内は等間隔------------------------------------------------------------------↓*/
table.table_haba {
	font-size:0.8em;
	line-height:1.3em;
	table-layout: fixed;
	border-collapse: collapse;
	empty-cells: show;
	border-style: solid;
	border-width: 3px;
	border-color: #C0C0C0 #808080 #808080 #C0C0C0;
}

/*　ページ内の表組み（吾妻鏡とか）-------------------------------------------*/
td.td3 {
	font-size:1.0em;
	line-height:1.1em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
}

/*　ページ内の表組み（吾妻鏡とか）-------------------------------------------*/
td.td3large {
	font-size:1.2em;
	line-height:1.4em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
}

/*　ページ内の表組み（吾妻鏡とか）-------------------------------------------*/
td.td3_tofuku {
	font-size:0.8em;
	line-height:1.1em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
}

/*　ページ内の表組み（吾妻鏡とか2 td3よりも小さい。上揃え）------------------------------*/
td.td4 {
	font-size:0.8em;
	line-height:1.1em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:top;
}

/*　囲み無し　td4------------------------------*/
td.td5 {
	font-size:1em;
	line-height:145%;
	padding-top:2px;
	padding-right:2px;
	padding-left:2px;
	padding-bottom:2px;
	text-align: left;
	vertical-align:top;
}

/*　表組み（クリーム　センター）------------------------------*/

td.centeryellow {
	font-size:0.8em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: top;
	background-color: #FFFFCC;
}

/*　見出しページ内の表組み（吾妻鏡とか）-------------------------------------------*/
td.td3midasilarge {
	font-size:1.3em;
	line-height:1.6em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top:3px;
	padding-right:3px;
	padding-left:3px;
	padding-bottom:3px;
	text-align:left;
	vertical-align:top;
	background-color: #FFFFCC;
}

/*　表組み（白　レフト）------------------------------*/
td.td_color_white {
	font-size:0.8em;
	border-right: 1pt #808080 solid;
	border-left: 1pt #C0C0C0 solid;
	border-top: 1pt #C0C0C0 solid;
	border-bottom: 1pt #808080 solid;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
	text-align: left;
	vertical-align: top;
	background-color: #FFFFFF;
	font-size:80%;
}

/*　古文書用のdiv------------------------------------------------------------------↓*/
div.komonjo {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size: 90%;
	line-height: 130%;
	width: 680px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	background-image: url('../images/tx_cay.gif');
}

/*　見出し用のdiv------------------------------------------------------------------↓*/
div.midasi {
	font-family: メイリオ, "MS UI Gothic", "Arial Unicode MS", sans-serif;
	font-size:110%;
	font-weight:bold;
	color:#663300;
	width:730px;
	padding-top:10px;
	padding-right:10px;
	padding-left:10px;
	padding-bottom:10px;
}

/*グレー見出し*/
.subMidashi {
	height:50px;
	line-height:45px;
	padding:0 0 0 15px;
	margin:0 0 10px;
	background:url(../images/bgSubMidashi.jpg) left bottom repeat-x;
	font-size:123.1%;
}

/*赤い見出し*/
.mainMidashi {
	height:50px;
	padding:0 0 0 15px;
	margin:0 0 15px;
	background:url(../images/bgMainMidashi.jpg) left center no-repeat;
	line-height:46px;
	font-size:138.5%;
}

