@charset "utf-8";
/* CSS Document */
img{
	border:none;
}

ul li{
	line-height:20px;
}

#boxIndustryGroupMain {
	margin-left:1px solid #EBEBEB;
	padding-left:7px;
}
.boxIndustryGroup {
	float:left;
	width:177px;
	height:175px;
	text-align:center;
}
.boxIndustryGroupSmall {
	float:left;
	width:135px;
	height:175px;
	text-align:center;
}
.imageIndustryGroup {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:150px;
	height:100px;
	background-color:#FFF;
	border:2px solid #803543;
}
.imageIndustryGroupSamll {
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	width:100px;
	height:100px;
	background-color:#FFF;
	border:2px solid #803543;
}
.detailIndustryGroup {
	margin-top:3px;
	padding:5px;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	font-size:12px;
	height:48px;
	overflow:hidden;
}
.detailIndustryGroup a {
	display:block;
	text-decoration:none;
}
.detailIndustryGroupSmall {
	width:100px;
	margin:auto;
}
.fontNormal {
	color:#333;
	font-size:11px;
	text-decoration:none;
}
.fontRed {
	color:#803543;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.fontBlue{
	color:#006B9D;
	font-family:Tahoma;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
.titleFont {
	color:#666;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
}
#clearFloat {
	clear:both;
}