@charset "utf-8";
/* ===================================================================
CSS information

 file name  :env.css
 author     :Ability Consultant
style info  :環境方針設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*---------------------------------------
	#header
----------------------------------------*/

/* h2
------------------------------*/
#env #header h2{
	background: url(../env/images/title.gif) no-repeat left top;
}


/*------------------------------------
	#main
-------------------------------------*/
#env #main .intro h3{
	background: url(../env/images/tl_basic_policy.gif) no-repeat left top;
	height: 18px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

#env #main .env_policy{
	margin-top: 55px;
}

#env #main .env_policy h4{
	background: url(../env/images/tl_environment.gif) no-repeat left top;
	height: 33px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 35px;
}

#env #main .env_policy dl{
	margin-top: 40px;
}

#env #main .env_policy dl dt{
	background: url(../images/bg_border.gif) no-repeat left top;
	padding: 13px 0 0 13px;
	font-weight: bold;
	color: #5f5555;
}

#env #main .env_policy dl dd{
	margin: 25px 0 63px 25px;
}

#env #main .env_policy dl dd ul li{
	list-style: decimal inside;
}

#env #main .env_policy dl dd p{
	margin-top: 65px;
	text-align: right;
}

/*-------------------------------------
	#side サイド
--------------------------------------*/
#env #side .contents ul li.li_05 a{
	background: url(../images/side/bg_content_hover.gif) repeat-y left top;
	color: #fff;
}

#env #side .contents ul li.li_05 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 {
	
}
