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

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


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* タイトル画像指定
----------------------------------------------------------- */
#company #con_title{
	background: url(../company/images/img_title.jpg) right 0 no-repeat; 
}
#company #con_title p {
	width: 420px;
}

/* ページ名
----------------------------------------------------------- */

#company .topicpath h3{
	padding:20px 0 0 0;
}
#company .topicpath {
	margin-bottom: 10px;
}

/* #cnt_top
----------------------------------------------------------- */
#company #cnt_outline {
	width: 680px;
	overflow: hidden;
	padding: 0 0 55px 0;
	clear: both;
}
#company #cnt_outline table {
	width: 650px;
	margin-left: 15px;
}
#company #cnt_outline table th {
	width: 120px;
	padding: 10px 0 10px 10px;
	text-align: left;
	background: #D9D9D9;
	border: 1px solid #E8E8E8;
}
#company #cnt_outline table td {
	padding: 10px 0 10px 10px;
	border: 1px solid #D9D9D9;
}
#company #cnt_outline p.img_type {
	padding: 10px 0 0 10px;
}









/* #con_bestrate_b
----------------------------------------------------------- */

#company #cnt_reserve_b {
	width: 590px;
	overflow: hidden;
	padding: 10px 25px 15px 40px;
	clear: both;
	background: #f9f8f8;
	border: #dfddd7 solid 1px;
}

#company .img_l {
	margin: 12px 0 0 0;
}


#company #cnt_reserve_b .box_r {
	width: 330px;
	float: right;
}

#company #cnt_reserve_b img {
	float:left;
}

#company #cnt_reserve_b .text {
	margin: 12px 0 0 0;
	padding: 0; 
	width: 210px;
	float:right;
}


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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

