/* デフォルトスタイルシートの影響を減らすため */
* {
	margin: 0;
	padding: 0;
}

body  {
  background-color: #ddffff;
  background-image: url(common-graphic/pageback_base.gif);
  text-align: center;
  text-color: #000000;
}

img {
  border: none;
}

div.all  {
  width: 950px;
}

/* ヘッダー */

table.header {
  border: none;
  margin-bottom: 20px;
}

/* サイト&ページタイトル */
td.page-title {
  text-align: center; vertical-align: middle;
  color: redorange;
  font: bold large sans-serif;
}

h1 {
}


/* ヘッダー内右のサイトメニュー */
td.menu {
  margin: 0px;
  text-align: center; vertical-align: middle;
  color: darkgreen;
  font: medium sans-serif;
}

#menu-top-page {
  background: url('common-graphic/top-page_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-top-page { 
  background: url('common-graphic/top-page_2.gif') no-repeat center;
}

#menu-topics {
  background: url('common-graphic/topics_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-topics { 
  background: url('common-graphic/topics_2.gif') no-repeat center;
}

#menu-QandA {
  background: url('common-graphic/QandA_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-QandA { 
  background: url('common-graphic/QandA_2.gif') no-repeat center;
}

#menu-earth-quake {
  background: url('common-graphic/earth-quake_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-earth-quake { 
  background: url('common-graphic/earth-quake_2.gif') no-repeat center;
}

#menu-volcano {
  background: url('common-graphic/volcano_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-volcano { 
  background: url('common-graphic/volcano_2.gif') no-repeat center;
}

#menu-weather {
  background: url('common-graphic/weather_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-weather { 
  background: url('common-graphic/weather_2.gif') no-repeat center;
}

#menu-foundation-slope {
  background: url('common-graphic/foundation-slope_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-foundation-slope { 
  background: url('common-graphic/foundation-slope_2.gif') no-repeat center;
}

#menu-environment {
  background: url('common-graphic/environment_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-environment { 
  background: url('common-graphic/environment_2.gif') no-repeat center;
}

#menu-reference {
  background: url('common-graphic/reference_1.gif') no-repeat center;
  width: 130px; height: 35px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #menu-reference { 
  background: url('common-graphic/reference_2.gif') no-repeat center;
}



/* メインスペース */
div.main {
  width: 1000px;
  text-align: center;
  vertical-align: top;
}

h2 {                                    /* index.html：最新情報の見出し,page-index.html：年,aricle.html：記事のタイトル */
  margin: 0;
  background-color: #ccffcc;
  color: #003300;
  font: bold medium monospace;
  text-align: center;
}

h3 {                                    /* index.html,page-index.html メニューのタイトル　*/
  margin:0px;
  color: darkgreen;
  font: medium monospace;
  font-size: 110%;
}

/* 左寄せ  ･右寄せ */
.hidari-yose {
  float: left;
}
.migi-yose {
  float: right;
}

/* フロートの解除 */
.float-clear {
  clear: both;
}


/* 左揃えの解説文 */
.descriptive {
  text-align: left;
  padding-left: 20px;
}

/* 中央揃え */
.center {
  text-align: center;
}


/* 補足説明 */
.note {
  font-size: 90%;
}

/* 重要事項 */
.important {
  color: red;
}

/* 注目事項 */
.attention {
  font-weight: bold; 
}

/* 注釈の表示 　　　【参考文献】とか　*/
.particular-item{
  text-align: left; 
  font-weight: bold;
  font-size: 90%;
}

.particular-item cite{
  display: block;
  margin:0 0 0 2em;
  text-align: left; 
  text-indent: -1em;
  font-size: 100%;
}

.cite-link {      /* 参考文献にリンクマークをつける場合 */
  display: inline;
  height: 20px;
  background: url('common-graphic/link-mark_1.gif') no-repeat right;
  padding: 0px -30px 0px 1em ;
}


a:hover .cite-link {
  background: url('common-graphic/link-mark_2.gif') no-repeat right;
}




/* 内枠入りの表 */
table.uchiwaku {
	border: ridge 2px palegreen;
	border-collapse: collapse;
        empty-cells: hide;
}
table.uchiwaku td {
	border: ridge 2px lightgreen;
        text-align: center;
        vertical-align: top;
	border-collapse: collapse;
        empty-cells: hide;
}

/* 内枠入りの表 文章用 */
table.uchiwaku-bun {
	border: ridge 2px palegreen;
	border-collapse: collapse;
        empty-cells: hide;
}
table.uchiwaku-bun td {
        padding: 5px;
	border: ridge 2px lightgreen;
        text-align: left;
        vertical-align: top;
	border-collapse: collapse;
        empty-cells: hide;
}

/* 左右の柱メニュー */

td.pole {
  width: 140px;
  border-collapse: separate;
  border-spacing: 10px;
  border: solid 2px lightgreen;
  text-align: center; vertical-align: top;
  background: #CCFFCC; 
}
td.pole img {
  margin: 1px; 
}

/* 左右の柱メニューの記事サムネイル */
div.pole-contents {
  width: 138px; height: 170px;
  border: solid 1px lightgreen;
  font-size: 90%;
  overflow: visible;
}

/* 左右の柱メニューの写真 */
div.pole-contents-photo {
  height: 105px;
  background: url('common-graphic/contents-box.jpg') no-repeat center top;
}

/* 右の柱メニューの記事ページ目次 */
ul.pole-contents-list {
  margin: 0 0 0.5em 0;
  width: 138px;
  text-align: left;
}

ul.pole-contents-list li {
  margin: 0 0 0.5em 0;
  text-align: left;
  padding-left: 10px;
  font-size: 90%;
  list-style: none;
  background: url(./common-graphic/image-reddot.gif) no-repeat 0px 0.2em;
  overflow: visible;
}


/* page-index.htmlの記事サムネイル */
div.contents  {
  width: 160px; height: 180px;
  margin: 1px; padding: 3px;
  border: solid 2px #90ee90;
  text-align: center;
  color: navy;
  font-size: 90%;
  background: #ccffcc url('common-graphic/contents-box.jpg') no-repeat center 2px;
  float: left;
  overflow: visible;
}

/* 記事サムネイルの写真 */
.contents-photo  {
  height: 105px;
  background: url('common-graphic/contents-box.jpg') no-repeat center top;
}

/* 記事サムネイルの詳細 */
.contents-detail  {
  margin: 3px 0 0 0;
  text-align: left;
  color: navy;
  font-size: 90%;
}

/* リンクの装飾 */
a {
  text-decoration: none;
} 
a:link {
  background: #ccffff;
}
a:visited .pole-contents {
  border: solid 2px #FFCCFF;
}
a:visited .contents {
  border: solid 2px #FFCCFF;
}
a:hover .pole-contents{
  background: lightyellow;
}
a:hover .contents{
  background: lightyellow;
}
a:hover {
  background: lightyellow;
}

/* このページのトップへ用 <a href="#page-top"><div class="to_page-top">↑このページの最初へ</div></a> */
a .to_page-top {
  background: none url('common-graphic/page-top_1.gif') no-repeat right;
  height: 20px;
  margin: 0 0 20px 0;
  padding: 0px 20px 0px 0px;
  white-space: nowrap;
  text-align: right;
  font-size: 90%;
  color: #006600;
  border: none;
  clear: both;
}
a:visited .to_page-top {
  background: none url('common-graphic/page-top_1.gif') no-repeat right;
}
a:hover .to_page-top { 
  background: url('common-graphic/page-top_2.gif') no-repeat right;
}


/* 最新のマーク <span class="new">*****</span> */
span.new  {
  height: 20px;
  background: url('common-graphic/new.gif') no-repeat left;
  padding: 0 0 0 -42px;
  voice-family: "\"}\"";
  voice-family: inferit;
  padding: 0px 0px 0px 42px ;
}
html>span.new-window {
  padding: 0px 0px 0px 42px ;  
}

/* 新しいウィンドが開くマーク <span class="new-window">*****</span> */
span.new-window  {
  height: 20px;
  white-space: nowrap;
  background: url('common-graphic/new-window_1.gif') no-repeat right;
  padding: 0px -22px 0px 0px ;
  voice-family: "\"}\"";
  voice-family: inferit;
  padding: 0px 22px 0px 0px ;
}
html>span.new-window {
  padding: 0px 22px 0px 0px ;  
}
a:hover .new-window { 
  background: url('common-graphic/new-window_2.gif') no-repeat right;
}

/* 外部リンクマーク <span class="link">*****</span>   citeにつける場合は.cite-link(注釈の表示へ)*/
.link {
  height: 20px;
  background: url('common-graphic/link-mark_1.gif') no-repeat right;
  padding: 0px -22px 0px 0px ;
  voice-family: "\"}\"";
  voice-family: inferit;
  padding: 0px 22px 0px 0px ;
}
html>span.link {
  padding: 0px 22px 0px 0px ;  
}
a:hover .link {
  background: url('common-graphic/link-mark_2.gif') no-repeat right;
}


/* アイコンの説明   topics.html,article.htmlは柱メニュー<td class="pole">の下の<td class="icon-descriptive">に　各項目間に一行入れる
　　　　　　　　　　他のpage-index.htmlは最後の<div class="float-clear">の前に<div class="icon-descriptive">に
                       page-index.htmlでは　＊写真をクリックすると〜を削除
      ＊写真をクリックすると，新しいウィンドウで大きくしてご覧になれます．<br>
	  <span class="new">：最新情報</span><br>
      <span class="new-window" style="width: 20px;">　</span>：新しいウィンドウが開きます．<br>
      <span class="link" style="width: 20px;">　</span>：外部にリンクしています．新しいウィンドウで開きます．
  　　　　 */
td.icon-descriptive {
  float: right;
  vertical-align: bottom;  text-align: left;
  width: 140px;
  border-collapse: separate;
  border-spacing: 10px;
  border: solid 2px lightgreen;
  background: #CCFFCC; 
  font-size: 80%;
}


/* 文中でESS,ネットワーク、プロジェクトにリンクする場合 */

.bunnri-s {
  background: url('common-graphic/bunnri-s_1.jpg') no-repeat center;
  width: 150px; height: 30px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover .bunnri-s { 
  background: url('common-graphic/bunnri-s_2.jpg') no-repeat center;
}
.ESS-s {
  background: url('common-graphic/ESS-s_1.jpg') no-repeat center;
  width: 150px; height: 30px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover .ESS-s { 
  background: url('common-graphic/ESS-s_2.jpg') no-repeat center;
}
.fuji-kanshi-s {
  background: url('common-graphic/fuji-kanshi-s_1.jpg') no-repeat center;
  width: 150px; height: 30px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover .fuji-kanshi-s { 
  background: url('common-graphic/fuji-kanshi-s_2.jpg') no-repeat center;
}
.fujiproject-s {
  background: url('common-graphic/fujiproject-s_1.jpg') no-repeat center;
  width: 150px; height: 30px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover .fujiproject-s { 
  background: url('common-graphic/fujiproject-s_2.jpg') no-repeat center;
}


/* フッター */diaster-enviro

div.footer {
  margin-top: 20px;
}
#bunnri {
  background: url('common-graphic/bunnri_1.jpg') no-repeat center;
  width: 250px; height: 50px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #bunnri { 
  background: url('common-graphic/bunnri_2.jpg') no-repeat center;
}
#diaster-enviro {
  background: url('common-graphic/diaster-enviro_1.jpg') no-repeat center;
  width: 250px; height: 50px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #diaster-enviro { 
  background: url('common-graphic/diaster-enviro_2.jpg') no-repeat center;
}
#ESS {
  background: url('common-graphic/ESS_1.jpg') no-repeat center;
  width: 250px; height: 50px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #ESS { 
  background: url('common-graphic/ESS_2.jpg') no-repeat center;
}
#fuji-kanshi {
  background: url('common-graphic/fuji-kanshi_1.jpg') no-repeat center;
  width: 250px; height: 50px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #fuji-kanshi { 
  background: url('common-graphic/fuji-kanshi_2.jpg') no-repeat center;
}
#fujiproject {
  background: url('common-graphic/fujiproject_1.jpg') no-repeat center;
  width: 250px; height: 50px;
  text-align: center;
  color: #006600;
  border: none;
}
a:hover #fujiproject { 
  background: url('common-graphic/fujiproject_2.jpg') no-repeat center;
}
