/* Cursor for items list */
UL.toc {
margin: 0 0 0 1em;padding: 0;
}
/* The image for the items list is set. NN4 cannot be read. */
UL.toc LI.open {
  list-style-image:url(../image/btn_open.gif);
  margin-top : 3px;
  top : 3px;
  cursor:pointer;
}
/* The image for the items list is set. NN4 cannot be read. */
UL.toc LI.closed {
  list-style-image:url(../image/btn_close.gif);
}
UL.toc UL LI {
  list-style-image: none;
  list-style: none;
  cursor:default;
  font-size:10.5pt;
}
/* The child element is displayed in default */
UL.toc UL {
  display:block;
}
/* For class that displays child element */
UL.toc UL.expanded {
margin: 0 0 0 1em;padding: 0;
  display:block;
}
/* For class that doesn't display child element */
UL.toc UL.hidden {
  display:none;
}
A:LINK{
  font-weight : bold;
  color : black;
}
A:VISITED{
  font-weight : bold;
  color : #6f6fb7;
}
A:HOVER{
  color : #c68c8c;
}
A:ACTIVE{
  color : #c68c8c;
}

/*パーツリストタイトル*/
#layer3{
  //cursor:pointer;
  width : 720px;
  height : 24px;
  top : 5px;	//■表示位置
  left : 5px;
  position : absolute;
  font-weight : bold;
  color : white;
  background-color : #008c3c;
  border-top-style : none;
  border-left-style : none;
  border-right-style : none;
  border-bottom-style : none;
  line-height : 1.5;
  padding-top : 3px;
  padding-left : 3px;
  padding-right : 3px;
  padding-bottom : 3px;
  line-height: 1.2em;
  font-size : 110%;
}
/*注意事項*/
#layer2{
  width : 720px;
  top : 50px;	//■表示位置
  left : 5px;
  position : absolute;
  line-height: 1.2em;
  font-size : 90%;
}

/*パーツリストデータ表示箇所*/
#layer1{
  width : 720px;
  top : 190px;	//■表示位置
  left : 5px;
  position : absolute;
/*  zindex  : 5 ; */
  margin-left : 0px;
  margin-top : 2px;
  font-weight : normal;
  text-align : left;
  padding-top : 5px;
  font-size : 95%;
  line-height: 1.2em;
  background-color : #eeeeee;
}
/* NetscapeNavigator 4.0 Method of displaying outline */
/* UL.toc UL--The style of substitution is defined.  */
/*         contextual(classes.toc.UL, tags.UL).display = "block"; */
/* contextual(document.classes.toc.UL,document.classes.expanded.UL).display = "block"; */
