

/*****************************************

	index

****************************************/



#index_flash {

  margin-top       : 0px;

  margin-bottom    : 20px;

  width            : 750px;

  height           : 260px;

  text-align       : center;

  /*

  background-image : url(../img/index_flash.jpg);

  background-repeat : no-repeat;

  background-position : center; 

  */

}



.index_info_label {

  color            : #44392B;

  font-size        : 13px;

  padding-top      : 7px;

  font-weight      : bold;

}



ul.index_info_list { 

  list-style:none;

  padding:0;

  margin:0;

}



ul.index_info_list li { 

  color            : #4D4D4D;

  font-size        : 13px;

  background-image : url(../img/list_head_1.gif);

  background-repeat : no-repeat;

  list-style-type  : none;

  background-position : left 3px;

  padding-left     : 10px;

  margin           : 1px 0px 1px 0px;

  line-height      : 120%;

  text-align       : left;

}



.index_info_list a:link {

  text-decoration  : none;

  color            : #4D4D4D;

}



.index_info_list a:visited {

  text-decoration  : none;

  color            : #4D4D4D;

}



.index_info_list a:hover {

  text-decoration  : underline;

  color            : #ff0000;

}