@charset "utf-8";

/*===========================================
   topics
=============================================*/


/*===========================================
  page name
=============================================*/

/* block name
-------------------------------------------*/	
/* table
-------------------------------------------*/
table{
 border-collapse: collapse;
 border: 1px solid #CCC;
 width:100%;
 margin:10px 0;
}
 table tr{
 border-bottom: 1px solid #CCC;
}
table th, table td{
 padding:10px 0;
 border-left: 1px solid #CCC;
 line-height:1.5em;
 font-size:0.8em;
}

table th{
 text-align:center;
}


table thead th{
 background:#def2ff;
}
table tbody th{
 background:#f1f9ff;
}

table td{
	background: #fff;
	text-align:left;
	padding-left:10px;
}

table strong {
 font-weight:bold;
 color:#CC0000;
}
	
/*===========================================
  page name
=============================================*/

	/* block name
-------------------------------------------*/	
	
