/* :::::::::::::::::::::::::::::::::::::::::::::

	site: Luci Official Web Site
	name: category.css;

::::::::::::::::::::::::::::::::::::::::::::: */

/* :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
	COMPANY
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/**COMMON**/
/**category_header**/
#category_header {
	width: 725px;
	margin-right: 7px;
	margin-left: 2px;
	margin-bottom: 4px;
}
#category_header h2 {
	background-image: url(../image/categoryheader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: -9999px;
	display: block;
	height: 89px;
	width: 725px;	
}
#company_contents {
	width: 725px;
	margin-right: 7px;
	margin-left: 2px;		
}

/**INDEX**/
#company_element {
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 5px;
	padding-left: 13px;
}
#company_element .article {
	width: 699px;
	padding-top: 13px;
	padding-bottom: 13px;
}
/**IE HACK**/
* html #company_element .article { 
	padding-bottom: 0px;
}
*:first-child+html #company_element .article { 
	padding-bottom: 0px;
}




#company_element .article_l {
	float: left;
	width: 151px;
	background-repeat: repeat-y;
	background-position: 18px center;
	background-image: url(../../common/image/pagetitle_bar3.gif);
}
#company_element .article_r {
	float: right;
	width: 548px;	
}
#company_element .title {
	padding-left: 34px;
	width: 117px;
	font-size: 80%;
	line-height: 180%;
	font-weight: bold;
}
#company_element .element {
	font-size: 80%;
	line-height: 180%;
	background-image: url(../../common/image/line_dot_02.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 511px;
	padding-left: 18px;
}
#company_element li {
	/*
	background-repeat: repeat-y;
	background-position: 18px center;
	background-image: url(../../common/image/pagetitle_bar3.gif);
	*/
}
#company_element .gray {
	background-color: #f7f7f7;
}

#company_element .obj_unit {
	width: 511px;
	font-size: 90%;
	line-height: 150%;
}
#company_element .obj_title {
	font-weight: bold;
}
#company_element .obj_detail {
	margin-top: 4px;
}
#company_element .underline {
	background-image: url(../../common/image/line_dot_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 12px;
	padding-bottom: 9px;
}


.text_size_s {
	font-size: 90%;	
}




