@charset "utf-8";
/*========================================
全般的なスタイル
========================================*/
* {
    margin:0; padding:0;
}
body {
    background-color:#ffffff;                         /*ページ全体の背景色*/
    font-size:95%;　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　/*フォントサイズを95%にする　*/　
    font-family: "MSゴシック",sans-serif;　　　　　　　　　　　　　　　/*フォント種類をゴシック系にする　*/
    line-height:1.5;　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　/*行の高さを1.5倍にする*/
    color:#333333;　　　　　　　　　　　　　　　　　　　　　　　　　　　　　/*文字の色を濃い目のグレーにする*/
}
div#pagebody {
    width:900px; height:2000px;
    margin:0 auto;
    background-color:#ffffff;
    background-image:url("images/tigreback5.png");
    background-repeat:repeat-;
}

/*========================================
ヘッダ
========================================*/
div#header {
    height:90px;
}
div#header h1 {
    padding:80px 0px 0px 50px;　　　　　　　　　               /*見出しの位置調整*/
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;　
}
div#header h1 a {text-decoration:none;}
img {border:0;}
h4 {
    width:700px;
    margin:100px 0px 80px 195px;
    text-align:left;
    font-size:8px;
}

/*========================================
メインメニュー
========================================*/
ul#menu {
    width:900px; height:10px;
    margin:20px 210px;
    font-size:10px;
}
#menu li {
    list-style-type:none;　　　　　　　　　　　　　　　　　　　　　　　　　　　/*リストマーカー無しにする*/
    display:inline;
    float:left;　　　　　　　　　　　　　　　　　　　　/*リスト項目を横に並べる*/
}
#menu li a {
    background-color:#003399;                 /*リンクボタンの色*/
    color:#ffffff;                         /*文字の色*/
    display:block;
    width:90px; height:14px;                  /*リンクボタンの大きさ*/
    padding:5px 0px 5px 0px;
    margin:10px 0px 0px 30px;
    text-align:center;
    text-decoration:none;
    background-image:url(images/.png);
    background-repeat:no-repeat;
}
#menu li a:hover {
    background-color:#003399;             
    color:#CC99FF;                         /*文字の色*/
    background-image:url(images/.png);
}

/*========================================
サブメニュー（左カラム）
========================================*/
h2 {
    width:350px; height:8px;
    padding:5px 0px 12px 20px;
    font-size:12px;
    background-color:#003399;
    color:#ffffff;
    border-radius:3px;
    -moz-border-radius:3px; -webkit-border-radius:3pxl -o-border-radius:3px; -ms-
border-radius:3px;
}
h3 {
    width:350px; height:8px;
    padding:5px 0px 12px 20px;
    margin:650px 00px 00px 0px;
    font-size:12px;
    background-color:#003399;
    color:#ffffff;
    border-radius:3px;
    -moz-border-radius:3px; -webkit-border-radius:3pxl -o-border-radius:3px; -ms-
border-radius:3px;
}
div#submenu {
    width:260px;
    margin:-150px 0px 0px 350px;
    float:left;　　　　　　　　　　　　　　　　　　　　/*位置調整*/
}
div#submenu ul li a {
    display:block;
    height:25px;
    padding:15px 0px 0px 30px;
    text-decoration:none;
    border-bottom:1px dotted gray;
    background-image:url(images/bg_submenu.png);
    background-repeat:no-repeat;
    color:#333333;
}
div#submenu ul li a:before {
    content: url("images/icon_submenu.png");
    margin:0px 10px 0px 0px;
    vertical-align:text-top;
}
p1 {
    width:360px;
    margin:0px 0px 0px 0px;
    float:left;
    font-size:12px;
    color:#0000ff;
}
h5 {
    width:360px;
    margin:0px 0px 0px 0px;　　　　　　　　　　　　　　　　　　/*キャプション*/
    font-size:12px;
    float:left;
}
h8 {
    width:450px;
    margin:　0px 0px 0px 0px;
    float:left;
    font-size:12px;
    color:#FF4500;
}
.infoimg1_index {
    width:350px; height:210px;
    margin:0px 0px 0px 0px;
    float:left;
}
.infoimg2_index {
    width:350px; height:250px;
    margin:0px 0px 0px 0px;
    float:left;
}
 
/*========================================
ヘッダ画像
========================================*/
#img_index {
    width:50px; height:200px;
    margin:-20px 50px 50px 50px;
    float:left;
}  


/*========================================
フッタ
========================================*/
div#footer {
    clear:both;
    height:40px;
    padding:10px 0px 0px 0px;
    font-size:x-small;
    text-align:center;
}
