@charset "utf-8";

/* ---------- Tag Section ---------- */

body {
	background: #000000;
}

a:hover,a:active { color: #999; }

h1 span {
	font-size: 70%;
}

/* ---------- #top_menu ---------- */

#top_menu {
}
#top_menu ul {
	margin: 0;
}
#top_menu li {
	float: right;
	list-style: none;
	margin-left: 2em;
}
#top_menu li a:link,
#top_menu li a:visited {
	color: #555;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
}
#top_menu li a:hover {
	color: #999;
	text-decoration: none;
	background: url(images/menu_bg.gif) no-repeat left center;
	padding-left: 15px;
}

#contents {
	background: #fff;
}

#item_box {
	margin: 10px;
	padding: 10px;
	float: left;
	width: 480px;
}

/* ---------- Class Section ---------- */

.item_box_inner {
	clear: both;
}
