@charset "shift_jis";

BODY {
  font-family: 'HG丸ｺﾞｼｯｸM-PRO','ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', Arial, Helvetica;
  }
  
  
body{
margin: 0px; /* bodyの外側の余白を指定する */
/* bodyの内側余白を指定する(上:右:下:左)  padding: 60px 0px 0px 0px; */
min-height: 700px;
	background: #f7f7f7 url(./img/top2.jpg) center top/cover no-repeat;
}

/* 文字色の変更　*/
        
a:link{
  color: #444444;text-decoration:none;

}
a:visited{
  color: #444444;text-decoration:none;

}
a:hover{
  color: #fdac32;text-decoration:none;

}
a:active{
  color: #444444;text-decoration:none;
}

p {line-height: 150%;
}

.Header {
position: fixed; /* ヘッダーを固定する */
top: 0px; /* 上部から配置の基準位置を決める */ 
left: 00px; /* 左から配置の基準位置を決める */ 
width: 100%; /* ヘッダーの横幅を指定する */
height: 60px; /* ヘッダーの高さを指定する */
padding: 0px; /* ヘッダーの余白を指定する(上下左右) */
background-color: #ffffff; /* ヘッダーの背景色を指定する */
color: #333333; /* フォントの色を指定する */
} 

.Contents {
width: 100%; /* コンテンツの横幅を指定する */
overflow: auto; /* コンテンツの表示を自動に設定（スクロール） */
}

html,
    BODY        {
  oncontextmenu="return false;
" }


img.top {
width: 100%;  /* 横幅に合わせて自動で拡大縮小する */
height: auto;
}

/* メニュー　*/

ul#menupb, ul.sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
#menupb{
        width:250px;
        margin:0px;
        border:1px solid #0000ff;
        border-bottom:none;
}
.main_menupb{
        background:#399e3b;
        cursor:pointer;
        width:250px;
        height:35px;
        border:2px solid #399e3b;
}
.sub_menupb li{
        background:#54aa10;
        padding:13px 10px 0;
        border:1px solid #00ff00;
        color:#ffffee;
        font-size:8pt;
        font-weight:bold;
        width:250px;
        height:35px;
}
/*　メニューここまで　/*


