@charset "utf-8";

@import "style.css";

/* Contents
--------------------------------------------------*/
#content .admin {
	width: 543px;
	background: url(../img/bg.gif) repeat-y left top;
	padding: 15px 0;
	overflow: hidden;
}

#content .admin li {
	list-style: none;
	float: left;
	margin: 0 0 15px 15px;
}

* html #content .admin li {
	margin: 0 7px 15px 7px;
}

#content .admin li a {
	display: block;
	width: 252px;
	height: 130px;
	/* \*/
	overflow: hidden;
	/* */
	text-indent: -9999px;
	text-decoration: none;
}

#content .admin li.category2 a { background: url(../img/c2/top.gif) no-repeat left top; }
#content .admin li.category3 a { background: url(../img/c3/top.gif) no-repeat left top; }
#content .admin li.category4 a { background: url(../img/c4/top.gif) no-repeat left top; }
#content .admin li.category5 a { background: url(../img/c5/top.gif) no-repeat left top; }
#content .admin li.category6 a { background: url(../img/c6/top.gif) no-repeat left top; }

.index_box {
	display: none;
}