@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 10px;
	left: 12px;
}
#main #title-area .update {
	top: 18px;
	right: 8px;
}

/* main-inner */
#main #main-inner {
	border:none;
}

/* main-visual */
#main .main-visual {
	position:relative;
	height:793px;
	background: url(../img/main_visual_bg.jpg) no-repeat;
}
#main .main-visual h2,
#main .main-visual .mv01,
#main .main-visual .mv02,
#main .main-visual .mv03{
	position: absolute;
}
#main .main-visual h2 {
	top: 10px;
	left: -5px;
	z-index:13;
}
#main .main-visual .mv01 {
	top: 590px;
	left: 0px;
	z-index:10;
}
#main .main-visual .mv02 {
	top: 650px;
	left: 270px;
	z-index:12;
}
#main .main-visual .mv03 {
	top: -20px;
	left: 255px;
	z-index:11;
}

/* article01 */
#main .article01 {
	position:relative;
	height:832px;
	background: url(../img/article01_bg.jpg) no-repeat;
}
#main .article01 h2,
#main .article01 li,
#main .article01 .movie{
	position:absolute;
}
#main .article01 h2{
	top: 230px;
	left: -35px;
	z-index:23;
}
#main .article01 li.gameimg01{
	top: 25px;
	left: 18px;
}
#main .article01 li.gameimg02{
	top: 25px;
	left: 290px;
}
#main .article01 li.gameimg03{
	top: 28px;
	left: 558px;
}
#main .article01 .movie{
	top: 346px;
	left: 20px;
	border:4px solid #b4e0ff;
	border-radius:5px;
	z-index:22;
}

/* article02 */
#main .article02 {
	position:relative;
	height:481px;
	background: url(../img/article02_bg.jpg) no-repeat;
}
#main .article02 h2,
#main .article02 p,
#main .article02 .officialweb-btn{
	position:absolute;
}
#main .article02 h2{
	top: 43px;
	left: 28px;
	z-index:31;
}
#main .article02 .txt{
	top: 171px;
	left: 23px;
	z-index:32;
}
#main .article02 .logo{
	top: 87px;
	left: 28px;
}
#main .article02 .murabito{
	left: 552px;
	top: -25px;
	z-index:30;
}
#main .article02 .officialweb-btn{
	top: 371px;
	left: 221px;
	z-index:33;
}
/* main-footer */
.main-footer {
	position: relative;
	margin: 20px 0 32px 0;
}
.main-footer:last-child {
	margin-bottom: 0;
	padding-bottom: 32px;
}
.main-footer .f-hard {
	position: absolute;
	top: 0;
	right: 0;
}
.f-border .f-hard {
	top: 20px;
}
.f-wrap {
	margin: 36px 0 0;
}
.main-footer .f-logo {
	float: left;
	width: 320px;
	text-align: center;
}
.main-footer .f-contents {
	float: right;
	width: 514px;
}
.f-soft-wrap {
	margin: 0 0 10px;
}
.main-footer .f-copyright {
	position: absolute;
	top:35px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-icon {
	float: left;
}
.main-footer .f-name {
	position: relative;
	width: 443px;
	height: 55px;
	float: right;
}
.main-footer .f-soft-ttl {
	position: absolute;
	top: 20px;
}
.main-footer .f-copyright {
	clear:both;
	padding-top:10px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-note01 {
	margin: 0 0 14px;
	color: #8C8C8C;
	font-size: 9px;
}
.main-footer .f-btn {
	margin: 15px 0px 0px;
}
/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
