@charset "utf-8";
/* CSS Document */

/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+	content.css 
+	ヘッダ、ナビ、フッタを除くメインコンテンツ部分の
+	基本css情報。
+	
+	■使用html
+	・事業コンセプト
+	・総合ビル・建物管理
+	・店舗・商業施設管理
+	・産業廃棄物管理
+	・会社概要
+	・許認可
+	・個人情報保護方針
+	・リンク
+	
+	
++++++++++++++++++++++++++++++++++++++++++++++++++++++++ */


h2 {
	width:100%;
	height:117px;
	float:left;
	text-align:left;
	background:url(../img/topborder.gif) 0px 97px no-repeat;
}
#content {
	width:860px;
	clear:both;
	background:url(../img/contents_bg.gif) 0 0 repeat-y;
}
h2 {
}
/* ===============================
	左メインコンテンツ (#left)
	
================================*/
#left {
	float:left;
	width:595px;
	padding: 10px 0px 20px 20px;
}
#left .read {
	clear:both;
	width:595px;
	height:164px;
}
#left .read p {
	width:351px;
	text-indent:1em;
	clear:both;
}
#left h3 {
	padding-bottom:10px;
}

/* 文章中の画像（右よせ） */
img.img-r {
	float:right;
	padding: 0px 0px 10px 10px;
}
/* 文章中の画像（左よせ） */
img.img-l {
	float:left;
	padding: 0px 10px 10px 0px;
}
/* 水色ボーダーライン */
#left .border {
	width:594px;
	height:1px;
	background:url(../img/building_border.gif) left bottom no-repeat;
	padding-top:20px;
}

/* ===============================
	右バナースペース (#right)
	
================================*/
#right {
	float:right;
	width:216px;
	margin-right:10px;
	background-color:#ecf3fd;
	
	display:inline;
}
ul.r-banner {
	width:216px;
	text-align:center;
	padding-top:10px;
	border-bottom:#4270b6 10px solid;
	background-color:#fff;
}
ul.r-banner li {
	padding-bottom:10px;
}
