@charset "utf-8";

/*========================================
ヘッダ
========================================*/
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;}

/*========================================
メインメニュー
========================================*/
ul#menu {
    width:900px; height:10px;
    margin:20px 210px;
}
#menu li {
    list-style-type:none;　　　　　　　　　　　　　　　　　　　　　　　　　　　/*リストマーカー無しにする*/
    display:inline;
    float:left;　　　　　　　　　　　　　　　　　　　　/*リスト項目を横に並べる*/
}
#menu li a {
    background-color:#003399;                 /*リンクボタンの色*/
    color:#ffffff;                         /*文字の色*/
    display:block;
    width:90px; height:10px;                  /*リンクボタンの大きさ*/
    padding:4px 0px 8px 0px;
    margin:130px 0px 50px 50px;
    font-size:10px;
    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);
}

/*========================================
インフォメーション（左カラム）
========================================*/
div#submenu {
    width:940px;
    float:left;
    padding:10px 20px 0px 0px;
    margin: -70px 00px 0px 300px;
    float:left;　　　　　　　　　　　　　　　　　　　　/*位置調整*/
}
h4 {
    font-size:12px;
    width:480px;height:10px;
    padding:7px 0px 10px 20px;
    margin: 80px 00px 00px 0px;
    background-color:#003399;
    color:#ffffff;
    border-radius:3px;
    -moz-border-radius:3px; -webkit-border-radius:3pxl -o-border-radius:3px; -ms-
border-radius:3px;
}
h6 {
    width:500px;
    margin:　20px 0px 0px 0px;
    font-size:12px;
    color:#3333FF;
}
h7 {
    width:500px;
    margin:　20px 0px 0px 0px;
    font-size:12px;
    color:#008080;
}
h8 {
    width:500px;
    margin:　0px 0px 10px 0px;
    font-size:12px;
    color:#FF4500;
}

 
/*========================================
ヘッダ画像
========================================*/
#img_index {
    width:200px; height:200px;
    margin:0px 0px 50px 100px;
    phot:center;
}  


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