﻿@charset"UTF-8";


#wrapper {
  width: 1010px;
  background-image: url("./img/background/wallpaper01.png");
  margin: auto;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,メイリオ,Meiryo,"ＭＳ Ｐゴシック";
}


/* ----- パンくずリスト ----- */
.breadcrumbs p {
  width: 500px;
  display:inline-block;
  border-top-style:  ridge;
  border-bottom-style:  ridge;
  border-color: #000080;
  color:#0000FF;
  padding: 3px;
}



/* ----- CONTENTS(レイアウト左側) Start----- */
#content {
  display: block;
  float:  left;
  width:  630px;               /* レイアウト横幅 */
  height: 700px
}




/* A:▼テーブル全体の装飾▼ */
table#accounts {
  border-collapse: collapse; /* 枠線を重ねて表示 */
  border-left: 3px ridge #ffffff;     /* 縦線 */
  border-right: 3px ridge #ffffff;    /* 縦線 */  
  margin: 10px;
}

/* B:▼テーブル内側(セル)の装飾▼ */
table#accounts tbody th,
table#accounts tbody td {
  padding: 7px;            /* セル内側の余白量 */
  border-top: 1px dotted #000000;     /*内枠の装飾 */
  border-bottom: 1px dotted #000000;  /*内枠の装飾 */
 
vertical-align: center;
}


/* C:▼テーブルの見出し部分の装飾▼ */

 /* ▼各行の見出し部分(プロフィール画像)の装飾▼ */
table#accounts tbody th {
  background-image: url("./img/background/wallpaper03.png"); /* 背景色 */
  width: 230px;
}

table#accounts caption {
  font-size: 26px;
  font-weight: 900;
  text-decoration:underline overline;
  color: #003399;
}


table#accounts tbody td {
  width: 200px;
 /* font-size: 14px; */
  line-height: 120% ;
  text-align: center;
}

table#accounts h3 {
  margin-top: 0px;
}

table#accounts p#name {
  margin-top: 10px;
 /* font-size: 16px; */
  border-bottom-style:  ridge;
  border-color: #000080;
}

/* ----- CONTENTS(レイアウト左側) End----- */



/* ----- サイドメニュー(レイアウト右側) Start----- */ 
#sidebar {
  display: block;
  float: right;
  width: 320px;
  border: 5px;            /*枠線太さ*/
  border:#ee82ee;
  border-style: ridge;
  line-height:   120% ;
  margin-top:   70px;
  margin-left:  10px;
  margin-right: 10px;
}



/*  お問い合わせ告知 */
.contact p {
  display: block;
  font-weight: 900;
  font-size:  16px;
  color:  #000099;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-color: #ee82ee;
  border-width:thick;
  padding: 7px;
  margin-top:20px;
  margin-left: 3px;
  margin-right: 3px;
  text-align: center;
} 

/* ----- 問い合わせバナー ----- */
#banner_contact {
  display: block;
  border-bottom-style:ridge;
  border-top-style:ridge;
  background-color: #000080;
  vertical-align: center;

}

#banner_contact p {
  margin-left: 19px;
  vertical-align: center;
}


/* ----- サイドメニュー(レイアウト右側) End ----- */ 


.clear {
  clear: both;
}

p.nav1 {font-size: x-large;  
  font-family: "ＭＳ ゴシック",sans-serif;
  color: blue;
  right: 0;  
  bottom: 0;  
  margin: 5px;

}




