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

#tag {
	width:96%;
	height:150px;
	overflow:hidden;
}

#tag h1 {
	margin:0 auto;
}

#tag h1 a:hover {
	text-decoration:underline;
}


#tag h1 a {
	height:25px;
	line-height:25px;
	float:left;
	margin-left:5px;
	width:auto;
	text-decoration:none;
}

#tag .tag_1 a {
	font-size:20px;
	font-weight:900;
	color:#000;
}

#tag .tag_2 a {
	font-size:17px;
	font-weight:700;
	color:#333;
}

#tag .tag_3 a {
	font-size:14px;
	font-weight:500;
	color:#666;
}

#tag .tag_4 a {
	font-size:11px;
	font-weight:300;
	color:#999;
}

#tag .tag_5 a {
	font-size:8px;
	font-weight:100;
	color:#999999;
}
