@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　01. 基本
　02. コンテンツリスト
　03. 
　04. 
　05. 


******************************************************************************* */


/* ==

　01. 基本

=============================================================================== */
.main h2{ margin:5px 0 0; }


/* 関連資料請求ボタン
------------------------------------------------------------------------------- */
.main p.btn_request a{ top:7px; }

/* ==

　02. コンテンツリスト

=============================================================================== */
.list_cnts{
	width:730px;
	margin-bottom:20px;
	padding:0;
	background-color:#f3f3f3;
}
.list_cnts li{
	line-height:1.2;
	float:left;
}
.list_cnts li a{
	width:156px;
	height:66px;
	margin:4px 2px;
	padding:4px 76px 4px 4px;
	background-color:#fff;
	background-position:right top;
	background-repeat:no-repeat;
	border:1px solid #d9d9d9;
	color:#666;
	display:block;
}
.list_cnts li a img{ margin-bottom:3px; }

.list_cnts li a:link, .list_cnts li a:visited{ border:1px solid #dadada; color:#666; text-decoration:none; }
.list_cnts li a:hover, .list_cnts li a:active{ border:1px solid #ff6600; color:#666; }

.list_cnts li.facilities a{ margin-left:4px; background-image:url(../images/img_facilities.jpg); }
.list_cnts li.forty a{ background-image:url(../images/img_40years.jpg); }
.list_cnts li.management a{ background-image:url(../images/img_management.jpg); }
.list_cnts li.asset a{ margin-left:4px; background-image:url(../images/img_asset.jpg); }
.list_cnts li.other a{ background-image:url(../images/img_other.jpg); }



