@charset   "Shift_JIS";
/*--------------------H2のタイトル--------------------*/
 table#con_right_table h2{
  background-image : url(../img/ic_emp_01.gif);
  background-repeat : no-repeat;
  background-position : left bottom;
}
/*======================================
　　scroll
=======================================*/
#scroll{
  overflow : auto;
  height : 110px;
  scrollbar-darkshadow-color: #61331f;
  scrollbar-face-color: #ffffff;
  scrollbar-3dlight-color: #cccccc;
  scrollbar-highlight-color: white;
  scrollbar-arrow-color: #b59c7c;
  scrollbar-shadow-color: #c0c0c0;
  scrollbar-base-color: #dfdfdf;
  scrollbar-track-color: white;
  margin-bottom : 13px;
}
#scroll_table td{
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: gray;
	vertical-align: top;
	background-image : url(../img/ic_sikaku01.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 20px;
  font-size : 12px;
}
#scroll_table{
  margin-left : 5px;
  margin-right : 0px;
  width : 550px;
}
#scroll_table td a {
	text-decoration: underline;
}
