@charset "utf-8";
/* ===================================================================
CSS information

 file name  :facilities.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */

/* 導入部分	
----------------------------------------------------------- */
/*キャッチコピー*/

/*文と写真*/
#facilities #intro{
	margin:0 0 30px 0;
	width: 680px;
}

#facilities #intro:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}

#facilities h3#intro_copy {
	margin:0 0 15px 0;
	width: 680px;
	height: 24px;
	background: url(../facilities/images/intro_copy.gif) left top no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}

#facilities #intro img#intro_img{
	float: right;
}

#facilities #intro p#intro_text{
	width: 380px;
	float:left;
}

/*ボタン_ミーティング*/

#facilities #btn_meeting {
	float:right;
	margin:-39px 0 0 0;
	width:137px;
	height:24px;
	}
	
#facilities #btn_meeting a {
	width:137px;
	height:24px;
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	}

/*ボタン_詳細*/

#facilities #btn_details {
	background:url(../facilities/images/btn_details.gif) left center no-repeat;
	width:106px;
	height:20px;
	text-indent:-9999px;
	display:block;
	margin:15px 0 0 0;
	float:right;
	}









/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


