?/************************************************
-------------------------------------------------
   oreno css type D 10/02/05, 10/05/01, 10/08/25

　1. リセット
　2. 基本ページ設定（ページの基本構成）
　3. Navigation and Links
  4. Content
  4-1. Contentの要素セレクタ
  4-2．Content内で使用するその他スタイル
  5. 特定ページ用スタイル
　5-1. Home用
  6. Table各種
  7. その他

-------------------------------------------------
*************************************************/

/*================================================
1.リセット
=================================================*/

/*----------------------------------------------------
1-1グローバルセレクタでmargin/paddingなどを初期化する
------------------------------------------------------*/

*{
  margin: 0;
  padding: 0;
  border: none;
  color: #000000;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.0;
  vertical-align: baseline;
}

/*----------------------------------------------------
1-2 要素を指定してmargin/paddingを初期化する
------------------------------------------------------*/

html, body, div, 
h1, h2, h3, h4, h5, h6, 
p, pre, blockquote, address, 
ul, ol, dl, dt, dd, 
table, th, td, 
form, fieldset{
  margin: 0;
  padding: 0;
}

/* --------------------------------------------------
1-3 ブラウザのスクロールバー表示の違いを解決する 
-----------------------------------------------------*/ 

html{
  overflow: scroll;
  overflow: -moz-scrollabars-vertical;
  overflow-x: scroll;
}

/*----------------------------------------------------
1-4 表(テーブル)のボーダー表示方法の違いを解決する  
------------------------------------------------------*/

table{
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------
1-5イメージのリンクボーダーの非表示化
-------------------------------------------------------*/

img{
 border: 0;
}




/*=======================================================
2.基本ページ設定（ページの基本構成）
========================================================*/

body{
  font-size: 90%;
  font-family: tahoma, arial, sans-serif;
  font-weight: normal;
  background: #839679;
}

#sheet{
  width: 760px;
  margin: 10px auto;
  text-align: left;
  background-color: #f5fbf0;
}

#header {
  margin-top: 0;
  height: 82px;
  background-color: #1c4325;
  background-image : url(../images/logos/siteTitle100131.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  text-decoration: none;
  border-bottom: 5px solid #660000;
  position: relative;
}

#contentbody{
  width: 760px;
  padding-bottom: 20px;
  background-image : url(../images/others/lnav3.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  float: left;
}

#content {
  float: right;
  width: 610px;
  text-align: center;
}

#footer {
  clear: both;
  padding: 8px 0px;
  font-size: 80%;
  background-color: #cccccc;
}

#footer p{
  text-align: center;
}


/*=================================================
3. Navigation and Links
===================================================*/

/*-------------------------------------------------
3-1 Header Link
----------------------------------------------------*/

#headerLink{
  position: absolute; /*以下3行で右下に配置される*/
  bottom: 18px;
  right: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 760px;
}

#headerLink li{
  float: right;
  padding-right: 15px;
  margin-bottom: 3px;
}

#headerLink li a{
  display: block;
  border: 3px solid #1c4325;
  text-decoration: none;
  color: #fff;
}

#headerLink li a:hover{
  cursor: pointer;
  border: 3px solid #600;
  background-color: #600;
}

/*----------------------------------------------------
3-2 Global Nav
------------------------------------------------------*/

#globalNav{
  position: absolute; /*以下3行で右下に配置される*/
  bottom: 0px;
  right: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 760px;
  font-family: verdana, arial, sans-serif;
}

#globalNav li{
  float: right;
  padding-right: 15px;
}

#globalNav li a{
  display: block;
  border: 3px solid #1c4325;
  text-decoration: none;
  color: #fff;
}

#globalNav li a:hover{
  position: relative;
  visibility: visible;
  cursor: pointer;
  padding-top: 2px;
  padding-right: 2px;
  border-top: 1px solid #400;
  border-right: 1px solid #400;
  border-bottom: 3px solid #600;
  border-left: 3px solid #600;
  background-color: #600;
}

#globalNav li:hover{
  position: relative;
}

#globalNav ul{
  padding: 10;
  margin: 0;
  list-style: none;
  position: absolute;
  left: -9999px;        /* hide dropdown menu */
  width: 0;
  height: 0;
  border-top: 0;
}

#globalNav :hover ul {
  left: 5px;            /* show dropdown menu */
  top: 20px;
  width: 150px;
  margin-left: 10px;
  z-index: 500;
}

#globalNav :hover ul li{
  width: 150px;
  border-style: none;
  border-width: 0px;
}

#globalNav :hover ul li a{
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 10px;
  background: #fff8f8;
  color: #000;
  border-left: 1px solid #600;
  border-top: 0px;
  border-bottom: 0px;
  border-right: 1px solid #600;
}

#globalNav :hover ul li.pad1{
  height: 5px;
  width: 135px;
  margin-right: 15px;
  background: #600;
}

#globalNav :hover ul li.pad2{
  height: 8px;
  width: 133px;
  margin-right: 15px;
  background: #fff;
  border-bottom: 1px solid #600;
  border-left: 1px solid #600;
  border-right: 1px solid #600;
}

/*必要になった時点で以下6つのdisplau: noneを削除*/

#globalNav :hover ul li.atode1{
  display: none;
}

#globalNav :hover ul li.atode2{
  display: none;
}

#globalNav :hover ul li.atode3{
  display: none;
}

#globalNav :hover ul li.atode4{
  display: none;
}

#globalNav :hover ul li.atode5{
  display: none;
}

#globalNav :hover ul li.atode6{
  display: none;
}

#globalNav :hover ul li.separator{
  height: 1px;
  width: 133px;
  margin-right: 15px;
  background: #bbb;
  border-left: 1px solid #555;
  border-right: 1px solid #555;
}

#globalNav :hover ul li.separator2{ /*必要になった時点でseparatorと同じ内容にする*/
  display: none;
}

#globalNav :hover ul li a:hover{
  background-color: #600;
  color: #fff;
}


/*-----------------------------------------------------
3-3 Global NavのFly out Nav
------------------------------------------------------*/

#globalNav :hover ul ul
{
  position: absolute;
  left: -9999px;      /* hide flyout menu */
}

#globalNav :hover ul :hover ul
{
  left: 110px;        /* show flyout menu */
  top: 0;             
}

#globalNav :hover ul li a.fly
{
  background: #e8feed;
}

/*-----------------------------------------------------
3-4 LOCAL NAV
-------------------------------------------------------*/

#localNav {
  float: left;
  width: 150px;
}

#localNav h2{
  margin: 10px 8px 5px 8px;
  color: #600;
  font-size: 105%;
  font-weight: bold;
  border: none;
}

#localNav ul{
  margin-left: 0;
  padding-left: 12px;
}
#localNav li{
  list-style-type: none;
  padding-bottom: 2px;
  margin-bottom: 2px;
  border-bottom: 1px solid  #839679;
}
#localNav p{
  padding-left: 8px;
  padding-top: 10px;
  padding-bottom: 0px;
}

#localNav p a{
  display: inline;
}

#localNav a{
  display: block;
  text-decoration: none;
  color: #1c4325;
}

#localNav a:hover{
  background-color: #800;
  color: #fff;
}

#localNav blockquote{
  margin-left: 30px;
  margin-right: 10px;
  margin-top: 0;
  margin-bottom: 0;
  text-indent: -1.5em;
  font-size: x-small;
}


#localNav img{
  border: 0;
}


/*------------10/11/23IMG Hoverで枠の色を変える--------------*/

a img{ border:solid 3px #839679;}
a imgl:link { border-color: #839679;}
a img:visited { border-color: yellow;}
a img:hover { border-color: #800;} /* この場合redが継承される */
a img:active { border-color: yellow;} */

/*-----------------------------------------------------------*/


/******POIの頭にあるリンク用090622確認。Local Mapでも使用090807******/
.contentnav{
	margin-top: 0px;
  margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

.contentnav ul{
  list-style-type: none;
/*margin-left: auto;
margin-right: auto;
text-align: center;*/
}

.contentnav li{
  display: inline;
  font-size: 90%;
  font-weight: bold;
}

/****** Site IndexやGlosssaryのPage TopのA-Zからのリンク******/

#a_zLink {
  margin-top: 0px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
/*text-align: center;*/
}

#a_zLink td{
  width: 18px;
  padding: 0 5px 20px 5px;
  font-size: 140%;
  font-weight: bold;
}

#a_zLink a{
  text-decoration: underline;
  color: #1c4325;
}

#a_zLink a:hover{
  background-color: #800;
  color: #fff;
}


/*----------PagetopへのLink用 090714----------*/
.contentnav2{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: cneter;
}
/*.contentnav2 li{
  display: inline;
  text-align: cneter;
}*/

.contentnav2 a{
  font-size: 90%;
  font-weight: bold;
  color: #1c4325;
}

.contentnav2 a:hover{
  background-color: #800;
  color: #eee;
}


/*-------パンくず----------*/
.breadcrumb {
  margin-top: 10px;
  font-size: 85%;
  text-align: left;
  color: #666;
  margin-left: 10px;
}

.breadcrumb a{
  text-decoration: underline;
  color: #666;
  font-weight: normal;
}

.breadcrumb a:hover{
  text-decoration: none;
  background-color: #800;
  color: #eee;
}


/*=================================================
4. Content
===================================================*/

/*******************************************************
4-1　Contentの要素セレクタ
********************************************************/

#content h1{
  text-align: center;
  font-size: 150%;
  line-height: 120%;
  margin: 30px;
}

#content h2{
  text-align: center;
  font-size: 130%;
  line-height: 120%;
  margin: 0px 10px 20px 10px;
}

#content h3 {
  margin: 20px 10px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  border-left: 4px solid #1c4325;
  border-bottom: 1px solid #660000;
  padding: 0px 0px 0px 8px;
}

#content h4 {
  margin: 10px 10px 10px 10px;
  font-size: 100%;
  font-weight: bold;
}

#content h5 {
  margin: 10px 10px 10px 10px;
  text-align: left;
  font-size: 100%;
  font-weight: bold;
}

#content p{
  text-align: left;
  margin: 0 10px 10px 10px;
  line-height: 120%;
}

#content p a{
  text-decoration: underline;
  color: #800;
}

#content p a:hover{
  background-color: #800;
  color: #eee;
}

#content ul{
  margin: 0 10px 10px 25px;
  text-align: left;
}

#content ol{
	margin: 0 10px 10px 2.5em;
text-align: left;
}

#content li{
  margin-bottom: 10px;
  line-height: 130%;
}

#content li p{
  margin: 10px 10px 10px 0px;
}

#content li a{
  text-decoration: underline;
  font-weight: bold;
  color: #1c4325;
}

#content li a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #600;
}

/*---NOTE用ぶら下げ---*/
#content p.note {
  text-align: left;
  margin: 0px 10px 10px 10px;
  padding-left: 3.3em;
  text-indent: -3.3em;
}

#content p.noteInd20 {
	  /*---NOTE用ぶら下げ---*/
  text-align: left;
  margin: 0px 10px 10px 30px;
  padding-left: 3em;
  text-indent: -3em;
}

#content p.indent20 {
  text-align: left;
  margin: 0px 10px 10px 30px;
}

#content p.indent40 {
  text-align: left;
  margin: 0px 10px 10px 40px;
}


#content p.burasage20 {
  text-align: left;
  padding-left: 20px;
  text-indent: -20px;
}

#content p.burasage30 {
  text-align: left;
  padding-left: 30px;
  text-indent: -30px;
}

/**************************************************
4-2 Content 内で使用するスタイル
***************************************************/

.photoRight{
  float: right;
  border: #839679 2px solid;
  margin: 0px 0px 0px 10px;
}

.photoLeft{
  float: left;
  border: #839679 2px solid;
  margin: 10px 10px 10px 0px;
}

.width400{
	   /*--Historyのh3が右の写真と重ならないように幅を制限-*/
  width: 400px;

}

/*---------本文初めの写真用----------*/

#leadFrame{
  float: right;
  margin: 0 10px 0 8px;
  padding: 0px;
}

.leadPhoto {
  width: 160px;
  border: 3px solid #839679;
  margin: 0;
  padding: 0px;
  text-align: center;
}

.leadCaption {
  width: 160px;
  border: 0px;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.leadCaption a{
  font-weight: bold;
  color: #060;
}

.leadCaption a:hover{
  background-color: #800;
  color: #eee;
}

.leadCaption img{
  vertical-align: middle;
  margin-right: 10px;
}

#leadFrameL{
/*  float: right;*/
	width: 595 px;
	margin: 0px auto 15px auto;
  padding: 0px;
}

.leadCaptionL {
  width: 595px;
  border: 0px;
  margin-top: 5 px;
  margin-bottom: 150 px;
  padding: 5 px;
  text-align: center;
}

.leadCaptionL a{
  font-weight: bold;
  color: #060;
}

.leadCaptionL a:hover{
  background-color: #800;
  color: #eee;
}

.leadCaptionL img{
  vertical-align: middle;
  margin-right: 10px;
}



/*================================================
5. 特定ページ用スタイル
=================================================*/

/********************************************************
5-1　Home用
*********************************************************/

#contentHome {
  padding-top: 20px;
  float: right;
  width: 610px;
  text-align: center;
}

/*********** Left/Right column box**********/

.leftBox {
  text-align: left;
  float: left;
  width: 340px;
  overflow: auto;
  border-bottom: #dddddd 1px solid;
  zoom: 1
;
}

.leftBox h2 {
  text-align: center;
  background-color: #4e6642;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 90%;
  margin-bottom:  5px;
  margin-top: 10px;
  color: #fff;
}

.leftBox h3 {
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  margin: 0px 0px 0px 70px;
  padding: 0px;
  color: #600;
}

/*.leftBox h4 {
  text-align: left;
  font-weight: bold;
  font-size: 90%;
  margin: 0 10 0 10;
  padding: 0px;
}*/

.leftBox p {
  font-size: 80%;
  margin: 1px 0px 2px 70px;
  line-height: 140%;
  padding-left: 10px;
}

.leftBox hr {
  clear: left;
  border: none;
  background-color: #dddddd;
  height: 1px;
  margin: 5px;
}

.rightBox{
  margin-left: 10px;
  float: right;
  width: 240px;
  overflow: auto;
  border-bottom: #dddddd 1px solid;
  zoom: 1;
}


.rightBox h2{
  background-color: #674433;
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
  font-weight: bold;
  font-size: 90%;
  margin-bottom:  5px;
  margin-top: 10px;
  color: #fff;
}

.rightBox h3 {
  text-align: left;
  font-weight: bold;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
  color: #600;
}

/*.rightBox h4 {
  text-align: left;
  font-weight: bold;
  font-size: 90%;
  margin: 0 10 0 10;
  padding: 0px;
}*/

.rightBox p {
  font-size: 80%;
  margin: 1px 0px 2px 0px;
  line-height: 140%;
  padding-left: 10px;
}


.rightBox hr {
  clear: left;
  border: none;
  height: 1px;
  background-color: #dddddd;
  margin: 5px;
}


.normal {
  font-weight: normal;
}

/******Twin columnsを包含するBox********/

#twinClmBox {
  text-align: left;
  width: 590px;
  margin: 0px 10px 0px 10px;
}

#twinClmBox a{
  color: #800;
}

#twinClmBox a:hover{
	  /*本当は不要なはず何だけどうまくいかないので追加09/10/12　*/
  background-color: #800;
  color: #eee;
}


/******Contents AreaのFull span Box******/

#fspanBox {
  clear: both;
  width: 590px;
  margin: 10px 10px 0px 10px;
  overflow: auto;
  border-bottom: #dddddd 1px solid;
  zoom: 1;
}

#fspanBox a{
  color: #800;
}

#fspanBox a:hover{
	  /*本当は不要なはず何だけどうまくいかないので追加09/10/12　*/
  background-color: #800;
  color: #eee;
}

#fspanBox h2 {
  background-color: #4e6642;
  padding-top: 3px;
  padding-bottom: 3px;
  font-weight: bold;
  font-size: 90%;
  margin-bottom:  5px;
  margin-top: 10px;
  color: #fff;
}

#fspanBox h3 {
  text-align: left;
  font-weight: bold;
  font-size: 100%;
}

#fspanBox p {
  margin: 1px 5px 10px 5px;
  text-align: left;
  line-height: 130%;
/*  color: #222;*/
}

#fspanBox hr {
  clear: left;
  border: none;
  color: #dddddd;
  background-color: #dddddd;
  height: 1px;
}

#fspanBox img.photoRight{
  float: right;
  margin: 0px 0px 0px 10px;
}

#fspanBox img.photoLeft{
  float: left;
  margin: 10px 10px 10px 0px;
}


/***********global isec***********/


/*-------小型文字使用(L & R Boxes用)-------*/

.tksfaa {
  border-top: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 0px solid;
  border-left: #ddd 1px solid;
  padding: 5px;
  overflow: auto;
  zoom: 1;
  background-color: #fff;
}

.tksfaa img {
  float: left;
  border: #839679 2px solid;
}


/*------通常文字使用(Full Span Box用)------*/

.tksfbb {
  border-top: #ddd 1px solid;
  border-right: #ddd 1px solid;
  border-bottom: #ddd 1px solid;
  border-left: #ddd 1px solid;
  padding: 5px;
  overflow: auto;
  zoom: 1;
  background-color: #fff;
}

.tksfbb img {
  border: #839679 2px solid;
/*  margin: 5px;*/
}

/**********global isecここ迄**********/


/*-------Local Map用のスタイル-------*/

#map_link{
	          /*--Map Pageの京都マップへのLink用のid--*/
  float: left;
  width: 130px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#map_link h2{
  font-size: 90%;
  margin-bottom: 0;
  padding: 0;
}

#local_map{
  clear: left;
  margin-top: 10px;
}



#map_hosoku{
  float: right;
  width: 460px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0;
}

#map_hosoku ul{
  text align: center;
}

.map_ico{
	  /*変更前のマップ用*/
  float: left;

  margin-right: 10px;
  margin-left: 10px;

  margin-bottom: 10px;
}

.map_ico img{
  margin-top: -5px;
}


/====================================================*/
/*                      Table                        */
=====================================================*/

/*----------------History用Table----------------------*/

#historytable{ /*空だけどこれがないと周りの罫線がなくなる*/

}

#historytable table{
  margin-left: auto;
  margin-right: auto;
  width: 590px;
  border-collapse: collapse;
  border: 2px solid #1c4325;
}

#historytable th{
  width: 70px;
  border-right: 1px solid #1c4325;
  border-bottom: 1px solid #1c4325;
}

#historytable td{
  text-align: left;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #1c4325;
}

/*---------Siteindex用 Table 090720--------------*/

.indextable{
  margin-left: 55px;
  width: 500px;
  border-collapse: collapse;
}

.indextable tr{
  height: 25px;
}

.indextable th{
  width: 240px;
  padding-bottom: 2px;
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.indextable td{
  padding-bottom: 2px;
  text-align: left;
  vertical-align: bottom;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
}

.indextable td a{
  font-weight: normal;
  color: #800;
}

.indextable a:hover{
  font-weight: normal;
  color: #fff;
  background-color: #800;
}

/*------------一般用table-------------------*/

#commontable{
  margin-left: auto;
  margin-right: auto;
}
#commontable table{
  border-collapse: collapse;
  border: 2px solid #1c4325;
}
#commontable th, #indextable th{
  border-right: 1px solid #1c4325;
  border-bottom: 1px solid #1c4325;
}
#commontable td, #indextable td{
  border-bottom: 1px solid #1c4325;
  border-right: 1px solid #1c4325;
}

/*-----------ローマ字用Table 10/08/25----------------*/

.romajiTable{
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	border: collapse;
}

.romajiTable th{
	text-align: center;
	padding: 5px 0px;
	background-color: #360;
	color: #fff;
  border-bottom: 1px solid #ccc;
}

.romajiTable td{
	text-align: center;
	padding: 5px 0px;
  border-bottom: 1px solid #360;
}

/***********************写真用Table各種**************************/

/*--------------------将来これに統一予定--------------------------*/

.phototable190 table{
  margin-left: auto;
  margin-right: auto;
  border-spacing: 2px;
  border-collapse: separate;
  width: 595px;
/*  text-align: center;*/
}

.phototable190 th{
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.phototable190 td{
  width: 190px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
border: 0px;
/*  border: 3px solid #839679;*/
  background-color: #839679;
}


.phototable190_2 table{
  margin-left: auto;
  margin-right: auto;
  border-spacing: 2px;
  border-collapse: separate;
  width: 399px;
}

.phototable190_2 th{
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}
.phototable190_2 td{
  width: 190px;
  text-align: center;
  padding: 0px;
  border: 0px;
  background-color: #839679;
}

/*.phototable190_2 a img{ border:solid 3px #839679;}
.phototable190 a imgl:link { border:solid 3px #839679;}
.phototable190_2 a img:visited { border:solid 3px yellow;}
.phototable190_2 a img:hover { border:solid 3px #800;}  この場合redが継承される */

/*------------------------将来削除する予定--------------------------*/


#phototable table{
  margin-left: auto;
  margin-right: auto;
  border-spacing: 2px;
  border-collapse: separate;
  width: 575px;
/*  text-align: center;*/
}
#phototable th{
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding: 5px 5px 20px 5px;
}
#phototable td{
  width: 280px;
  text-align: center;
  padding: 0;
  border: 0px /* 3px solid #839679*/;
  background-color: #839679;
}


/*------------------------ここまで将来削除する予定--------------------------*/



.phototable240 table{
  margin-left: auto;
  margin-right: auto;
  width: 497px;
  border-spacing: 2px;
  border-collapse: separate;
}
.phototable240 td{
  width: 240px;
  text-align: center;
  vertical-align: middle;
  padding: 0;
  border: 3px solid #839679;
  background-color: #839679;
}

.phototable240 th{
	/*  width: 240px;*/
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding: 5px 5px 20px 5px;
}

/*------------------------将来削除する予定--------------------------*/

.phototable160{
  margin-left: auto;
  margin-right: auto;
  width: 504px;
}
.phototable160 td{
  text-align: center;
  width: 160px;
  padding: 0;
  border: 3px solid #839679;
  background-color: #839679;
}
.phototable160 th{
  width: 160px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding: 5px 5px 20px 5px;
}

.photolist table{
  margin-left: auto;
  margin-right: auto;
  border-spacing: 2px;
  border-collapse: separate;
/*  width: 515;*/
  clear: left;
  clear: right;
}
.photolist td{
  text-align: center;
  vertical-align: middle;
  width: 96px;
  border: 0p;
  background-color: #839679;
}
.photolist th{
  width: 96px;
  text-align: center;
  vertical-align: top;
  font-weight: normal;
  padding-bottom: 10px;
}


.photolist a img{ border:solid 3px #839679;}
/*.phototable a imgl:link { border:solid 3px #839679;}*/
.photolist a img:visited { border:solid 3px yellow;}
.photolist a img:hover { border:solid 3px #800;} /* この場合redが継承される */

/*------------------------ここまで将来削除する予定--------------------------*/


/*--------------Comment用Table-------------------*/

#comments{
  width: 500px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid #bececd;
  border-style: ridge;
  background-color: #D0DFDE;
}

/*#comments table{
  border: 1px;
}*/

#comments input{
  border-style : inset;
  border-color : white;
}

#comments textarea{
  border-style : inset;
  border-color : white;
}

#comments td{
  padding: 10px;
  text-align: left;
}


/*=================================================
6. その他
===================================================*/

/********** For google search + x **********/

.mkk_search{
	margin-right: -10px;
}

.mkk_search td img{
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.mkk_search td input{
  vertical-align: middle;
  margin: 0px;
  padding: 0px;
}

.mkk_search td{
  padding: 0px 5px 5px 0px;
}

.mkk_search th{
  padding-right: 5px;
padding-bottom: 2px;
  vertical-align: middle;
  font-weight: normal;
  color: #fff;
}

/*-------------------------------------------------*/
/*------------------History用---------------------*/
/*-------------------------------------------------*/


#history ul{
  text-align: left;
  list-style-type: none;
}

#history li{
  margin-left: 5em;
  text-indent: -4.5em;
  margin-right: 1em;
}

#history em{
  font-weight: bold;
}

/*-------------------------------------------------*/
/*------------------Glossary用---------------------*/
/*-------------------------------------------------*/


#glossary ul{
  text-align: left;
  list-style-type: none;
}

#glossary li{
  margin-left: 4.5em;
  text-indent: -3em;
  margin-right: 1em;
}

#glossary em{
  font-weight: bold;
}


/*-------------------------------------------------*/
/*-ぶらさげ有りのリスト用(Glossaryにも使用）090623-*/
/*-------------------------------------------------*/

.burasageList ul{
  list-style-type: none;
}

.burasageList li{
  text-indent: -1.2em;
}


/*---------本文初めの写真用----------*/

#leadFrame{
  float: right;
  margin: 0 10px 0 8px;
  padding: 0px;
}

.leadPhoto {
  width: 160px;
  border: 3px solid #839679;
  margin: 0;
  padding: 0px;
  text-align: center;
}

.leadCaption {
  width: 160px;
  border: 0px;
  margin: 0;
  padding: 5px;
  text-align: center;
}

.leadCaption a{
  font-weight: bold;
  color: #060;
}

.leadCaption a:hover{
  background-color: #800;
  color: #eee;
}

.leadCaption img{
  vertical-align: middle;
  margin-right: 10px;
}


/*-----------その他--------------*/

.fam_name{
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.clearfloat{
  clear: left;
  clear: right;
}

.centering{
  margin: auto;
}

@media print{
	#sheet, #contentbody {width: 610px;}
	#content, #contentHome {clear: both; width 610px ; border-top: 5px solid #660000;}
	#header, #localNav, #map_hosoku {display: none;}
	.map_ico, .breadcrumb, .contentnav2 {display: none;}
	#content h1 {font-size: 130%; margin: 10px auto;}
	#content h2 {font-size: 120%; margin: 10px auto;}
}
