@charset "UTF-8";
.HybLtHdr #main {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	margin: 0px;
	background: #000000 url(../img/top_main.jpg) no-repeat;
	width: 984px;
	height: 580px;
	/*	position:relative;*/
}
.HybLtHdr #whatsnew {
	margin: 20px 20px 0;
	border-bottom: 1px solid #454545;
	padding-bottom: 10px;
	font-size: 1.2em;
	/*
	position:absolute;
	margin-top: 520px;
	margin-left: 482px;
*/
}
.HybLtHdr #news {
	font-weight: normal;
	height: 150px;
	overflow: auto;
	padding: 20px;
/*	margin-bottom: 20px;*/
	/*
	position:absolute;
	margin-top: 545px;
	margin-left: 480px;
	font-size: 12px;
	font-weight: normal;
	line-height: 145%;
	color: #cccccc;
	width: 484px;
	height: 150px;
	padding: 20px 15px;
*/
}
/*
.HybLtHdr #news h2 {
	font-size: 18px;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
*/
.HybLtHdr #news ul {
	overflow: auto;
	height: 150px;
}
.HybLtHdr #news li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 0.5em;
}
.HybLtHdr #news li a {
	text-decoration: underline;
	color: #fff;
}
.HybLtHdr #ad {
	position: absolute;
	margin-top: 20px;
	margin-left: 490px;
	height: auto;
}
.HybLtHdr #ad img {
	margin: 5px 0;
}
.campaignBox {
	width: 956px;
	margin: 0 auto;
	border: 1px solid #fff;
}
.campaignBox a {
	opacity: 1;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.campaignBox a:hover {
	opacity: 0.8;
}