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

 file name  :cad .css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */
/*グローバルメニューオン表示*/
#cad #header #gnav li.nav_cad a{
	background: url(../images/gnav.gif) -315px 35px;
}


/*ページタイトル*/
#cad #main h2{
background: url(../cad/images/title.gif) left bottom no-repeat;
}

/*main
----------------------------------------------------------- */
#cad h3#h3_solution_t {
	text-indent: -9999px;
	width: 590px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/h3_sulution_t.gif) left top no-repeat;
}

#cad #solution_support {
	width: 590px;
	height: ;
	margin: 0 0 40px 0;
	padding: 0;
	border: 0;
}

#cad #solution_support h4 {
	text-indent: -9999px;
	width: 590px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/h4_sulution_t.gif) left bottom no-repeat;
}

#cad #solution_support p {
	text-indent: -9999px;
	width: 590px;
	height: 180px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/support_img.jpg) left bottom no-repeat;
}

#cad h3#h3_solution_t_02 {
	text-indent: -9999px;
	width: 590px;
	height: 20px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/h3_sulution_t_02.gif) left top no-repeat;
}

#cad #solution_cad {
	width: 590px;
	height: ;
	margin: 0;
	padding: 0;
	border: 0;
}

#cad #solution_cad h4 {
	text-indent: -9999px;
	width: 590px;
	height: 15px;
	margin: 0 0 10px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/h4_sulution_t_02.gif) left bottom no-repeat;
}

#cad #solution_cad dl {
	text-indent: -9999px;
	width: 590px;
	height: 145px;
	margin: 0 0 20px 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/cad_img.gif) left bottom no-repeat;
}

#cad #solution_cad p {
	text-indent: -9999px;
	width: 590px;
	height: 345px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../cad/images/cad_img_02.gif) left bottom no-repeat;
}

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

	hack - 各種cssハック - for IE7

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


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

	hack - 各種cssハック - for IE6

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

