@charset"utf-8";
#warp{
}
/* ヘッダー
========================================*/
#head{
	width:100%;
	border-bottom:solid 5px #f2e319;
	height:95px;
}
h1{
	width:1030px;
	height:95px;
	background-image:url(../img/logo_wfbsc2016.jpg);
	background-position:center center;
}
h1.jp{
	background-image:url(../img/jp_logo_wfbsc2016.jpg);
	background-position:center center;
}
/* パンクズ
========================================*/
#topicPath{
}
/* コンテンツ
========================================*/
#main{
	margin:0px auto;
	width:1030px;	
	/*
	height: auto !important;
	height: 100%;
	min-height:100%;*/
	min-height:700px;
}

#main_img{
	width:1030px;
	height:400px;
	background-image:url(../img/main_img.jpg?var=20160208);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	background-position:top right;
}
#jp_main_img{
	width:1030px;
	height:400px;
	background-image:url(../img/jp3_main_img.jpg?var=20160208);
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	background-position:top right;
}
#main_img.base,
#jp_main_img.base{
	height:270px;
}
#content{
	float:left;
	width:770px;
	margin-left:13px;
}
#insideArea{
	margin:0px auto;
	width:690px;
	min-height:300px;
}

#content h2{
	border-left:solid 5px #f2e319;
	font-size:16px;
	padding:5px 0px 5px 10px;
}
#content h2.base{
	border-left:none;
	border-bottom:solid 3px #f2e319;
	margin-bottom:7px;
	padding:5px 0px 5px 0px;
}
#content h3{
	font-size:14px;
	height:18px;
	margin:15px 0px 10px 0px;
	padding:3px 10px 10px 10px;
	width:190px;
	color:#fff;
	background-color:#054e71;
}


/* フッター
========================================*/
#footer{
	width:100%;
	height:110px;
	background-color:#fff000;
	background-image:url(../img/bg_footer.jpg);
	background-repeat:repeat-x;
}
#insideFooter{
	margin:0px auto;
	width:1030px;
	background-image:url(../img/bg_insideFooter.jpg);
	background-repeat:no-repeat;
	background-position:right 4px;
	height:110px;
}
#insideFooter div{
	float:right;
	text-align:center;
	display:inline-block;
	width:120px;
	position:relative;
	top:65px;
	left:0px;
	background-color:#064f72;
	padding:3px;
	background-image:url(../img/pagetop.png);
	background-repeat:no-repeat;
	background-position:10px  center;
	text-indent:15px;
	color:#fff;
	/*border:solid 2px #f3e31a;*/
}
#insideFooter span{
	position:relative;
	top:80px;
	left:20px;
	color:#fff;
}

