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

 file name  :information.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* #title_area 画像タイトル
----------------------------------------------------------- */

#information #title_area #wrp_area h2 {
	background:url(../information/images/title.jpg) left top no-repeat;
}


/* #cnt_intro
----------------------------------------------------------- */

#information #cnt_intro {
	margin: 0;
	padding: 0 0 25px 0;
	width: 710px;
}

#information #cnt_intro h3 {
	margin: 0;
	padding: 0 0 5px 0;
	background:url(../information/images/catch.gif) left top no-repeat;
	width: 390px;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
}

#information #cnt_intro .cnt_txt {
	margin: 0;
	padding: 0;
	width: 695px;
}

/* #cnt_services リニューアル
----------------------------------------------------------- */

#information #cnt_services h4 {
	margin: 0 0 20px 0;
	padding: 0;
	width: 710px;
	height: 20px;
	background: url(../information/images/st_services.jpg) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_services {
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 695px;
}

#information #cnt_services .cnt_services_info {
	margin: 0;
	padding: 0 0 10px 0;
	width: 695px;
}

/* #cnt_point 魅力
----------------------------------------------------------- */

#information #cnt_point h4 {
	margin: 0 0 32px 0;
	padding: 0;
	width: 710px;
	height: 20px;
	background: url(../information/images/st_point.gif) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_point {
	margin: 0;
	padding: 0 0 30px 0;
	width: 695px;
}

#information #cnt_point .cnt_point_info {
	margin: 0;
	padding: 0 0 10px 0;
	width: 695px;
}


/* #cnt_service サービス
----------------------------------------------------------- */

#information #cnt_service {
	margin: 0;
	padding: 0 0 25px 0;
	width: 680px;
}

#information #cnt_service h4 {
	margin: 0 0 32px 0;
	padding: 0;
	width: 710px;
	height: 20px;
	background: url(../information/images/st_service.gif) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_service p {
	width: 211px;
}

#information #cnt_service .cnt_service_info {
	margin: 0;
	padding: 0 0 40px 0;
	width: 211px;
	float: left;
	overflow: hidden;
}

#information #cnt_service .cnt_service_left {
	margin: 0 23px 0 0;
	padding: 0 0 40px 0;
	width: 211px;
	float: left;
	overflow: hidden;
}


#information #cnt_service h5 {
	margin: 0 0 3px 0;
	padding: 0;
	width: 211px;
	height: 0px;
	line-height: 0px;
	text-indent: -9999px;
}

#information #cnt_service .cnt_service_line {
	clear: both;
	margin: 0 0 0 11px;
	padding: 0;
	width: 680px;
	overflow: hidden;
}

/* #cnt_longstay 長期滞在
----------------------------------------------------------- */

#information #cnt_longstay {
	margin: 0;
	padding: 0 0 25px 0;
	width: 710px;
	overflow: hidden;
}

#information #cnt_longstay h4 {
	margin: 0 0 32px 0;
	padding: 0;
	width: 710px;
	height: 20px;
	background: url(../information/images/st_longstay.gif) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_longstay .img_main {
	margin: 0 0 0 11px;
	float: left;
}

#information #cnt_longstay .cnt_txt {
	margin: 0 15px 0 0 ;
	width: 465px;
	float: right;
}

#information #cnt_longstay .long_tel_no {
	clear: both;
	margin: 0 auto 10px auto;
	width: 310px;
	height: 95px;
	background: url(../information/images/img_telno.gif) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_longstay .btn_contact {
	float: right;
}

/* #cnt_company 会社概要
----------------------------------------------------------- */

#information #cnt_company {
	margin: 0;
	padding: 0 0 25px 0;
	width: 710px;
}

#information #cnt_company h4 {
	margin: 0 0 32px 0;
	padding: 0;
	width: 710px;
	height: 20px;
	background: url(../information/images/st_company.gif) left top no-repeat;
	text-indent: -9999px;
}

#information #cnt_company table {
	margin: 0 auto;
	padding: 0;
	width: 680px;
}

#information #cnt_company table th {
	font-weight: 100;
	width: 150px;
}



/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


