@charset "UTF-8";

@import url("../style.css");

/* ----------------------------------------
	ページ全体
   ---------------------------------------- */

  .imgText {
  	margin:6px;
  	vertical-align:middle;
  }

  table.CSStable{
  	border:solid 1px #999999;
  	border-collapse:collapse;
  	line-height:130%;
  	font-size:100%;
  }
  
  table.CSStable thead{
  	background:#f5f5f5;
  }
  
  table.CSStable thead th{
  	border:solid 1px #999999;
  }
  
  table.CSStable td {
  	border:solid 1px #999999;
  	padding:3px;
  }
  
   

