/* ===========================
	Left frame
=========================== */

.hidden_index {
	font-size: 150%;
	margin: 0px;
	padding: 2px;
	vertical-align: middle;
	text-align: center;
	width: 80%;
	background-color: #200;
	background-image: url(indexBack1.png)
}

	/* --- Hidden item : Category list --- */

	.category_index{
		width: 186px;
		margin: 10px;
		cursor: pointer;
		-moz-opacity: 0.85;
	}

	.category_index .name{
		text-align: left;
		font-family: "HGPｺﾞｼｯｸE";
		font-size: 120%;
		padding-bottom: 2px;
	}
	.category_index .photo img{
		width: 180px;
		height: 120px;
		border: solid 0.001px black;
	}
	.category_index .icon_upper{
		position: absolute;
		z-index: 5
	}
	.category_index .icon_lower{
		z-index: 4
	}
	
	.category_index .update{
		font-family: Sans-Serif;
		text-align: right;
		color: #c0c0c0;
		font-size: 80%;
		height: 16px;
		margin-top: 2px;
	}
	.category_index .new_star{
		vertical-align: bottom;
		width: 16px;
		height: 16px;
	}
	.category_index .category_shadow{
		 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='category_item_shadow.png');
		 z-index: -1;
		 position: absolute; left: 0px;
	}
