@charset "Shift_JIS";

/* ページレイアウト */

body {
  margin: 0;
  padding: 0;
  text-align: center;
}
#rbn {
  width: 735px;
  height: 545px;
  margin: 0 auto;
  text-align: left;
}
#menu {
  width: 187px;
  height: 370px;
  float: left;
  background-image : url(r2.gif);
}
#sub {
  width: 66px;
  height: 370px;
  float: right;
  background-image : url(r4.gif);
}
#main {
  margin-left: 187px;
  margin-right: 66px;
}
#footer {
  height: 85px;
  clear: both;
}

/* ページレイアウト2 */

#header {
  height: 90px;
  background-image : url(r1.gif);
}
#footer {
  background-image : url(r5.gif);
}

/* 基本設定 */

body {
  margin: 0px;
  padding: 0px;
  font-size:9pt;
  color: #2f2f2f;
  font-family: "Osaka","MS UI Gothic","ヒラギノ角ゴ Pro W3";  
  line-height:150%;
}
html {
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #ffffff;
  scrollbar-3dlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-darkshadow-color: #ffffff;
  scrollbar-track-color: #ffffff;
  scrollbar-arrow-color: #ff0000;
}
td {
  font-size: 9pt;
  color: #2f2f2f;
  font-family: "Osaka","MS UI Gothic","ヒラギノ角ゴ Pro W3";  
}
a:link {
  font-size: 8pt;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  font-size: 8pt;
  color: #808080;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  font-size: 8pt;
  color: #ff0000;
  font-weight: bold;
  text-decoration:none;
}

/* メインページ設定 */

.rbn {
  margin: 0;
  padding-right: 5px;
  width: 447px;
  text-align: left;
  background-image : url(1bg.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-attachment: fixed;  
}

/* サイトのタイトル */

.p1 {
  padding-top: 55px;
  padding-left: 277px;
  font-size: 14pt;
  font-weight: bold; 
}

/* Copyright*/

.p2 {
  margin: 0px;
  padding: 10px;
  padding-left: 200px;
  font-size: 8pt;
  color: #000000;
}

/* 見出し */

h1 {
  margin: 0.2em;
  padding: 0.2em;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  letter-spacing: 0.5em;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
} 

/* 見出し2 */

h2 {
  padding: 0px;
  margin: 3px;
  padding-left: 20px; 
  font-size: 9pt;
  font-weight: bold;
  background-image : url(p1.gif);
  background-repeat: no-repeat;
  background-position: left;
}
  
/* ノート線 */

p {
  padding: 0px;
  margin: 0px;
}
.psen{
  padding: 2px 0px 0px 0px;
  border-bottom: 1px solid #808080;
  letter-spacing:1px;
}

/* メニューリンク */

.link{
  padding-left: 40px; 
  padding-top: 50px;
  font-size: 85%;
  font-family: "Verdana","Osaka","MS UI Gothic","ヒラギノ角ゴ Pro W3";
  font-weight:bold;
}
.link a{
  font-size: 85%;
  color: #000000;
  text-decoration: underline;
}
.link a:visited{
  font-size: 85%;
  color: #808080;
  text-decoration: underline;
}
.link a:hover{
  font-size: 85%;
  color: #000000; 
  text-decoration: underline overline;
}
    