@charset "UTF-8";

.tlist{clear:both;}
.tlist li{
	width:129px;
	padding :0 20px 20px 0;
	font-size: 80%;
	float:left;
	background:url(../img/common/li_bg.jpg) 0 0 no-repeat;
}
.tlist li img{margin:1px 0 4px 1px;}
.clist{
	font-size: 80%;
	line-height: 150%;
	color: #666666;
}
.tlist a:link,
.tlist a:visited{color: #666;}
.tlist a:hover{color:#F90;}
.tlist li span{display:block;}

.award li{
clear:both;
}
.award img{
width:120px;
float:left;
margin-bottom:20px;
}
.award span{
width:490px;
float:right;
display:block;
padding-bottom:20px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: clear */

.award li:after,
.tlist:after{
content:"."; 
display:block; 
clear:both; 
height:0;
line-height:0;
visibility:hidden;
font-size: 0;
}

	/* IE6 */
	* html .award li.
	* html .tlist{height:1%;}

	/* IE7 */
	*:first-child+html .award li,
	*:first-child+html .tlist{display:inline-block;}
