@charset "utf-8";
/* ===================================================================
CSS information

 file name  :corporate.css
 author     :Ability Consultant
style info  :会社情報設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*---------------------------------------
	#header
----------------------------------------*/

/* h2
------------------------------*/
#corporate #header h2{
	background: url(../corporate/images/title.gif) no-repeat left top;
}


/*------------------------------------
	#main
-------------------------------------*/
#corporate #main h3{
	background: url(../corporate/images/tl_company_info.gif) no-repeat left top;
	height: 18px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

#corporate #main table{
	width: 100%;
	border-collapse: collapse;
}

#corporate #main table th,
#corporate #main table td{
	padding: 5px 3px;
}

#corporate #main table th{
	border-top: 1px solid #a99764;
	border-bottom: 1px solid #a99764;
	font-weight: normal;
	vertical-align: top;
	width: 180px;
}

#corporate #main table td{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
}
#corporate #main table td dl{
	width:520px;
}
#corporate #main table td dl dt{
	float: left;
	width: 145px;
	clear: both;
}

#corporate #main table td dl dd{
	float: left;
	width: 375px;
}

#corporate #main table td p{
	clear: both;
}

/* .outline 会社概要
--------------------------------------*/
#corporate #main .outline h4{
	background: url(../corporate/images/tl_company_outline.gif) no-repeat left top;
	height: 32px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 34px;
}

/* .history 沿革
---------------------------------------*/
#corporate #main .history{
	margin-top: 80px;
}

#corporate #main .history h4{
	background: url(../corporate/images/tl_company_history.gif) no-repeat left top;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 34px;
}

/*--------------------------------------
	#side サイド
---------------------------------------*/
#corporate #side .contents ul li.li_01 a{
	background: url(../images/side/bg_content_hover.gif) repeat-y left top;
	color: #fff;
}

#corporate #side .contents ul li.li_01 a span{
	background: url(../images/side/icn_arrow_hover.gif) no-repeat left 8px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {
	
}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {
	
}
