@charset "utf-8";

/*
---------------------------------------------------------------------
    2.0  main
---------------------------------------------------------------------
*/
#mainimg {
	width:100%;
	height:210px;
	padding: 20px 0;
	/*
	border-bottom: solid 8px #B8D2E5;*/
}
#mainimg #mainimg-inner {
	margin:0 auto; padding:0 auto;
	width: 980px;
}
/*
----------------------------------------------------------------------
	4.0 #contents
----------------------------------------------------------------------
*/


/*
取扱業務
---------------------------------------------*/

.service_cat { margin-bottom:20px;}
.service_cat .box {
	float:left;
	border: solid 1px #CCC;
	padding: 9px;
	background: #FFF url(../images/pages/top/service_cat_bg.png) repeat-x;
	
	width: 340px;
	height: 84px;
	position:relative;
}
.service_cat .box a {
	font-size: 15px; text-decoration:underline; color:#267CB6; 
}

.service_cat .box .thumb {
	position:absolute;
	top: 10px; left: 10px;
	width: 84px;
}
.service_cat .box .txt {
	position:absolute;
	top: 10px;
	left: 116px;
	text-decoration:underline;
}
.service_cat .box .txt:hover {
	color:#936; 
}





/*
略歴
---------------------------------------------*/

.frm_001 .box_history { padding:20px;}
.frm_001 .box_history .box { float:left; }
.frm_001 .box_history .type_001 {
	width:70%;
}
.frm_001 .box_history .type_002 {
	width:30%;
}
