#Document
{
	width: 550px;
}

#Contents
{
	border: none;
	padding: 0;
	background-color: transparent;
}

#Specials
{
	display: none;
}

#Subtitle
{
	display: none;
}

#Main
{
	float: none;
	width: auto;
}

#HeaderMenu
{
	display: none;
}

#Slogan
{
	clear: both;
}

/*======================================================*/
/* nPresenter */
.nPresenter_Box
{
	float: left;
	width: 230px;
}

.nPresenter_Box h2
{
	text-align: center;
	font-size: 190%;
}

.nPresenter_Box img
{
	display: block;
	margin: 0 auto 0 auto;
}

.nPresenter_Separator
{
	display: block;
	height: 500px;
	border-left: 1px solid #DDD;
	float: left;
	margin-left: 45px;
}

.nPresenter_Suffix
{
	color: #AAA;
}

.nPresenter_Content
{
	height: 280px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	margin-bottom: 8px;
}

.CenterFloated
{
	margin: 0 auto 0 auto;
}

.LeftFloated
{
	float: left;
}

.RightFloated
{
	float: right;
}
