@charset "UTF-8";

/* 産総研トップページ style.css

------------------------
ver.2012/3/01/
------------------------

1:レイアウト

----------------------------------------------------------*/


/*1:レイアウト
==========================================================*/

.topic_area h2 {
	background: url(ti_topics.gif) no-repeat 0 0;
	height:0;
	padding: 60px 0 0 0;
	overflow:hidden;
}

.topic_area img {
}



.new_area h2 {
	background: url(ti_new.gif) no-repeat 0 0;
	height:0;
	padding: 60px 0 0 0;
	overflow:hidden;
}


.section table,
.section th,
.section td {
	border-collapse:collapse;
}

.section th,
.section td {
	border:#ebd6bc solid 1px;
	text-align:left;
	min-width:30px;
	padding: 5px;
	color: #333333;
}

.section th {
	background-color:#f7e1c6;
}


.tbl .on {
	background-color:#fff4e6;
}
.tbl .off {
   background-color: #fff;
}



.section .box {
	margin: 0px 20px 10px 20px;
	padding: 0 0 10px 0;
/*	border-bottom:#ccc dotted 1px;*/
	
	overflow: hidden; /*floatの解除、ここがポイント*/
	position: relative; /*DWで正常にプレビューできるようになります。*/
	zoom:1; /*IE6でレイアウト崩れを防ぐためのものです。*/
}
