
body {
width: 800px;
height: 600px;
padding:0px;
margin:0px;
font-size : 13pt ;
}
a,a:visited,a:hover,a:active {
color: #000000;
}
a{
 display : block ;
 margin : 10px;
}
#all{ 
 position: absolute;
 top : 80px ;
 left : 50% ;
 width: 600px;
 margin-left: -300px;
} 
#allTitle{
 font-size : 20pt ;
 text-align:center ;
 font-weight:bold ;
 width = 100% ;
 background-color: #FFF; 
}
#searchTitle{
/* padding-top: 20px;*/
 /* padding-top: 30px; */
 position : absolute ;/* 2017.03.03 nakamura add */
 top : 55px;/* 2017.03.03 nakamura add */
}
#title1st{
 position : absolute ;
 text-align:center ;
 left : 0px;
 width : 299px;/* 2017.03.03 nakamura add */
/* background: #b0e0e6 ;*/
 background-image : url(images/tab.gif);
 background-repeat : no-repeat;
 height : 35px;/* 2017.03.03 nakamura add */
}
#title2nd{
 position : absolute ;
 text-align:center ;
 left : 300px; /* 2017.03.03 nakamura mod */
 width : 299px;/* 2017.03.03 nakamura add */
/* background: #f0f8ff ;*/
 background-image : url(images/tab_non.gif);/* 2017.03.03 nakamura add */
 background-repeat : no-repeat;
 height : 35px;/* 2017.03.03 nakamura add */
}
#title1stbody{
 text-align:center ;
 font-weight : bold ;
 text-decoration : none ;
 height : 15px;
}
#title2ndbody{
 text-align:center ;
 font-weight : bold ;
 text-decoration : none ;
 /*color : #C0C0C0 ;   20090330 hide*/
 height : 15px;
}
#searchBody{
 position : absolute ;
 top : 88px ;
 left : 0px ;
 width : 597px ;
 border-style: solid;
 border-width: 1px;
 border-color: #8EA8FF;
/* background: #b0e0e6;*/
 background: #E3EAFF;
}
#body1st{
 margin : 10px;
}
#body2nd{
 display : none;
 margin : 10px;
}
#keywordCondition{
 display : block ;
}
#kewordButton{
 margin-left : 20px ;
 font-size : 15px ;
}

#keyword{
 width: 15em;
 height: 1.5em;
 margin-top : 5px ;
 margin-bottom : 5px ;
}
#linkEnd{
 display : block ;
 padding-top : 5px ;
 float : right ;
 height : 25px ;
 width : 70px;
 text-align : center ;
 text-decoration : none; 
 font-weight : bold ;
 background: #4682b4;
 color : #Fff;
}
#keywordTable{
 width : 95% ;
 margin-top : 10px ;
/* border-top : 3px #66cdaa ridge ;
 border-right : 3px #66cdaa ridge ;*/
 border-top : 1px #D3D3D3 ridge ;
 border-right : 1px #D3D3D3 ridge ;
 background: #ffffff;
}
#indexCategory{
 width : 567px ;
 border : 1px #D3D3D3 ridge;
 background: #ffffff;
}
#tableCatalog{
 width : 95% ;
 margin-top : 10px ;
/* border-top : 3px #66cdaa ridge ;
 border-right : 3px #66cdaa ridge ;*/
 border-top : 1px #D3D3D3 ridge ;
 border-right : 1px #D3D3D3 ridge ;
 background: #ffffff;
}
#tableCatalog td{
 vertical-align : middle ;
}
.linkedString{
 display : inline ;
 text-decoration : underline ;
 text-align : left ;
/* text-align : right ;*/
 color : #000080 ;
/* cursor : default;*/
 cursor : hand ;
}
.nonLinkedString{
 display : inline ;
 text-decoration : none ;
 text-align : left ;
/* text-align : right ;*/
 color : #000080 ;
 cursor : default;
}
.cellLeft{
/* border-left : 3px #66cdaa ridge ;
 border-bottom : 3px #66cdaa ridge ;*/
 border-left : 1px #D3D3D3 ridge ;
 border-bottom : 1px #D3D3D3 ridge ;
 text-align : left;
}
.cellLeftBtn{
/* border-bottom : 3px #66cdaa ridge ;*/
 border-bottom : 1px #D3D3D3 ridge ;
 text-align : right;
}
.cellAnchor{
/* border-left : 3px #66cdaa ridge ;
 border-bottom : 3px #66cdaa ridge ;*/
 border-left : 1px #D3D3D3 ridge ;
 border-bottom : 1px #D3D3D3 ridge ;
 text-align : right;
}
.cellAnchorLink{
/* border-left : 3px #66cdaa ridge ;
 border-bottom : 3px #66cdaa ridge ;*/
 border-left : 1px #D3D3D3 ridge ;
 border-bottom : 1px #D3D3D3 ridge ;

}
.cellAnchorToTop{
/* border-bottom : 3px #66cdaa ridge ;*/
 border-bottom : 1px #D3D3D3 ridge ;
 text-align : right;
}
/*Add---*/
.NeiGO{
 padding:0px;
 margin: 0px;
 text-align: center; 
 width: 24px;
 font-size: 9pt ;
 font-weight : bold ;
/* color : #ffffff ;*/
/* background-color: #0000ff; */
 background-color: #ffffff;
 background-image: url(images/arrow.gif);
 height: 20px;
}
/*Add---*/
#previousRank{
 display : none ;
}
#nextRank{
 display : none ;
}
