
.common_table table, .common_table tr, .common_table th, .common_table td {
	margin: 0;
	padding:0;
	border-spacing: 0;
	border-collapse: collapse;
	line-height:1.5;
}

/* BODY */

.common_table tbody tr td {
	background: #c4c9ce url(/img/common/table_img/bg_cell.gif) no-repeat left top;
}

.common_table tbody tr th, .common_table tbody tr td {
	padding: 0.3em;
	border-left: 1px solid #B9BDA9;
	border-top: 1px solid #B9BDA9;
	background: #F2F3EF url(/img/common/table_img/bg_cell.gif) no-repeat left top;
}

.common_table table{
	border-right: 1px solid #B9BDA9;
	border-bottom: 1px solid #B9BDA9;
}

.common_table tbody tr th {
	padding-right: 0.5em;
	font-weight: bold;
	text-align:left;
	background: #D9DEBB url(/img/common/table_img/bg_cell.gif) no-repeat left top;
	padding-top: 0.5em;	
}

.common_table .subnead
 {
	
	background: #deeaae;
	padding-top: 0.5em;	
}

.common_table .darkgray
 {
	
	background: #98B1BF;
	padding-top: 0.5em;	
}
.common_table .gray
 {
	
	background: #eeeeee;
	padding-top: 0.5em;	
}
.common_table .blue
 {
	
	background: #B7D6E7;
	padding-top: 0.5em;	
}


.common_table .lightblue
 {
	
	background: #D7EFF5;
	padding-top: 0.5em;	
}

.common_table .white
 {
	
	background: #ffffff;
	padding-top: 0.5em;	
}



/* レギュラースタイルのテーブル 1 (線が表示されないバージョン) */
table.normal tr td,table.normal tr th{
margin:0px;
padding:0px;
border:none;
background-image:none;
}

/* レギュラースタイルのテーブル 2 (線が通常とおり表示されるバージョン) */

table.standard_table{
margin: 0;
padding: 0;
border-left:1px solid #666666;
border-bottom:1px solid #666666;
border-collapse:collapse;
}

table.standard_table th{
border-right:1px solid #666666;
border-top:1px solid #666666;
text-align:left;
font-weight:normal;
}

table.standard_table td{
border-right:1px solid #666666;
border-top:1px solid #666666;
text-align:center;
}


/* レギュラースタイルのテーブル 3 (背景色変更可バージョン) */
table.normalcolor tr td,table.normal tr th{
margin:0px;
padding:0px;
border:none;
}


/* ニュースで使用されているブルーのテーブル */
#column_gray table {
  border-collapse: collapse;
  border: 1px solid #a1a5a9;
  color: #333;
  background: #FFFFFF;
  }
#column_gray td.cols {
	padding: 1.7em 1em 1em;
	border-right: 1px dashed #a1a5a9;
	border-bottom: 1px solid  #a1a5a9;
	border-left: 1px solid  #a1a5a9;
	width: 70px;
  }
#column_gray td {
	padding: 1.5em;
	border-right: 1px solid  #a1a5a9;
	border-bottom: 1px solid  #a1a5a9;
  }
 #column_gray th  {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #444;
	background: #edf3fe;
	padding: 0.7em;	
  }


#column_gray tbody th, #column_gray tbody td {
  text-align: left;
  }
/* ニュースで使用されているブルーのテーブルの中に入れ子になってるテーブルの制御 */
#column_gray td .c-table td{
margin:0px;
padding:5px;
border:1px solid #666666;
border-collapse:collapse;
}

/* http://home.isle.ne.jp/n_common/css/n_common.cssの影響回避 */
 div.n_main table tr td {
 line-height:1.5;
}

div.n_main table table tr th, div.n_main table table tr td {
line-height:1.5;
}

.font-large16 {
font-size:16px;
font-weight:bold;
line-height:150%;}
