/* CSS Document */

body{
 width:100%;
 height:100%;
 margin:0px;
 background-color:#ffffff;
 background-image:none;
/* background-attachment:no-repeat;*/
 font-size:14px;
 font-family:Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
 line-height:140%;
 }
/*画像に線をつけない*/
IMG{
 border:none;
 }
/*リンク*/
A:link{
 border:0px;
 color:#666666;
 text-decoration:none;
 }
A:visited{
 border:0px;
 color:#666666;
 text-decoration:none;
 }
A:alink{
 border:0px;
 color:#666666;
 text-decoration:none;
 }
A:vlink{
 border:0px;
 color:#666666;
 text-decoration:none;
 }


A:hover{
 color:#669966;
/* background:#669966;*/
 text-decoration:none;
 }

/*わく*/

TABLE#cage{
 width:600px;
/* height:950px;*/
 margin:0px;
 padding:0px;
 border:0px solid #339966;
 top:0%;
 bottom:0%;
 margin-top:0;
 margin-bottom:0px;
 }
TD#td_left{
 height:100%;
}

TD#td_right{
 height:100%;
}


/*メインブロック*/
DIV#main{
 width:600px;
/* height:950px;*/
 background-image:none;
 top:0%;
 margin-top:0;
 margin-bottom:0px; 
 bottom:0;
 padding-bottom:50px;
 float:none;
 border:0px solid #3333FF;
 }
/*強引なやりよう*/
DIV#main2{
 width:600px;
/* height:950px;*/
 background-repeat:no-repeat;
/* position:absolute;*/
 top:0%;
 margin-top:0;
 border:0px solid #CC0099;
 background-image:none;
 }
 
DIV#main_left{
 display:none;
 width:15px;
 height:100%;
 background-color:#ffffff;
 background-image:none;
 margin:0px;
 float:left;
 text-align:right;
 }
DIV#main_right{
 display:none;
 width:15px;
 height:100%;
 background-color:#ffffff;
 background-image:none;
 margin:0px;
 float:right;
 text-align:left;
 }


/*左ブロック*/
DIV#left{
 display:inline;
 width:575px;/*  */
 height:100%;
 padding:0px;
 margin-top:0px;
 margin-right:0px;
 margin-bottom:0px;
 margin-left:20px;
 border:0px solid;
 text-align:left;
 float:left;
 }

/*右ブロック*/
DIV#right{
 display:none;
}


/*左ブロック要素*/
/*左ブロック要素*/
/*左上極少バナー*/
.mini_link{
 border:0;
 border-collapse:separate;
 }

.mini_banner{
 border:0;
 width:93px;
 height:18px;
 margin:0;
 padding:0;
}
/*お問い合わせ*/
.access_banner_a{
 background-image:url(../img/access_en.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
A:hover.access_banner_a{
 background-image:url(../img/access_en_2.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
 /*サイトマップ*/
.sitemap_banner_a{
 background-image:url(../img/sitemap_en.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
A:hover.sitemap_banner_a{
 background-image:url(../img/sitemap_en_2.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
 /*English*/
.english_banner_a{
 background-image:url(../img/english_en.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
A:hover.english_banner_a{
 background-image:url(../img/english_en_2.gif);
 background-position:bottom;
 background-repeat:no-repeat;
 margin:0;
 padding:0;
 border:0;
 width:93px;
 height:18px;
 }
/*ダミー*/
.access_banner_t{}
.sitemap_banner_t{}
.english_banner_t{}


/*タイトルバナー*/
.title_banner{
 border:0px;
 width:587px;
 height:100px;
 }

/*トピック部分背景*/
DIV#topic{
 background:url(../../img/topic_bg.gif) repeat;
 width:568px;/*padding含め588*/
 padding:10px 10px 10px 1.5em;/*上右下左*/
 }
 
/*トピック・リスト*/
UL.topic{
 margin-left:0em;
 margin-top:10px;
 margin-bottom:5px;
}
LI.topic_sankaku{
 list-style:none;
 background:url(../../img/sankaku01.gif) no-repeat left;
 text-indent:1em;
 }

/*事業部門の小リンク用*/
DIV.kolink{
 margin-left:1em;
 margin-top:10px;
 margin-bottom:5px;
}
SPAN.topic_sankaku{
 background:url(../../img/sankaku01.gif) no-repeat left;
 text-indent:0em;
 }
/*アイコン見出し・総務*/
SPAN#icon_00{
 margin-left:-1em;
 padding-left:40px;
 background:url(../../img/bar_00.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*見出し*/
.bar_00{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_00.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*アイコン見出し・催事推進*/
SPAN#icon_01{
 margin-left:-1em;
 padding-left:30px;
 background:url(../../img/icon_01_kanji.gif) no-repeat left;
 text-indent:0.5em;
 font-size:larger;
 }
/*見出し・館事*/
.bar_01{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_01_kanji.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*アイコン見出し・催事推進*/
SPAN#icon_02{
 margin-left:-1em;
 padding-left:30px;
 background:url(../../img/icon_02_josys.gif) no-repeat left;
 text-indent:0.5em;
 font-size:larger;
 }
/*見出し・情シス*/
.bar_02{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_02_josys.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*アイコン見出し・催事推進*/
SPAN#icon_03{
 margin-left:-1em;
 padding-left:30px;
 background:url(../../img/icon_03_sinko.gif) no-repeat left;
 text-indent:0.5em;
 font-size:larger;
 }
/*見出し・振興事業*/
.bar_03{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_03_sinko.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*アイコン見出し・催事推進*/
SPAN#icon_04{
 margin-left:-1em;
 padding-left:30px;
 background:url(../../img/icon_04_koukuu.gif) no-repeat left;
 text-indent:0.5em;
 font-size:larger;
 }
/*見出し・航空記念*/
.bar_04{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_04_koukuu.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }
/*アイコン見出し・催事推進*/
SPAN#icon_05{
 margin-left:-1em;
 padding-left:30px;
 background:url(../../img/icon_05_saiji.gif) no-repeat left;
 text-indent:0.5em;
 font-size:larger;
 }
/*見出し・催事推進*/
.bar_05{
 margin-left:-1.5em;
 padding-left:40px;
 background:url(../../img/bar_05_saiji.gif) no-repeat left;
 text-indent:0em;
 font-size:larger;
 }

/*小見出し*/
IMG.komidasi{
 width:597px;
 margin-left:0px;
 margin-top:20px;
 margin-bottom:20px;
 margin-right:0px;
 border:0px;
 }
/*左フロート*/
.float_left{
 float:left;
 margin:10px;
 }
/*有馬会長挨拶*/
.arima{
 float:right;
 text-align:right;
 }

/*メインメニュー　テーブル*/
TABLE#main_t{
 width:588px;
 background-color:#FFFFFF;
 margin-top:30px;
 border-collapse:collapse;
 }
/*コンテンツ部*/
P.content{
 line-height:140%;
 }
/*個人情報ナンバリング*/
UL.num{
 list-style:decimal;
 }
/*センター*/
.Pcenter{
 }
/*左詰*/
.Pleft{
 padding-left:15px;
 text-align:left;
 }/*左詰*/
.Pleft00{
 text-align:left;
 }
/*右詰*/
.Pright{
 text-align:right:
 }


/* フッタ*/
DIV.foot{
 width:900px;
 bottom:0%;
 margin-top:50px;
 margin-bottom:50px;
 }
/* Pマーク*/
DIV.pm{
 display:none;
 }
DIV.pm IMG{
 float:left;
 vertical-align:middle;
 border:0px;
 margin-right:10px;
 }
TD.rights{
 text-align:left;
 font-size:smaller;
}

/*右ブロック要素*/
/*リンク*/
TABLE.cont_r{
 display:none;
 }
TD.cont_r{
 display:none;
 }
TD.cont_r2{
 display:none;
 }

/*部バナー透過ダミー*/
img.dummy1{
 border:none;
 width:200px;
 height:40px;
 }
/*広報誌・リンク透過ダミー*/
img.dummy2{
 border:none;
 width:200px;
 height:23px;
 }
/*メルマガ透過ダミー*/
img.dummy3{
 border:none;
 width:200px;
 height:56px;
 }

/*科学館事業部*/
#i01_kanji{
 display:none;
}
#i01_kanji:hover{
 display:none;
}
/*情報システム開発部*/
#i02_josys{
 display:none;
}
#i02_josys:hover{
 display:none;
}
/*振興事業部*/
#i03_sinko{
 display:none;
}
#i03_sinko:hover{
 display:none;
}
/*航空記念館運営部*/
#i04_koukuu{
 display:none;
}
TD#i04_koukuu:hover{
 display:none;
}
/*催事推進部*/
#i05_saiji{
 display:none;
}
#i05_saiji:hover{
 display:none;
}
/*広報誌*/
#i06_koho{
 display:none;
}
#i06_koho:hover{
 display:none;
}
/*関連団体・リンク*/
TD#i07_link{
 display:none;
}
#i07_link:hover{
 display:none;
}
/*メールマガジン*/
#i08_mm{
 display:none;
}
#i08_mm{
 display:none;
}

SPAN.eng{
 font-size:x-small;
 color:#999999;
 }

/*催事。会議室表*/
TABLE.list_parent{
 border-collapse:separate;
 border:none;
}

TABLE.list_parent TD{
 border:none;
}

TABLE.list{
 border:1px #666666 solid;
 border-collapse:collapse;
 }

TABLE.list TD{
 border:none;
 padding:0px;
 text-align:left;
 font-size:smaller;
 }

.line_box{
 border:1px solid #666666;
 }

/*館事業部のテーブル・ボーダーつき*/
TABLE.kanji_table{
 border:1px solid #333333;
 border-collapse:collapse;
 vertical-align:top;
 margin-left:20px;
 }
TABLE.kanji_table TD{
 border:1px solid #333333;
 vertical-align:top;
 }
 /*上下のボーダーなし*/
TABLE.kanji_table TD.TD_0{
 border-top:none;
 border-right:1px solid;
 border-bottom:none;
 border-left:1px solid;
 vertical-align:top;
 }

/*情シスページの下のテーブル*/
TABLE.josystable{
 background-color:#FFFFFF;
 padding:3px;
 top:0;
 }
 
TABLE.josystable TD{
 vertical-align:top;
 }

.josys_top{
 color:#FFFFFF;
 border-left:#ffffff 3px solid;
 width:100%;
 margin:2px;
 padding:2px;
 }
.josys1{
 border-bottom:#999999 1px dashed;
 margin:0px;
 padding:1px;
 }
.josys2{
 border-bottom:#999999 1px dashed;
 border-left:#66cc00 3px solid;
 width:100%;
 margin:2px;
 padding:2px;
 }


/*.i01_kanji{*/
/* background:url(../img/01_kanji.gif) no-repeat #33CC99;*/
/* }*/
