@charset "UTF-8";

/* +++++++++++++++++++++++++++++++++++++++++++
	Title: CSS for Index
	Modified: 2009/1/20

	1. Reset
	2. Global
	3. Main
  +++++++++++++++++++++++++++++++++++++++++++ */

/*----------------------------------------------------------------------------------------
	1. Reset
---------------------------------------------------------------------------------------- */

@import url(reset.css);

/*----------------------------------------------------------------------------------------
	2. Global
---------------------------------------------------------------------------------------- */

@import url(global.css);

.list_left {
	margin-right: 7px;
}

/*----------------------------------------------------------------------------------------
	3. Main
---------------------------------------------------------------------------------------- */
.category_block {
	width: 490px !important;
	width: 510px;
	padding: 10px;
	margin-bottom: 15px;
	background: transparent url(../img/bg_main_block.png) repeat-y;
	border-top: 1px solid #CAC4C7;
	border-bottom: 1px solid #CAC4C7;
	behavior: expression(IEPNGFIX.fix(this));
}
.category_tech {
	width: 130px !important;
	width: 145px;
	padding-right: 15px;
	float: left;
}
.category_tech_info {
	width: 345px;
	float: right;
}
.category_tech_title {
	width: 300px !important;
	width: 345px;
	padding: 0 15px 0.5em 30px ;
	font-weight: bold;
	font-size: 1.4em;
	border-bottom: 1px dotted #0D0015;
	background: transparent url(../img/arrow_list.gif) no-repeat;
}
.category_tech_text {
	width: 325px !important;
	width: 345px;
	padding: 10px;
}
.category_tech_detail {
	width: 88px;
	height: 13px;
	display: block;
	padding-left: 10px;
	behavior: expression(IEPNGFIX.fix(this));
}
.category_tech_detail a,
.category_tech_detail a:hover {
	border: 0;
}
