/*
タグクラウド Ver1.2 by Kaguya 2008/02/26
Copyright (c) 2007, Kaguya(keico.jp). All rights reserved.
This code licensed under a Creative Commons 
表示-非営利-継承 2.1 日本 License.
http://creativecommons.org/licenses/by-nc-sa/2.1/jp/
*/

/* 通常リンク */
#tagCloud a:link{
	text-decoration:none;
}
/* アクティブリンク */
#tagCloud a:active{
	text-decoration:none;
}
/* 訪問済みリンク */
#tagCloud a:visited{
	text-decoration:none;
}
/* カーソルonリンク */
#tagCloud a:hover{
	text-decoration:none;
	font-size:175%;
}

/* 文字ランク別 */
#tagCloud .c1{
	font-size:71%;
	color:inherit;
}
#tagCloud .c2{
	font-size:82%;
	color:inherit;
}
#tagCloud .c3{
	font-size:90%;
	color:inherit;
}
#tagCloud .c4{
	font-size:100%;
	color:inherit;
}
#tagCloud .c5{
	font-size:113%;
	color:inherit;
}
#tagCloud .c6{
	font-size:121%;
	color:inherit;
}
#tagCloud .c7{
	font-size:138%;
	color:inherit;
}
#tagCloud .c8{
	font-size:150%;
	color:inherit;
}
#tagCloud .c9{
	font-size:163%;
	color:inherit;
}
#tagCloud .c10{
	font-size:175%;
	color:inherit;
}

/* 全部見るクラス */
#tagCloud .more{
	font-size:121%;
	color:inherit;
	text-align:right;
	text-decoration:underline;
}
