@CHARSET "utf-8";

body {
	float:center;
	text-align:center;
}
#tag-cloud {
	position:relative;
	width:220px;
	height:220px;
	margin: 0;
	float:center;
	text-align:center;
	border:1px solid red;
}
#tag-cloud a {
	position:absolute;
	top:0px;
	left:0px;
	font-family:"ＭＳ ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding: 3px 6px;
}
#tag-cloud a:hover {
	border: 1px solid #eee;
	background: #7cfc00;
}
#tag-cloud .red {
	color:red;
	}
#tag-cloud .orange {
	color:orange;
}
#tag-cloud .yellow {
	color:yellow;
}
#tag-cloud .green {
	color:green;
}
#tag-cloud .blue {
	color:blue;
	}
#tag-cloud .indigo {
	color:indigo;
}

#tag-cloud .violet {
	color:violet;
}

#tag-cloud a {
	font: 75%/2 "ＭＳ ゴシック", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 14px !important;
	color: #ba0c0c;
}
#tag-cloud a:hover {
	color: red;
}
