/*---------------------------------------
　基本設定
---------------------------------------*/

body { 
  width: 750px;
  background-color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
  color: #414055
}

img { display: block}

a:link {  color: #D80B4A; text-decoration: none}
a:visited {  color: #D80B4A; text-decoration: none}
a:hover {  text-decoration: underline; color: #D80B4A}

.f-08pt {  font-size: 8pt; line-height: 10pt}
.f-09pt {  font-size: 9pt; line-height: 12pt}
.f-10pt {  font-size: 10pt; line-height: 13pt}
.f-11pt {  font-size: 11pt; line-height: 14pt}
.f-12pt {  font-size: 12pt}
.f-13pt {  font-size: 13pt}
.f-14pt {  font-size: 14pt}


/*---------------------------------------
　ヘッダー
---------------------------------------*/

.header { 
  color: #A6400E;
  font-size: 9pt;
  line-height: 12pt;
  padding-left: 3px;
  width: 750px;
  height: 17px;
  background-image: url(img/all-header.gif);
  background-repeat: no-repeat;
  text-align: left}

.hrc:link {  text-decoration: none; color: #A6400E}
.hrc:visited {  text-decoration: none; color: #A6400E}
.hrc:hover {  text-decoration: none; color: #A6400E}


/*---------------------------------------
　コンテンツメイン部分
---------------------------------------*/

.main-box {
　background-color:#FFFFFF;
  width: 732px; margin-top: 14px}

.back-img {
  background-image: url(img/all-titleback2.gif);
  background-repeat: no-repeat;
  background-position: bottom right}

.s-title {
  height: 19px;
  background-color:#FD6621;
  font-size: 9pt;
  color: #FFFFFF;
  line-height: 14pt;
  padding-left: 5px}


/*---------------------------------------
　トップページ（インフォメーション）
---------------------------------------*/

.info {  
  border-width: 1px;
  border-color: #FFA33D;
  border-style: solid;
  background-color: #FCFFD0;
  height: 296px;
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10pt;
  line-height: 13pt}

.info2 {  
  border-width: 1px;
  border-color: #FFA33D;
  border-style: solid;
  background-color: #FCFFD0;
  height: 450px;
  overflow: auto;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10pt;
  line-height: 13pt}

/*---------------------------------------
　サイトマップ
---------------------------------------*/

.sitemap-bg {
  width: 210px;
  height: 18px;
  background-image: url(img/sitemap-menubg.gif);
  background-repeat: no-repeat;
  margin-top: 16px;
  padding-left: 18px;
  font-size: 11pt;
  line-height: 13pt;
  color: #851000}


/*---------------------------------------
　フッター
---------------------------------------*/

.footer1 {
  color: #FFFFFF;
  vertical-align: top;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 9pt}

.footer2 {  
  color: #FFFFFF; 
  vertical-align: top;
  padding-top: 5px;
  padding-right: 9px;
  font-size: 9pt}

.frc:link {  text-decoration: none; color: #FFFFFF}
.frc:visited {  text-decoration: none; color: #FFFFFF}
.frc:hover {  text-decoration: none; color: #FFFFFF}

