/* [/web/css/press.css] */

#Contents
{
	_text-align: center;
	position: relative;
}

.Background
{
	position: absolute;
	z-index: 1;
	/*
	background-color: #000;
	opacity: .25;
	_filter: Alpha(opacity: 25);
	*/
	width: 100%;
	height: 100%;
	top: 0px; 
	left: 0px;
}

#Contents li
{
	position: absolute;
	text-align: right;
	z-index: 2;
}

#Contents li h2
{
	display: inline;
	font-family: "Times New Roman", Verdana, Arial, serif;
	font-size: 33px;
	font-style: italic;
}

#Contents li span
{
	display: inline-block;
	font-family: Verdana, serif;
	font-size: 14px;
	position: relative;
	top: -3px;
	#left: -6px;
	text-align: right;
}
