@charset "Shift_JIS"; 
/* 見出し */
h1 { /* home・HPタイトル */
   padding:5px;   
   font-size: 50px; /* 文字サイズ・５０ｐｘ */
   line-height: 30%; /* 行間・３０％ */
   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;/* フォント・明朝系 */
}
h2 { /* HPタイトル */
   padding:5px;   
   font-size: 30px; /* 文字サイズ・３０ｐｘ */
   line-height: 10%; /* 行間・１０％ */
   font-family: "ＭＳ Ｐ明朝","ＭＳ 明朝",serif;/* フォント・明朝系 */
}
h3 { /* メニュータイトル */
   padding:3px 5px; 
   font-size: 13px; /* 文字サイズ・１３ｐｘ */
   color:#ffdbdb; /* 文字・薄ピンク色 */
   background-color:#730000;/* 背景・赤茶色 */
   border-color:#a33737; /* 背景・薄い赤茶色 */
   border-width:0 0 0 30px; 
   border-style:solid;
}
h4 { /* セクション */ 
   font-size: 10px; /* 文字サイズ・１０ｐｘ */
   color:#730000; /* 文字・黒色 */
   border-width:0 0 1px 0px;
   border-style:dashed;
   font-weight: normal;
}
/* レイアウト */
body{ /* 全体 */ 
   margin:0;
   padding:0;
   background-color: #cccccc; /* 背景・薄灰色 */
   scrollbar-track-color: #cccccc;
   scrollbar-face-color: ;
   scrollbar-arrow-color: #730000;
   scrollbar-3dlight-color: ;
   scrollbar-darkshadow-color: ;
   scrollbar-highlight-color: ;
   scrollbar-shadow-color: ;
}
#wrap { /* 本体全体 */ 
   margin:0 0; 
   width:1000px; /* 横幅・８００ｐｘ */
   text-align:left; /* 文字左寄せ */
   background-color: #ddb9b9; /* 背景・薄ピンク色 */
}

p.left{ /* 左寄せ */ 
   text-align:left; /* 文字左寄せ */
   margin-left:5px;  
   font-size: 15px;/* 文字サイズ・１５ｐｘ */
}
p.right{ /* 右寄せ */ 
   text-align:right; /* 文字右寄せ */
   font-size:80%;/* 文字サイズ・８０％ */
}
a img { /* 画像 */ 
    border-style:none; /* 線・無し */
}
div.cover {
   background-color: #a33737; /* 背景・薄い赤茶色 */
   width:1000px; /* 横幅・８００ｐｘ */
}

div.header { /* ヘッダー */ 
   background-image: url(image/bg.jpg); /* 背景画像 */
   background-position: right bottom; /* 背景画像の位置 */
   background-color: #730000; /* 背景・赤茶色 */
   background-repeat:no-repeat; /* 背景・繰り返さない */
   height:170px;
   width:1000px;
}
div.header-e { /* ヘッダー英語版 */ 
   background-image: url(image/bg-e.jpg); /* 背景画像 */
   background-position: right bottom; /* 背景画像の位置 */
   background-color: #730000; /* 背景・赤茶色 */
   background-repeat:no-repeat; /* 背景・繰り返さない */
   height:170px;
   width:1000px;
}


div.to{ /* toEnglish */
   text-align:right; /* 文字右寄せ */
   font-size:70%; /* 文字サイズ・７０％ */
}
div.to a{ /* toEnglish */
   color:#ffffff;/* 文字・白色 */
}

div.logo { /* ロゴ */
   color:#ffdbdb;/* 文字・白色 */
}
div.logo p { /* ロゴ */
   color:#ffdbdb;/* 文字・白色 */
   padding:2px;   
   font-size:80%;/* 文字サイズ・８０％ */
   line-height: 30%;/* 行間・３０％ */
}
div.menu { /* メニュー全体 */
   float: left;  /* 本体の左側 */
   width: 20%;  /* 横幅・本体全体の２０％ */
   background-color: #a33737; /* 背景・薄い赤茶色 */
   margin:1px 0;
   font:bold 13px Verdana,sans-serif;   /* 文字・１３ｐｘ */
} 

div.menu a {   /* メニューリンク・通常時 */ 
   padding:2px 45px;  
   color:#ffffff;  /* 文字・白色 */
   text-decoration:none; 
   font-weight:bold;  /* 文字・太文字 */
   display:block;
}
div.menu a:hover{   /* メニューリンク・マウスが乗った時 */ 
   text-decoration: underline;
   position:relative;
   top:2px;
   left:2px;
}
div.menu p{ /* メニュー下 */ 
   padding-left:20px;
   text-align:left; /* 文字左寄せ */
   margin-left:5px;  
   font-size: 10px;/* 文字サイズ・１０ｐｘ */
   font-weight: 200;
   color:#222222;  /* 文字・灰色 */
}
div.iframe { /* インラインフレーム全体 */
    width:792px;  /*   横幅: ７９２ｐｘ */
    height:560px;  /*   高さ: ５６０ｐｘ */
    margin-left: 26%;  /*   margin-left: ２６％ */
    
}

div.foot { /* フッター */
   clear: both;
   text-align:right; /* 文字右寄せ */
   background-color: #730000; /* 線・赤茶色 */
   color:#ffdbdb;/* 文字・薄ピンク色 */
   font-size:80%;/* 文字サイズ・８０％ */
   width:1000px; /* 横幅・１０００ｐｘ */
}
div.clear {
   clear: both;
}

