﻿@charset "utf-8";


ul.type {
	margin-top: 5px;
}

ul.type li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}

ul.type a {
	display: -moz-inline-box; /* firefox2 対応 */
	display: inline-block;
	height: 30px;
	outline-style: none;
	text-indent: -9999px;
}
ul.type a:hover {
	background-position: 0 -30px;
}

ul.type a.selected {
	background-position: 0 -30px;
}


ul.type a.public {
	width: 60px;
	background-image: url(/img/type_public.png);
}
ul.type a.private {
	width: 60px;
	background-image: url(/img/type_private.png);
}
