#content h2.second{
	color: #993366;
	border-bottom: solid 2px #FF9999;
	border-left: solid 5px #FF9999;
	background-color: #FEE9E9;
	margin-bottom: 1em;
}
.genre{
	float: left;
	width: 345px;
	margin: 0 5px;
}
#content h3.genrename{
	margin: 0;
	padding: 0 20px;
	font-size: 100%;
	color: #993366;
	border: 1px solid #CCCCCC;
	background-color: #FEE9E9;
	background-image: url(../../../../../_SITE_/localhost/_res/img/c_arrow_flower.gif);
	background-position: 3px 3px;
	background-repeat: no-repeat;
}
.genre ul{
	font-size: 83%;
	margin: 0;
	padding: 0;
}
.genre li{
	list-style-type: circle;
	list-style-image: url(img/circle_p.gif);
}
.boxclear{
	 clear: both;
}
/* 新着情報 start */
#content h2.update{
	margin: 1em 0 0 0;
	padding: 0.3em 0 0.3em 1em;
	color: #CC0000;	
	border-bottom: solid 2px #CC0000;
	border-left: solid 5px #CC0000;
	background-color: #FFE1E1;
}
#content ul.update{
	padding: 5px 0 10px 10px;
	list-style-type: none;
	font-size: 83%;
}
#content li.update{
	margin: 0px;
	padding: 3px 0px 3px 15px;
	background-image: url(../../../../../_SITE_/localhost/_res/img/arrow_r.gif);
	background-position: left 6px;
	background-repeat: no-repeat;
}
/* 新着情報 end */

/*=============================================================
		印刷時設定
=============================================================*/
@media print{
.genre{
	width: 300px;
}
}
