/* CSS Document */

.bordertype01 {
border: solid 1px;
padding:3px;
font-weight:bold;
}

/*list -------------------------*/

.refoerence_list {
 list-style:none;
 font-size:smaller;
 color:#666666;
 line-height:130%;
 margin-left:10px;
  }
 
  
.refoerence_list2 {
 list-style:decimal;
 font-size:smaller;
 color:#666666;
 line-height:130%;
 margin-left:30px;
  }
  
/*margin -------------------------*/

.margin001 {
 margin-left:50px;
 }
