﻿/*
タグクラウド 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:underline;
}

/* 文字ランク別 */
#tagCloud .c1{
	font-size:100%;
	color:#002eff;
}
#tagCloud .c2{
	font-size:120%;
	color:#0045ff;
}
#tagCloud .c3{
	font-size:130%;
	color:#005dff;
}
#tagCloud .c4{
	font-size:140%;
	color:#0074ff;
}
#tagCloud .c5{
	font-size:145%;
	color:#008bff;
}
#tagCloud .c6{
	font-size:150%;
	color:#00a2ff;
}
#tagCloud .c7{
	font-size:155%;
	color:#00b9ff;
}
#tagCloud .c8{
	font-size:160%;
	color:#00d0ff;
}
#tagCloud .c9{
	font-size:170%;
	color:#00e8ff;
}
#tagCloud .c10{
	font-size:175%;
	color:#00ffff;
}

/* 全部見るクラス */
#tagCloud .more{
	font-size:100%;
	color:#ffff00;
	text-align:right;
	text-decoration:underline;
}
