@charset "shift_jis";

/*flash*/
.flash{
	margin:0px 0 1px 0;
	width:850px;
}

/*レイアウト*/
#top_contents{
	margin:10 0 10px 0;
	width:850px;
}

#top_contents_l{
	margin:0;
	width:200px;
	float:left;	
}

#top_contents_c{
	margin:0 0 0 10px;
	width:410px;
	float:left;	
}

#top_contents_r{
	margin:0 0 0 10px;
	width:220px;
	float:left;	
}


/*更新システム*/
.top_cms{
	margin-bottom:15px;
	padding:5px;
	background:#F7F7F7;
}

.top_btn{
	padding-bottom:20px;
	clear:both;
}

/*検査項目検索*/
.db_cp{
	margin-bottom:5px;
	font-size:13px;
	line-height:130%;
	color:#303030;
}

.db{
	margin:0px;
	width:210px;
}

.search_btn{
	margin:0;
	padding:0;
	width:50px;
	height:18px;
	border:1px solid #CCCCCC;
	background-color:#F7F7F7;
}

/*検査項目*/
.top_inspe_area{
	padding:10px 0 7px 0;
	width:380px;
	background:url(../r_img/top_img/frame_bg.gif);
}

ul#top_inspe{
	width:175px;
	margin:0;
	padding:0;
}

#top_inspe li {
	margin:0;
	padding:0;
	list-style:none;
	background: url(../r_img/top_img/inspe_bg.gif) no-repeat;
	margin:0 0 3px 0;
}

#top_inspe li a {
	display: block;
	width: 175px;
	height: 25px;
	font-size: 13px;
	color: #00A651;
	text-decoration:none;
	text-indent:15px;
	line-height:2em;
}

#top_inspe li a:hover {
	color:#037B3E;
}

/*--調査コンサル--*/

#top_research{
	margin:0;
	padding:10px 0 0 0;
	width:380px;
	background:url(../r_img/top_img/frame_bg.gif);
}

#top_research ul{
	width:360px;
	margin:0 0 0 10px;
	padding:0;
}

#top_research li {
	list-style:none;
	background: url(../r_img/top_img/research_bg.gif) no-repeat;
	margin:0 0 3px 0;
}

#top_research li a {
	display: block;
	width: 360px;
	height: 25px;
	font-size: 13px;
	color: #00A651;
	text-decoration:none;
	text-indent:15px;
	line-height:2em;
}

#top_research li a:hover {
	color:#037B3E;
}



