@charset "utf-8";
/* ===================================================================
CSS information

 file name  :facilities_izuaji.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */

/* -----------------------------------------------------------
	共通
----------------------------------------------------------- */

/* ページタイトル画像 */
#header .unav_wrap {
	background: url(../facilities/images/bg_title.jpg) no-repeat center;
}
#izuaji #main .con_link ul{
	margin-bottom:32px;
}

/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
#izuaji .con_izu {
	width:978px;
	background:url(../facilities/images/bg_bot.png) no-repeat bottom left;
	padding-bottom:8px;
}
#izuaji .con_izu .box_top {
	background:url(../facilities/images/bg_top.png) no-repeat top left;
	padding:49px 0 23px 59px;
}
#izuaji .con_izu .box_cen {
	background:url(../facilities/images/bg_cen.png) repeat-y top left;
	width:870px;
	padding:1px 54px 68px;
}
#izuaji .con_izu .box_cen h4 {
	margin:0 0 30px 0;
}
#izuaji .con_izu .box_cen .wrp_izu {
	width:870px;
	overflow:hidden;
	padding-bottom:20px;
	margin-bottom:40px;
}
#izuaji .con_izu .box_cen .img_area {
	width:355px;
	background:url(../facilities/images/bg_img.png) no-repeat top left;
	padding:5px 0 0 5px;
	margin:0 30px 40px 0;
}
#izuaji .con_izu .box_cen .txt_area {
	width:480px;
	padding-top:20px;
}
#izuaji .con_izu .box_cen .txt_area .tbl_basic {
	margin:29px 0 0 1px;
}
#izuaji .con_izu .box_cen .txt_area .tbl_basic tr th {
	width:104px;
}
#izuaji .con_izu .box_cen .txt_area .tbl_basic tr td {
	width:197px;
}
#izuaji .con_izu .box_cen .wrp_tbl p {
	margin-bottom:20px;
}

/*		テーブル	*/

#izuaji .con_izu .box_cen .wrp_tbl {
	width:870px;
	overflow:hidden;
}
#izuaji .con_izu .box_cen .wrp_tbl table {
	width:420px;
}
#izuaji .con_izu .box_cen .wrp_tbl .tbl_basic thead tr th {
	padding:9px 0 9px 18px;
	text-align:left;
	font-size:120%;
}
#izuaji .con_izu .box_cen .wrp_tbl table tbody tr th {
	background:#FCDFDF;
	color: #585858;
	text-align:left;
	padding:5px 15px;
	border-bottom:1px solid #FFF;
	width:305px;
}
#izuaji .con_izu .box_cen .wrp_tbl table tbody tr td {
	text-align:right;
	padding-right:15px;
}
#izuaji .con_izu .box_cen .wrp_tbl table tbody tr th span {
	font-size:95%;
}












/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}