html, body { 
	height:100%; 
	margin:0; 
}

/* intro
#intro-box {
	min-width:1000px;
	width:100%;
	height:100%;
	position:relative;
	z-index: 1400;
}
 */

/* intro 最初からナビ表示*/
#intro-box {
    height: 100%;
    min-width: 1000px;
    position: relative;
    width: 100%;
    z-index: 1400;
}

#intro-guide {
	width:100%;
	/*height:170px;*/
	text-align:center;
	z-index:1500;
	position:absolute;
	left:0;
	bottom:0;
	/*background-image: url(http://www.cocodeal.jp/wp-content/themes/cocodeal-pc/20130912/images/black0.5.png);*/
}

#intro-guide h1 {
	width:100%;
	text-align:center;
	padding:25px 0 10px 0;
}

#siteheader{
/*
   position: absolute;
   top: 1000px;
   width: 100%;
*/
   z-index: 99999;
}

#topbanner-area{
	/*width:1020px;*/
	/*height: 730px;*/ /*横長バナーあり*/
	/*height: 350px;*/
	padding-top:90px;
	margin: 0 auto;
}
#topbanner-area a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
#topbanner-area table{
	border: 0;
	border-collapse: separate;
	border-spacing: 10px;
}
/*
.jspContainer{
	width: 440px !important;
}
.jspPane{
	width: 430px !important;
}
*/





