/*********************/
/* 全ページ共通      */
/*********************/

/* 全体 */
html{
  height: 100%;
}

/* 背景 */
body {
  background-color: #eeeeff;
  font-family: "MS PGothic", sans-serif, serif;
  height: 100%;
  margin: 0%;
  text-align: center; /* IE系センタリング用 */
}

/* 外枠 */
#flame {
  background-color: #ffffff;
  height: 100%;
  margin-left: auto; /* NN系センタリング用 */
  margin-right: auto; /* NN系センタリング用 */
  min-height: 100%;
  text-align: left;
  width: 800px;
}

/* firefoxバグ防止 height100%対策 */
body > #flame {
    height: auto;
}

/* ヘッダー */
#header {
  background-color: #0077cc;
  height: 38px;
  margin: 0px;
}

/* ナビゲータ */
#navi {
  background-color : #eaeaea;
  border: 1px solid #606060;
  border-top: 0px;
  clear: both;
  font-size: 10pt;
  margin: 0px;
  padding: 3px 0px 0px 10px;
}

/* リンク */
a {
  text-decoration: none;
}
a:link {
  color: #0000ff;
}
a:active {
  color: #0000ff;
}
a:visited {
  color: #0000ff;
}
a:hover {
  color: #ff0000;
  text-decoration: underline;
}

/* メニューリンク防止 */
h2 a:hover {
  color: #6600ff;
  text-decoration: none;
}

/* ページ先頭リンク */
.go_top a {
  border-bottom: 1px dashed #0000ff;
  font-size: 80%;
  margin-right: 30px;
}
.go_top a:hover {
  border-bottom: 1px dashed #ff0000;
  text-decoration: none;
}

/* コンテンツ見出し */
h1 {
  border-color: #9999ff;
  border-style: solid;
  border-width: 1px 15px 1px 15px;
  color: #6600ff;
  font-size: 120%;
  margin: 10px 20px;
  padding: 3px 10px;
}

/* メニュー見出し */
h2 {
  border-color: #9999ff;
  border-style: solid;
  border-width: 0px 0px 2px 15px;
  color: #6600ff;
  font-size: 100%;
  margin: 10px 20px 10px 40px;
  padding: 3px 10px;
}

/* 小見出し（日記コメントタイトルで使用） */
h4 {
  border-left: 10px #9999ff double;
  border-bottom: 1px #9999ff solid;
  color: #6600ff;
  font-size: 100%;
  padding-left: 5px;
}

/* 通常文章 */
p {
  line-height: 1.4;
  padding: 0px 15px;
  text-indent: 1em;
}

/* リスト表示 */
ul {
  clear: both;
}
li {
  line-height: 1.2;
  margin: 10px 0px;
}

/* 定義用語 */
dt {
  border-style: none none dotted double;
  border-color: #9999ff;
  border-width: 0px 0px 2px 12px;
  color: #6600ff;
  font-weight: bold;
  margin: 10px 20px 10px 30px;
  padding: 3px 10px;
}

/* 定義用語説明 */
dd {
  line-height: 150%;
  margin: 10px 50px;
  text-indent: 1em;
}

/* 画像リンクボーダー防止 */
img {
  border: none;
}

/* コメント */
.comment {
  background-color: #d7ebff;
  border-top: 2px dotted #9999ff;
  border-bottom: 2px dotted #9999ff;
  font-size: 90%;
  margin: 10px 20px;
}

/* 右寄せ */
.right {
  clear: both;
  margin-right: 10px;
  text-align: right;
}

/* 枠右寄せ */
.f_right {
  float: right;
}

/* 中央寄せ */
.center {
  text-align: center; /* IE系センタリング用 */
}

/* 左寄せ */
.left {
  text-align: left;
}

/* 枠左寄せ */
.f_left {
  float: left;
}

/* 水平線 */
hr {
  color: #9999ff; /* 線の色(IE用) */
  background-color: #9999ff; /* 線の色(NN用) */
  border-color: #ddddff #7777aa #7777aa #ccccff;
  border-style: solid;
  border-width: 1px;
  clear: both;
  height: 5px;
}

/* フッター */
#footer {
  padding-bottom: 15px;
  text-align: center;
}

/* 著作権表示 */
address {
	color: #333333;
	font-family: Tahoma, Verdana, sans-serif;
	font-style: normal;
	text-align: center;
}

/* 投稿・検索背景 */
fieldset{
  background-color: #ccccff;
  border: none;
  margin: 0px 20px;
}

table{
  margin-left: auto; /* NN系センタリング用 */
  margin-right: auto; /* NN系センタリング用 */
  width: 700px;
}

/* 太文字（コメント記入者名で使用） */
.bold{
  font-weight: bold;
}


/*********************/
/* メイン領域用      */
/*********************/

/* メイン領域 */
.main {
  float: left;
  margin-top: 5px;
  width: 75%;
}


/*********************/
/* サブメニュー用    */
/*********************/

/* サブメニュー */
.sub_menu {
  float: right;
  margin-right: 5px;
  margin-top: 10px;
  width: 21%;
}

/* サブメニュー枠 */
.sub_body {
  border: 1px solid #483d8b;
  padding: 0px;
}

/* サブメニュータイトル */
.sub_title {
  background-image: url("../image/menu_title.gif");
  background-repeat: no-repeat;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 16px;
  margin: 2px 0px 0px 0px;
  padding: 4px 0px 0px 6px;
}

/* サブメニューリスト */
.sub_menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

/* サブメニューリスト項目 */
.sub_menu li {
  border-bottom: 1px solid #000040;
  font-size: 90%;
  line-height: 110%;
  margin: 0px;
  padding: 0px;
  text-indent: 1em;
}

/* サブメニュータイトルリンク */
.sub_title a {
  color: #ffffff;
}
.sub_title a:visited {
  color: #ffffff;
}
.sub_title a:hover {
  text-decoration: none;
}

/* サブメニューリンク */
.sub_body a {
  background-color: #ffffff;
  display: block;
  padding: 2px 0px;
}
.sub_body a:hover {
  background-color: #6666ff;
  color: #ffffff;
  display: block;
  padding: 2px 0px;
  text-decoration: none;
}


/*********************/
/* index用           */
/*********************/

/* タイトル */
#title {
  float: left;
}

/* カウンタ */
#counter{
  color: #ffffff;
  float: right;
  font-size: 75%;
  margin: 15px 5px 0px 5px;
}

/* メニュー文章 */
.main_menu p {
  margin-left: 20px;
}


/*********************/
/* index最終更新用   */
/*********************/

/* 最終更新 */
.last_update {
  background: #0077cc url("../image/corner_l.gif") 0% 0% no-repeat;
  margin-left: 10%;
  width: 80%;
}

/* 最終更新タイトル */
.last_update dt {
  background: #0077cc url("../image/corner_r.gif") 100% 0% no-repeat;
  border: none;
  color: #ffffff;
  font-weight: bold;
  margin: 0px 0px 0px 12px;
  padding: 6px 12px 2px 0px;
  text-align: center;
}

/* 最終更新内容 */
.last_update dd {
  background: #ffffff;
  border: solid 1px #0077cc;
  font-size: 90%;
  margin: 0px;
}

/* 最終更新文章 */
.last_update p {
  margin-left: 0px;
}


/******************/
/* 写真ページ     */
/******************/

/* 写真ページ枠 */
.pic {
  margin: -15px 80px 10px 80px;
  width: 640px;
  text-align: center;
}

/* 写真掲載枠 */
.pic_flame {
  margin-top: 15px;
  width: 300px;
  margin-left: auto; /* NN系センタリング用 */
  margin-right: auto; /* NN系センタリング用 */
  text-align: left;
}

/* 写真タイトル */
.pic h2 {
  border: none;
  color: #000000;
  font-size: 100%;
  margin : 0px;
  padding: 3px 0px;
  text-decoration: underline;
}

/* 写真付加情報 */
.pic h3 {
  font-size: 95%;
  font-weight: normal;
  margin: 0px;
}

/* 写真説明 */
.pic p {
  background-color: #ccccff;
  border: 1px dashed #000000;
  font-size: 90%;
  margin: 5px 0px;
}

/* 写真枠 */
.pic img {
  border: 1px solid #000000;
}

/* 写真説明リスト */
.pic ul {
  font-size: 90%;
  margin: 0px 15px;
}
.pic li {
  line-height: 100%;
}


/******************/
/* ニッポン紀行   */
/******************/

/* メニューリンク */
.tabi li {
  margin-left: 30px;
}

/* メニューリンク枠下つめ */
.tabi ul {
  margin-bottom: -10px;
}

/* 行動表表示 */
.tabi_table {
  text-align: center;
}

/* 行動表表示テーブル */
.tabi_table table {
  border: none;
  border-collapse: collapse;   /* 罫線を重ねて表示 */
  padding: 5px;
  text-align: left;
}

/* 行動表表示見出し */
.tabi_table th {
  border: 1px solid #000000;
  font-size: 90%;
  font-weight: normal;
  padding: 5px;
  width: 90px;
  text-align: center;
}

/* 行動表表示データ */
.tabi_table td {
  border: 1px solid #000000;
  font-size: 90%;
  line-height: 150%;
  padding: 5px;
}

/* マーク表示用 */
.tabi_table img {
  margin: 0px 2px;
  vertical-align: text-bottom;
}


/******************/
/* 道の駅写真館   */
/******************/

/* マーク表示用 */
.mark {
  margin-right: 10px;
  vertical-align: text-bottom;
}

/* メニュー説明文 */
.station p {
  margin: 0px 0px 0px 30px;
}

/* メニューリンク */
.station li {
  margin-left: 30px;
}

/* 定義用語 */
.station dl {
  margin-left: 30px;
}

/* 検索結果表示 */
.sta_table {
  text-align: center;
}

/* 検索結果表示テーブル */
.sta_table table {
  border: none;
  border-collapse: collapse;   /* 罫線を重ねて表示 */
  padding: 5px;
  text-align: left;
}

/* 検索結果表示ヘッダ */
.sta_table th {
  border: 1px solid #000000;
  padding: 5px;
  text-align: center;
}

/* 検索結果表示データ */
.sta_table td {
  border: 1px solid #000000;
  padding: 5px;
}

/* 地図表示 */
#map {
  border: 1px dotted #000000;
  height: 450px;
  margin-left: 100px;
  width: 600px;
}


/******************/
/* 鉄道写真館     */
/******************/

/* メニュー説明文 */
.train p {
  margin: 0px 0px 0px 30px;
}

/* メニューリンク */
.train h2 {
  margin-top: 20px;
}

/* メニューリンク枠下つめ */
.train ul {
  margin-left: 50px; 
}

/******************/
/* サブメニュー   */
/******************/

/* メニュー説明文 */
.sub p {
  margin: 0px 0px 0px 30px;
}

/* メニューリンク復活 */
.sub h2 a:hover {
  color: #ff0000;
  text-decoration: underline;
}


/*******************/
/* 雑記帳用        */
/*******************/

/* 日記枠 */
.diary{
  border: 2px #6666ff solid;
  line-height: 130%;
  margin: 20px auto; /* auto : NN系センタリング用 */
  padding-left: 15px;
  text-align: left;
  width: 650px;
}

/* 文字色反転タイトル */
.diary h3{
  background-color: #6666ff;
  border: none;
  color: #ffffff;
  font-size: 100%;
  margin: 0px 0px 10px -15px;
  padding: 5px;
}

/* 日記コメント枠 */
.diary_com {
  font-size: 85%;
  margin: 0px 20px;
}

/* コメント分割線 */
.diary_com hr {
  background-color: #ffffff; /* 線の色(NN用) */
  border-style: dashed;
  height: 0px;
}

/* 日記コメント投稿欄 */
.diary_com fieldset {
  background-color: #ffffff;
  margin: 0px;
}
.diary_com input {
  font-size: 90%;
}
.diary_com textarea {
  font-size: 90%;
}

/* 過去ログリンク横リスト */
.log_link {
  margin: 5px 0px 5px 50px;
}
li.line {
  display: inline;
  margin: 0px 5px;
}


/******************/
/*  掲示板        */
/******************/

/* 記事外枠 */
.msg_flame {
  border: 1px solid #000000;
  width: 750px;
}

/* 投稿記事 */
.msg {
  font-size: 90%;
  line-height: 150%;
  text-align: left;
}

/*
/* 返信記事左余白 */
.com {
  padding-left: 20px;
}

/* 記事仕切り線 */
.bbsline{
  height: 3px;
  width: 700px;
}

/* 返信・レスタイトル */
dt.res{
  border-style: none;
  color: #000000;
  font-weight: normal;
}

/* 返信・レスコメント */
dd.res{
  text-indent: 0em;
}




/******************/
/* 未整理         */
/******************/

/* メニュー階層 */
/* cgi系index.htmlで使用中 */
/* train系列で使用中 */
.tree{
  color: #000000;
  font-size: 75%;
  font-weight: normal;
}




/******************/
/*　リンク　　　　*/
/******************/

/* 相互リンク */
.sougo{
  background-color: #ff00ff;
  color: #ffffff;
  padding: 2px;
}


/******************/
/*　パソコン用　　*/
/******************/

/* スペック表外枠 */
.spec{
  text-align: center;
/*
  border: 1px solid #000000;
  margin-top: 10px;
  text-align: left;
*/
}

/* スペック表表示テーブル */
.spec table {
  border: 1px solid #000000;
  border-collapse: collapse;   /* 罫線を重ねて表示 */
  padding: 5px;
  text-align: left;
  width: 600px;
}

/* スペック表表示見出し */
.spec th {
  border: 1px dashed #000000;
  font-size: 95%;
  font-weight: normal;
  padding: 5px;
  width: 120px;
  text-align: center;
}

/* スペック表表示データ */
.spec td {
  border: 1px dashed #000000;
  font-size: 95%;
  line-height: 150%;
  padding: 5px;
}


/*********************/
/* 自己紹介          */
/*********************/

/* 質問大枠 */
#profile ul {
  margin-left: 80px;
}

/* 質問行 */
#profile li {
  color: #0000ff;
}

/* 回答行 */
#profile p {
  color: #000000;
  margin: 0%;
  text-indent: 0em;
}



