@charset "UTF-8";
/* CSS Document */

.ten_down {
	padding: 10px 0 0 0;
	}
.name {
	font: large arial, sans-serif;
    color: #c00;
	}

a:hover .name {
	text-decoration: none;
	}