/**
 * ----------------------------------------------------------------------------
 *
 * トップページ用スタイル
 *
 * ----------------------------------------------------------------------------
 */
html,body{background: #be0202 url(../../image/top/top_bg_main.jpg) center 100px no-repeat !important;height:100%;}
#index {
    width: 100%;
    min-width : 1024px;
    margin: 0;
    padding: 0;
    background: #be0202 url(../../image/top/top_bg_main.jpg) center 100px no-repeat !important;
	height:100%;
	display:block;
	
}
#topmainwrap {
    width: 980px;
    /*--	height: 850px;--*/
    margin: 10px auto;
    padding: 0;
	min-height: 850px;
}
#topmainwrap #top-left {
    width: 694px;
    height: 825px;
    background: url(../../image/common/top_contents_bg_left.png) no-repeat;
    list-style: none;
    margin: 0px;
    padding: 8px 0 0 6px;
}
#topmainwrap #top-left .cam {
    width: 219px;
    height: 260px;
    background: url(../../image/top/top_cam_bg.png) no-repeat;
    float: left;
    margin: 4px;
}
#topmainwrap #top-left .newproducts {
    width: 219px;
    height: 260px;
    background: url(../../image/top/top_newproducts_bg.png) no-repeat;
    float: left;
    margin: 4px;
}
#topmainwrap #top-left .products {
    width: 219px;
    height: 260px;
    background: url(../../image/top/top_products_bg.png) no-repeat;
    float: left;
    margin: 4px;
}
#topmainwrap #top-left .pokemon {
    width: 219px;
    height: 260px;
    background: url(../../image/top/top_pokemon_bg.png) no-repeat;
    float: left;
    margin: 4px;
}
#topmainwrap #top-left .recipe {
    width: 219px;
    height: 260px;
    background: url(../../image/top/top_recipe_bg.png) no-repeat;
    float: left;
    margin: 4px;
}
.contents-image {
    margin: 38px 0 0 15px;
    border: #CCC 1px solid;
}
.contents-btn {
    margin-left: 130px
}
.contents-text {
    color: #555;
    line-height: 115%;
    margin: 5px 15px 0 15px;
    height: 47px;
}
#topmainwrap #top-right {
    width: 268px;
    height: 825px;
    background: url(../../image/common/top_contents_bg_right.png) no-repeat;
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding: 12px 0 0 0px;
}
#topmainwrap #top-right #cm {
    width: 247px;
    height: 242px;
    background: url(../../image/top/top_cm_bg.png) no-repeat;
    margin: 0 0 0 10px;
	padding:35px 0 0 15px;
}
.cm-image {
    margin: 35px 0 0 15px
}
.cm-text {
    font-size: 13px;
    line-height: 120%;
    margin: 5px 0 0 0px;
    height: 30px;
}
.cm-btn {
    margin-left: 40px
}
#topmainwrap #top-right #release {
    width: 247px;
    height: 512px;
    background: url(../../image/top/top_release_bg.png) no-repeat;
    margin: 7px 0 0 10px;
}
#topmainwrap #top-right #release #toprelease {
    list-style: none;
    padding: 45px 0 0 16px;
    margin: 0px;
}
#topmainwrap #top-right #release #toprelease .releasetext {
    line-height: 120%;
    width: 215px;
    padding-bottom: 10px;
    margin: 0px 0px 10px 0px;
    background: url(../../image/top/top_release_line.gif) no-repeat center bottom;
}
#topmainwrap #top-right #release #toprelease .releasetext a{ color:#555;!important
	}
#topmainwrap #top-right #release #toprelease .releasetext span {
    color: #FF6633;
    font-weight: bold;
}
#topmainwrap #top-right #release #toprelease .releasetext span img {
    margin-left: 5px
}

/**
 * ----------------------------------------------------------------------------
 *
 * jQuery.featureCarouselプラグイン
 *
 * ----------------------------------------------------------------------------
 */

#top-header {
	overflow: hidden;
}

#top-header,
#carousel-images {
	margin: 0 auto;
	position: relative;
	width: 1024px;/*100%;*/
	height:310px;
	border:0;
	display:block;
}

.carousel-feature {
	position:absolute;
	top:-1000px;
	left:-1000px;
	border: none;
	/*border:2px solid #5d5d5d;*/
	cursor:pointer;
}

.arrow {
	left: 50%;
	position: absolute;
	cursor: pointer;
	top: 140px;
	z-index: 1000;
	visibility: hidden;
}

.arrow.right {
	margin-left: 305px;
}

.arrow.left {
	margin-left: -334px; /* -(305+29) */
}


/**
 * ----------------------------------------------------------------------------
 *
 * スプラッシュ表示領域
 *
 * ----------------------------------------------------------------------------
 */

#top-splash {
	margin: 0 auto;
	position: absolute;
	width: 100%;
	height:310px;
	border:0;
	display:block;
	background-color: #FFF;
	background-image: url(../../image/top/splash_logo.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

/**
 * ----------------------------------------------------------------------------
 * 
 * 背景アニメ画像のz-index調整
 * 
 * ----------------------------------------------------------------------------
 */

body {
	position: relative;
	width: 100%;
	z-index: 1;
}

header,
footer,
#topmainwrap,
#top-header {
	position : relative;
	z-index: 100;
}

#bganime {
	z-index: 10;
}
