@charset "utf-8";

/*
======== table of content. =================================

File name: css/labo.css
Summary: [総合研究所]用CSSファイル

============================================================
*/

/*-------------------------------------
SECTION
---------------------------------------*/
#mainLeft div.section p.text{
	margin:20px 0 0 0;
}
#mainLeft div.section dl{
	width:710px;
	margin:20px 0 0 0;
	padding:10px;
	overflow:hidden;
	border:1px solid #CCC;
	background:#FFF;
}
#mainLeft div.section dl dt{
	float:left;
	padding:0 0 0 10px;
}
#mainLeft div.section dl dd{
	float:right;
	padding:0 10px 0 0;
}
