@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 30px;
    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#left {
    width:200px;
    margin:-30px 200px 00px 0px;
    float:left;　　　　　　　　　　　　　　　　　　　　/*位置調整*/
}

p2 {
   width:200px;
   margin:50px 0px 20px 00px;
   text-indent:2em;
}

.infoimg4_left {
    width:200px; height:120px;
    margin:60px 0px 00px 00px;
    float:left;
}
.infoimg5_left {
    width:200px; height:110px;
    margin:0px 0px 00px 00px;
    float:left;
}
.infoimg6_left {
    width:200px; height:130px;
    margin:0px 0px 00px 00px;
    float:left;
}
.infoimg7_left {
    width:200px; height:150px;
    margin:0px 0px 0px 00px;
    float:left;
}
.infoimg8_left {
    width:200px; height:150px;
    margin: 0px 0px 0px 00px;
    float:left;
}
h5 {
    width:250px;
    margin:0px 0px 0px -30px;
    font-size:8px;
    float:left;
}

/*========================================
インフォメーション（右カラム）
========================================*/
h3 {
    width:490px; height:10px;
    padding:5px 0px 10px 10px;
    margin: -630px 00px 00px 0px;
    font-size:11px;
    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:940px;
    float:left;
    padding:10px 20px 0px 0px;
    margin: -100px 00px 0px 250px;
    float:left;　　　　　　　　　　　　　　　　　　　　/*位置調整*/
}
div#submenu ul li a:before {
    content: url("images/icon_submenu.png");
    margin:0px 10px 0px 0px;
    vertical-align:text-top;
}
h6 {
    width:450px;
    margin:　0px 0px 10px 0px;
    font-size:12px;
    color:#3333FF;
}

p {
   width:460px;
   margin:0px;
   font-size:10px;
   text-indent:1em;
}
hr {
    clear:both;
    width:500px;
    magin:10px 0px;
    border:1px dotted #000000;
}
tr {
    padding:0px 0px 0px 0px;
    font-size:10px;
} 

a {
    padding:0px 0px 0px 5px;
    margin:　0px 0px 10px 0px;
    font-size:10px;
    color:#000066;
} 
 
/*========================================
ヘッダ画像
========================================*/
#img_index {
    width:200px; height:200px;
    margin:50px 0px 0px 00px;
    phot:center;
}  


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