.tag_view{
	background: url(../image/tag.png) no-repeat 0 3px;
    padding-left: 30px;
	margin-top: 10px;
}
.tag_view a{
	margin: 5px;
    padding: 5px;
    background: #c2d5e3;
    border-radius: 2px;
}
.tag_view a:hover{
	background: #42acf7;
}