@charset "utf-8";
/* ===================================================================
CSS information

 file name  :company.css
 author     :Naoki Takahashi
 style info :会社概要関連
=================================================================== */

/* -----------------------------------------------------------
	#titleArea
----------------------------------------------------------- */

#titleArea {
	width: 950px;
}

#titleArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


/* -----------------------------------------------------------
	#contentArea
----------------------------------------------------------- */

#contentArea {
	width: 950px;
}

#contentArea:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

.comConceptBg {
	background: url(../company/img/com_concept_visual.png) no-repeat left top;
	height: 916px;
}

.comMessageBg {
	background: url(../company/img/com_message_visual.png) no-repeat left top;
	height: 590px;
}

.comProfileBg {
	background: url(../company/img/com_profile_visual.png) no-repeat left top;
}


/* -----------------------------------------------------------
	コンセプト
----------------------------------------------------------- */

#comL {
	float: left;
	width: 345px;
}

#comL ul {
	padding-top: 415px;
	padding-left: 30px;
}

#comL li {
	float: left;
	padding-right: 4px;
}

#comR {
	float: right;
	width: 550px;
	padding-top: 70px;
	font-size: 85%;
}

#comR dl {
	width: 550px;
	margin-bottom: 25px;
}

#comR dt {
	float: left;
	width: 56px;
	height: 11px;
	line-height: 0;
}

#comR dt img {
	vertical-align: middle;
}


#comR dd {
	float: left;
	width: 470px;
	padding-left: 24px;
}

#comR dd li {
	float: left;
	padding-right: 3px;
}

#comR dd li.last {
	padding-right: 0px;
}
