@charset "Shift_JIS";


.taglist_index{
	margin-left: 9px;
	margin-right: 9px;
	clear: both;
}


.taglist_outline{
	width: auto;
	clear: both;
	border-collapse: collapse;
	
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 9px;
		margin-right: 9px;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		border: 1px solid #b8b8b8;
}

ul.taglist{
	margin: 0px;
	padding: 0px;
	line-height: 250%;
}


li.tags_type1 {
	margin-right: 20px;
	display:inline;
}

li.tags_type2 {
	margin-right: 20px;
	display:inline;
}


li.tags_type1 a{
	color: #0AA7D6;
}

li.tags_type1 a:hover{
	color: #B8DFE7;
}

li.tags_type2 a{
	color: #A6A6A6;
}

li.tags_type2 a:hover{
	color: #B8DFE7;
}



