@charset "EUC-JP";

.taglist_outline{
	width: auto;
	clear: both;

		margin: 0px;
		padding:0px;
		border: none;
}

ul.taglist{
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}


li.tags_type1 {
	margin-right: 20px;
	display:inline;
}

li.tags_type2 {
	margin-right: 20px;
	display:inline;
}


li.tags_type1 a{
	color: #FFCC33;
}

li.tags_type1 a:hover{
	color: #B8DFE7;
}

li.tags_type2 a{
	color: #A6A6A6;
}

li.tags_type2 a:hover{
	color: #B8DFE7;
}

