@charset "utf-8";
/*--------------------------

	wakakusa.tv CSS
	Nanamaou to tsumi no uta

--------------------------*/

/*	visual	*/
article:before {
	content: url(../images/visual_top.jpg);
	position: absolute;
	top: 100px;
	left: 0;
	z-index: 100;
}

article {
	padding-top: 420px;
}

/* Topics */
article > section > dl dt {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2em;
	color: #e5decf;
}
article > section > dl dt:before,
article > section > dl dt:after {
	content: '';
}