/**
 * e-sohko.com
 * /css/logi_company/search_index.css
 * @version 
 */

@import "../global.css";
@import "../layout_left.css";
@import "../search.css";


#layout_main {
	width: 730px;
}

h1 {
	width: 730px;
	height: 54px;
	background: url(../../images/logi_company/company_head.gif) no-repeat;
	text-indent: -9999px;
}

#layout_main h2 {
	margin-bottom: 1em;
	padding: 0.2em 0 0.2em 20px;
	border-bottom: 2px solid #B0B7C2;
	background: url(../../images/global/allow_contenthead.gif) left center no-repeat;
	font-size: 95%;
	color: #333B46;
}


.search_console {
	margin-bottom: 10px;
}
.search_console p.research {
	float: right;
	width: 152px;
}



/** Header Container
-----------------------------------------*/
#header_container {
	margin-bottom: 1.5em;
}

#results_header {
	float: left;
	width: 480px;
	padding: 5px 10px;
	background: #F3F3F3;
	border: 2px solid #B0B7C2;
}
#results_header dl {
	margin: 1em 0;
	font-size: 77%;
}
#results_header dl dd {
	margin: -1.28em 0 1em 4em;
	font-weight: bold;
}

#header_info {
	float: right;
	width: 200px;
}
#header_info h3 {
	margin-bottom: 0.5em;
	padding: 3px;
	background: #cc6600;
	text-align: center;
	font-size: 80%;
	color: #fff;
}
#header_info p {
	font-size: 77%;
	font-weight: bold;
}


p.lead {
	margin-bottom: 20px;
	font-size: 77%;
}


/** Result Unit
-----------------------------------------*/
.result_unit {
	margin-bottom: 15px;
	border: 1px solid #9da6b3;
	border-top: 5px solid #9da6b3;
}
.result_unit .unit_header {
	margin-bottom: 10px;
	padding: 10px;
	background: #f3f3f3;
}
.result_unit h4 {
	float: left;
	width: 370px;
	font-size: 90%;
}
.result_unit h4 a {
	display: block;
	height: 45px;
	margin-bottom: 0.5em;
}
.result_unit h4 span {
	display: block;
}
.result_unit h4 span img {
	margin-right: 2px;
}
.result_unit p.description {
	float: right;
	width: 320px;
	line-height: 1.5;
	font-size: 77%;
}
.result_unit dl {
	margin: 0 10px;
	font-size: 77%;
}
.result_unit dl dt {
	font-weight: bold;
}
.result_unit dl dd {
	margin: -1.3em 0 1em 80px;
	line-height: 1.5;
}
.result_unit dl dd.clearfix span.address {
	float: left;
	width: 400px;
}
.result_unit dl dd.clearfix span.telnum {
	float: right;
	width: 200px;
}
* html .result_unit dl dd.clearfix span.telnum {
	padding-top: 5px;
}
.result_unit dl dd img {
	margin: -0.3em 0 0 5px;
	vertical-align: middle;
}





