@charset "UTF-8";
/* CSS Document */
#page_title2{
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #999999;
}
#bread {
	font-size:10px;
	clear:both
}


/*建築家プロフィール*/
.prof{
	position:relative;
}

div.prof_left {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}
div.prof_right {
	position:absolute;
	top:-20px;
	right:-10px;
	background-image:url(../../img/prof_back.gif);
	background-repeat: no-repeat;
	width:288px;
	height:115px;
	padding:40px 30px 40px 10px;
	margin: 20px 0px 0px;
}
div.prof_rl{
	display: inline;
	float:left ; 
	width:100px ;
}
div.prof_rr{
	display: inline;
	float: right; 
	width: 188px; 
	font-size: 9px; 
	color:#449999;
	line-height:15px
}

#profTxt{
	position:relative;
	padding:0 10px;
}

#profTxt h2{
	font-family:'ＭＳ Ｐ明朝', '細明朝体', 'ヒラギノ明朝 Pro W3';
	font-size:16px;
	font-weight:bold;
	margin: 10px 0px 20px;
}

#profTxt #leftTxt{
	width:290px;
	font-size:1.2em;
}

#profTxt #rightTxt{
	position:absolute;
	top:-10px;
	right:10px;
	width:290px;
	font-size:1.2em;
}



/*会社概要*/
#company_prof{
	font-size:1.2em;
}
div.tbl_th{
	width:400px ; 
	margin:20px 0 5px;
	padding-left:5px;
	font-weight:bold ; 
	background-color:#99bbbb; 
	clear:left ;
}
div.tbl_th2{
	width:500px;
	margin:20px 0 5px;
	font-weight:bold;
	clear:left;
	font-size: 13px;
}
span.tbl_th{
	color:#FFFFFF
}
div.tbl_label{
	width:60px ; 
	margin-bottom: 15px;
	float:left ; 
	display: inline;
}
div.tbl_text{
	width:400px ; 
	float:left ; 
	display: inline;
}

div.tbl_td{
	clear:left;
	width:500px;
	margin-bottom: 15px;
}


/*リクルート*/
#recruite{
	font-size:1.2em;
}
td.label{
	background-color: #cceeee;
	vertical-align: top;
	padding: 3px;
	width: 70px;
	margin:0;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
td.top{
	border-top: 1px solid #000000;
}
td.text{
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	width: 400px;
	margin:0;;
}




