/*index.htmのフレーム用*/
frameset.frame{
 framespacing:0;
 border:0px none;
 frameborder:0
}


/*ボトムフレーム用TABLEとセルの設定*/
.bottomstd{
width:800;
color:black;
border:none;
border-collapse: collapse;
}

.tdBot{
text-align:center;
background-color:#E0FFFF;
}

/*TOPフレーム用のTABLE*/
.topTable{
width:800;
background-color: #000066;

}


/*bodyタグ用*/
body{
margin-top:0;
margin-left:0;
color: black;
font-style:normal; 
font-weight:normal;
font-family: "ＭＳ Ｐゴシック", "Osaka"; 

text-decoration:none; 
text-align:left; 
vertical-align:top; 

}

td{
font-size:80%;
}

/*MAINフレームのメニューバーDIV用*/
.menubar{
width:578;
color:white;
text-align:left;
border-width: 0;
background-color:#6495ED;
padding: 5pt 10pt
}


/*枠なしTABLEの設定と3つのセルの設定 主にTOPページとニュースリリース用*/
.std{
width:578;
color:black;
border:none;
border-collapse: collapse;
}

.cell1{
padding: 3pt;
width:5%;
height :auto;

}

.cell2{
padding: 3pt;
width:15%;
height :auto;
font-weight:bold; 
}

.cell3{
padding: 3pt;
width:80%;
height :auto;
}


/*サイトマップ用のTABLEとCell*/
.mapTable{
 width:578;
 border-collapse: separate;
 border-width:3px;
 border-color: #FFFFFF;
}

.mapCell{
padding: 5pt;
width:200;
font-weight:bold; 
}

/*全般的に使用するセルの設定*/
.Msgcell{
padding: 10pt;
}

.space{
padding: 0pt;
}


/*通常リンク*/
a:link{
color:#0000FF;
text-decoration:none; 
}

a:visited{
color:#0000FF;
text-decoration:none; 
}

a:hover{
color:#0000CD;
text-decoration:underline; 
}

a:active{
text-decoration:underline; 
}

/*メニューのリンク*/
a.menu:link{
color:#191970;
text-decoration:none; 
}

a.menu:visited{
color:#000000;
text-decoration:none; 
}

a.menu:hover{
color:#0000CD;
background-color:white;
text-decoration:underline; 
}

a.menu:active{
color:red;
background-color:white;
text-decoration:underline; 
}

.img_b { border-color:#0000ff;　border-style:solid;}