@charset "UTF-8";

/*---------------------------------------------

Tagcloud CSS
for Blog toppage
coded by Yuki at 2009-03-31

---------------------------------------------*/


/* Tag */
#maincontents .content #tag_container {
	margin: 5px 7px 15px 13px;
	line-height: 2em;
}
a.tag_link,
a.tag_link:visited
{
	color: blue;
	text-decoration: none;
}

a.tag_link:hover
{
	color: white;
	background-color: blue;
}
a.tag_lv0,
a.tag_lv0:visited
{
	color: black;
	font-size: 0.9em;
	text-decoration: none;
}

a.tag_lv0:hover
{
	color: white;
	background-color: black;
}

a.tag_lv1,
a.tag_lv1:visited
{
	color: black;
	font-size: 1em;
	text-decoration: none;
}

a.tag_lv1:hover
{
	color: white;
	background-color: black;
}


a.tag_lv2,
a.tag_lv2:visited
{
	color: blue;
	font-size: 1.2em;
	text-decoration: none;
}

a.tag_lv2:hover
{
	color: white;
	background-color: blue;
}

a.tag_lv3,
a.tag_lv3:visited
{
	color: blue;
	font-size: 1.4em;
	text-decoration: none;
}

a.tag_lv3:hover
{
	color: white;
	background-color: blue;
}

a.tag_lv4,
a.tag_lv4:visited
{
	color: #009933;
	font-size: 1.6em;
	text-decoration: none;
}

a.tag_lv4:hover
{
	color: white;
	background-color: #009933;
}

a.tag_lv5,
a.tag_lv5:visited
{
	color: #009933;
	font-size: 1.8em;
	text-decoration: none;
}

a.tag_lv5:hover
{
	color: white;
	background-color: #009933;
}

a.tag_lv6,
a.tag_lv6:visited
{
	color: #cc3300;
	font-size: 2em;
	text-decoration: none;
}

a.tag_lv6:hover
{
	color: white;
	background-color: #cc3300;
}

a.tag_lv7,
a.tag_lv7:visited
{
	color: #cc3300;
	font-size: 2.2em;
	text-decoration: none;
}

a.tag_lv7:hover
{
	color: white;
	background-color: #cc3300;
}

a.tag_lv8,
a.tag_lv8:visited
{
	color: red;
	font-size: 2.4em;
	text-decoration: none;
}

a.tag_lv8:hover
{
	color: white;
	background-color: red;
}

a.tag_lv9,
a.tag_lv9:visited
{
	color: red;
	font-size: 2.6em;
	text-decoration: none;
}

a.tag_lv9:hover
{
	color: white;
	background-color: red;
}


