@charset "UTF-8";
/*=====square_module=====*/
#can_square_module{
	margin-top:5px;
}


#can_square_module li.each_module{
	position:relative;
	padding:5px;
	padding-bottom:0px;
	width:300px;
	height:60px;
	display:block;
	background-image:url(../img/square_module_bg.gif);
	background-repeat:no-repeat;
	cursor:pointer;
}

.each_module_blank{
	padding:5px;
	padding-bottom:0px;
	width:300px;
	height:60px;
	background-image:url(../img/square_module_blank_bg.gif);
	background-repeat:no-repeat;
}

.can_square_module_img{
	float:left;
	position:relative;
	width:50px;
	height:50px;
}

.can_square_module_title{
	position:relative;
	left:4px;
	width:240px;
	height:20px;
	font-weight:bold;
	color:#CC0000;
	font-size:92%;
}


.can_square_module_text{
	position:relative;
	top:2px;
	left:4px;
	width:240px;
	height:45px;
	font-size:85%;
	color:#333333;
}
