@charset "utf-8";

body{
	margin:0;
	padding:0;
	background:url(../image/bodyBG.png);
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.3em;
	/*min-width:1010px;*/
}

a img{
	border:none;
}

.clear{
	clear:both;
}

.gototop{
	width:960px;
	margin:0;
	padding:60px 40px 20px 0;
	text-align:right;
	
}


hr{
	display:none;
}


div#allWrap{
	width:1010px;
	margin:0 auto;
	padding:0;
}


/********************************
*                               *
*            header             *
*                               *
********************************/
#header{
	width:100%;
	height:100px;
	margin:0 auto 20px auto;
	padding:0;
	background:#6FB92C;
	/*min-width:1010px;*/

}

#innerHead{
	width:1010px;
	height:100px;
	margin:0 auto;
	padding:0;
}

h1{
	float:left;
	margin:0;
	padding:0;
	text-indent:-1000em;
	overflow:hidden;
}
h1 a{
	display:block;
	width:200px;
	height:100px;
	background:url(../image/h1_logo.png) no-repeat;
}

p.headeDisc{
	float:left;
	width:245px;
	height:100px;
	margin:0;
	padding:0;
	background:url(../image/header_disc.png) no-repeat;
	text-indent:-1000em;
}

p.naviBtn01{
	float:left;
	width:110px;
	height:100px;
	margin:0 0 0 235px;
	padding:0;
}
p.naviBtn01 a{
	display:block;
	width:110px;
	height:100px;
	background:url(../image/headNaviBtn01.png) no-repeat top;
	text-indent:-1000em;
	overflow:hidden;
}
p.naviBtn01 a:hover{
	background:url(../image/headNaviBtn01.png) no-repeat bottom;
}
p.naviBtn01 a.cr{
	display:block;
	width:110px;
	height:100px;
	background:url(../image/headNaviBtn01.png) no-repeat bottom;
	text-indent:-1000em;
	overflow:hidden;
}

p.naviBtn02{
	float:left;
	width:110px;
	height:100px;
	margin:0;
	padding:0;
}
p.naviBtn02 a{
	display:block;
	width:110px;
	height:100px;
	background:url(../image/headNaviBtn02.png) no-repeat top;
	text-indent:-1000em;
	overflow:hidden;
}
p.naviBtn02 a:hover{
	background:url(../image/headNaviBtn02.png) no-repeat bottom;
}
p.naviBtn02 a.cr{
	display:block;
	width:110px;
	height:100px;
	background:url(../image/headNaviBtn02.png) no-repeat bottom;
	text-indent:-1000em;
	overflow:hidden;
}

p.naviBtn03{
	float:left;
	width:110px;
	height:100px;
	margin:0;
	padding:0;
}
p.naviBtn03 a{
	display:block;
	width:110px;
	height:100px;
	background:url(../image/headNaviBtn03.png) no-repeat top;
	text-indent:-1000em;
	overflow:hidden;
}
p.naviBtn03 a:hover{
	background:url(../image/headNaviBtn03.png) no-repeat bottom;
}

p.naviBtn04{
	float:left;
	width:65px;
	height:100px;
	margin:0 0 0 20px;
	padding:0;
}
p.naviBtn04 a{
	display:block;
	width:65px;
	height:100px;
	background:url(../image/headNaviBtn04.png) no-repeat top;
	text-indent:-1000em;
	overflow:hidden;
}
p.naviBtn04 a:hover{
	background:url(../image/headNaviBtn04.png) no-repeat bottom;
}



p.ebparkLogo{
	float:right;
	width:110px;
	height:100px;
	margin:0;
	padding:0;
	background:url(../image/headerLogo.png) no-repeat;
	text-indent:-1000em;
}


#mainContainer{
	width:1200px;
	margin:0 auto 30px auto;
	padding:0;
}



/********************************
*                               *
*          cross fade           *
*                               *
********************************/

div#slideBox{
	float:left;
	width:680px;
	height:390px;
	margin:0 0 0 25px;
	padding:20px 20px 26px 20px;	
	background:url(../image/crossFadeBg.png) no-repeat;
}


div#slideBox div#slideshowHolder{
	width:640px;
	height:340px;
	margin:0 0 25px 0;
}


div#slideBox a.txtBtn {
	color:#FFF;
	text-decoration: none;
	font-size:16px;
}


div#slideBox a.txtBtn:hover{
	background-image:none;
	color:#FC0;
}



div#ft-slideshowHolder a img{
	width:640px;
	height:340px;	
}


/*******************************
   counter style
*******************************/

a.ft-button-slideshowHolder{
	width:12px;
	height:12px;
	margin:0 2px;
	padding:0 5px;
	background:url(../image/cntImg01.png) no-repeat;
	font-size:10px;
	text-decoration:none;
	color:#8C4600;
	
	/*
	display:none;
	*/
}

a.ft-button-slideshowHolder-active{
	width:12px;
	height:12px;
	background:url(../image/cntImg02.png) no-repeat;
	color:#D96D00;
}

/*
div#slideBox a:hover {
	background:url(../image/cntImg02.png) no-repeat;
	text-decoration: none;
	color:#D96D00;
}
div#slideBox a:active{
	color:#D96D00;
}

*/



/*******************************
   preview button style
*******************************/
div#slideBox .ft-prev, 
div#slideBox .ft-next {
	display:none;
	/*
	background-color: #000;
	padding: 0 5px;
	*/
}

div#slideBox a:link.ft-prev,
div#slideBox a:link.ft-next,
div#slideBox a:visited.ft-prev,
div#slideBox a:visited.ft-next{
	display:none;
	/*
	padding:10px 2px;
	background:#930;
	text-decoration:none;
	color:#fff;
	*/
}

div#slideBox a:hover.ft-prev,
div#slideBox a:hover.ft-next{
	display:none;
	/*
	padding:10px 2px;
	background:#C60;
	text-decoration:none;
	color:#000;
	*/
}

div#slideBox .ft-button-el{
	
}

/*******************************
   preview button style
*******************************/
div#slideBox a:link.ft-prev,
div#slideBox a:link.ft-next,
div#slideBox a:visited.ft-prev,
div#slideBox a:visited.ft-next
{
    display:none;
	/*background:#666;
	color:#fff;*/
}

div#slideBox a:hover.ft-prev,
div#slideBox a:hover.ft-next
{
    display:none;
	/*background:#CCC;
	color:#000;*/
}

div#slideBox .ft-button-el{
	
}

/*******************************
   footer title link style
*******************************/
div#slideBox .ft-title {
	padding:5px 0 5px 5px;
	width: 635px;
	text-align: left;
}

div#slideBox .ft-title a{
	display:block;
	font-size:14px;
	text-decoration:none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#FFF;
}

div#slideBox .ft-title a:hover{
	
}



div#slideBox.ft-button-ft-active {
	
}

div#ft-button-slideshowHolder{
	display:none;
}



/*******************************
   top banner style
*******************************/

div#topBnrBox{
	float:left;
	width:280px;
	margin:0 0 0 10px;
	padding:0;
}

p.bnrSize{
	width:280px;
	height:75px;
	margin:0 0 8px 0;
	padding:0;
	
	background:#CCC;
}





/*******************************
   word Box styke
*******************************/

div#wordBox{
	width:690px;
	margin:0 0 0 20px;
	padding:10px;
	background:#F9F9F9;
}

div#wordBox p{
	margin:0 0 5px 0;
	padding:0;
	font-size:11px;
	color:#333;
}

div#wordBox a{
	font-size:9px;
	color:#060;
	text-decoration:underline;
}
div#wordBox a:hover{
	color:#666;
	text-decoration:none;
}

div#wordBox a.no1{
	font-size:16px;
}

div#wordBox a.no2{
	font-size:14px;
}

div#wordBox a.no3{
	font-size:12px;
}



/*Pick Up*/
div#pickupBox{
	float:left;
	width:245px;
	height:390px;
	margin:-2px 0 0 0;
	padding:0;
}

div#pickupBox p{
	width:245px;
	height:390px;
	margin:0;
	padding:0;
}
div#pickupBox p a{
	display:block;
	width:245px;
	height:390px;
	background:url(../image/pickUp.png) no-repeat;
	text-indent:-1000em;
	overflow:hidden;
}





/********************************
*                               *
*          book stnad           *
*                               *
********************************/
#idMediaWrap{
	width:1010px;
	height:260px;
	margin:0;
}

#lineupItem{
	width:959px;
	float:left;
	margin:0;
	text-align:left;
}

div#carousel{
	width:959px;
	height:203px;
	margin:0;
	padding:0 0 0 5px;
	background:url(../image/hondanaBG.png) no-repeat;
}


ul#productList{
	list-style-type:none;
	width:959px;
	margin:0 0 0 18px;
	padding:27px 0 0 0;	
}

ul#productList li{
	float:left;
	display:inline;
	margin:2px 0 0 0;
	padding:0 5px;
	width:120px;
	height:200px;
	text-align:center;
}

ul#productList li img{
	
}

a:hover img{
  opacity:0.7;
  filter: alpha(opacity=70);
}

.prevBtn{
	float:left;
	width:25px;
	height:40px;
	margin:0;
	padding-top:89px;
}
.prevBtn a:hover{
	width:25px;
	height:45px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}
.nextBtn{
	float:left;
	width:25px;
	height:40px;
	padding-top:89px;
}
.nextBtn a:hover{
	width:25px;
	height:40px;
	-ms-filter: "alpha( opacity=80 )";
	filter: alpha(opacity=80);
	opacity:0.8;
	zoom:1;
}





/********************************
*                               *
*         3column area          *
*                               *
********************************/


/*******************************
   left Column box
*******************************/
div#leftColumnBox{
	float:left;
	width:436px;
	margin:30px 0 0 32px;
	padding:0;	
}

/***** カイブツハート *****/
div#contBox01{
	position:relative;
	width:700px;
	margin:0 0 0 0;
}
div#contBox01 p.newMark{
	position:absolute;
	top:-15px;
	left:390px;
}

div#contBox01 h2{
	width:386px;
	height:27px;
	margin:0;
	padding:26px 0 0 50px;
	background:url(../image/contBox01_head.png) no-repeat;
	font-size:16px;
	color:#FFF;
	/*text-indent:-1000em;*/
}

div.innerArea01{
	width:436px;
	margin:0;
	padding:0 0 10px 0;
	background:url(../image/contBox01_bg.png) repeat-y;
}

div.innerArea01 h3{
	margin:0 0 0 12px;
	padding:0;
	font-size:13px
}

div.innerArea01 p.mainImg01{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

div.innerArea01 p.dayTxt{
	margin:10px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#F39;
}

div.innerArea01 p.txtStyle01{
	width:410px;
	margin:0 0 0 12px;
	padding:0;
	font-size:12px;
}


/***** ブラックジャックによろしく *****/
div#contBox02{
	position:relative;
	margin:40px 0 0 0;
}
div#contBox02 p.newMark{
	position:absolute;
	top:-15px;
	left:390px;
}

div#contBox02 h2{
	width:436px;
	height:26px;
	margin:0;
	padding:24px 0 0 60px;
	background:url(../image/contBox02_head.png) no-repeat;
	font-size:16px;
	color:#FFF;
	/*text-indent:-1000em;*/
}

div.innerArea02{
	width:436px;
	margin:0;
	padding:0 0 5px 0;
	background:url(../image/contBox02_bg.png) repeat-y;
}

div.innerArea02 p.mainImg02{
	width:414px;
	height:300px;
	margin:0 0 0 12px;
	padding:10px 0 0 0;
	text-align:center;
}

/*
div.inBox{
	float:left;
	width:190px;
	margin:0 0 0 5px;
}
*/

div.innerArea02 p.dayTxt02{
	margin:5px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#6C0;
}

div.innerArea02 h3{
	margin:0 0 0 12px;
	padding:0;
	font-size:13px
}

div.innerArea02 p.txtStyle02{
	width:410px;
	margin:0 0 0 12px;
	padding:0;
	font-size:12px;
}


/***** 福岡のフリーペーパー *****/
div#contBox05{
	position:relative;
	margin:40px 0 0 0;
}
div#contBox05 p.newMark{
	position:absolute;
	top:-15px;
	left:390px;
}

div#contBox05 h2{
	width:436px;
	height:26px;
	margin:0;
	padding:24px 0 0 60px;
	background:url(../image/contBox02_head.png) no-repeat;
	font-size:16px;
	color:#FFF;
	/*text-indent:-1000em;*/
}

div.innerArea05{
	width:436px;
	margin:0;
	padding:0 0 5px 0;
	background:url(../image/contBox02_bg.png) repeat-y;
}

div.innerArea05 p.mainImg05{
	width:414px;
	height:300px;
	margin:0 0 0 12px;
	padding:10px 0 0 0;
	text-align:center;
}

div.innerArea05 p.dayTxt05{
	margin:5px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#6C0;
}

div.innerArea05 h3{
	margin:0 0 0 12px;
	padding:0;
	font-size:13px
}

div.innerArea05 p.txtStyle05{
	width:410px;
	margin:0 0 0 12px;
	padding:0;
	font-size:12px;
}



/*******************************
   middle Column box
*******************************/
div#midColumnBox{
	float:left;
	width:210px;
	margin:27px 0 0 28px;
	padding:0;
}


/***** ふくおか市政だより *****/
div#contBox03{
	position:relative;
	margin:0 0 0 0;
}

div#contBox03 p.newMark{
	position:absolute;
	top:-12px;
	left:180px;
}

div#contBox03 h2{
	width:210px;
	height:27px;
	margin:0;
	padding:26px 0 0 50px;
	background:url(../image/contBox03_header.png) no-repeat;
	font-size:14px;
	color:#FFF;
	/*text-indent:-1000em;*/
}

div.innerArea03{
	width:210px;
	margin:0;
	padding:0 0 10px 0;
	background:url(../image/contBox03_bg.png) repeat-y;
}

div.innerArea03 h3{
	margin:0 0 0 12px;
	padding:0;
	font-size:13px
}

div.innerArea03 p.mainImg03{
	margin:0;
	padding:10px 0 0 0;
	text-align:center;
}

div.innerArea03 p.dayTxt{
	margin:10px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#F60;
}

div.innerArea03 p.txtStyle03{
	width:190px;
	margin:0 0 0 12px;
	padding:0;
	font-size:12px;
}


/***** 4コマ漫画 *****/
div#contBox04{
	margin:7px 0 0 0;
	position:relative;
}
div#contBox04 p.newMark{
	position:absolute;
	top:-15px;
	left:180px;
}

div#contBox04 h2{
	width:210px;
	height:27px;
	margin:0;
	padding:22px 0 0 50px;
	background:url(../image/contBox04_header.png) no-repeat;
	font-size:14px;
	color:#FFF;
	/*text-indent:-1000em;*/
}

div.innerArea04{
	width:210px;
	margin:0;
	padding:0 0 10px 0;
	background:url(../image/contBox04_bg.png) repeat-y;
}

div.innerArea04 h3{
	margin:0 0 0 12px;
	padding:15px 0 0 0;
	font-size:14px;
	color:#000;
}


/*** 日々探偵 ***/
div.innerArea04 p.mainImg04{
	margin:0;
	padding:0;
	text-align:center;
}

div.innerArea04 p.dayTxt{
	margin:10px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#F39;
}

div.innerArea04 p.txtStyle04{
	width:188px;
	margin:0 0 0 12px;
	padding:0 0 10px 0;
	font-size:12px;
	border-bottom:1px solid #F9C;
}

/*** 神様にっき ***/
div.innerArea04 p.mainImg05{
	margin:0;
	padding:0;
	text-align:center;
}

div.innerArea04 p.dayTxt{
	margin:10px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#F39;
}

div.innerArea04 p.txtStyle05{
	width:188px;
	margin:0 0 0 12px;
	padding:0 0 10px 0;
	font-size:12px;
	border-bottom:1px solid #F9C;
}

/*** ルイトモ！ ***/
div.innerArea04 p.mainImg06{
	margin:0;
	padding:0;
	text-align:center;
}

div.innerArea04 p.dayTxt{
	margin:10px 0 0 12px;
	padding:0;
	font-size:12px;
	color:#F39;
}

div.innerArea04 p.txtStyle06{
	width:188px;
	margin:0 0 0 12px;
	padding:0;
	font-size:12px;
}


/***** content box05 *****/




/***** content box06 *****/






/*******************************
   right Column box
*******************************/
div#rightColumnBox{
	float:left;
	width:240px;
	margin:47px 0 0 30px;
	padding:0;
	background:#D3E167;
}

ul#bnrBox{
	width:200px;
	margin:0 0 0 20px;
	padding:10px 0;
	list-style-type:none;
}

ul#bnrBox li{
	margin:10px 0;
	padding:0;
}





/********************************
*                               *
*             footer            *
*                               *
********************************/

div#footer{
	width:100%;
	height:100px;
	margin:0;
	padding:20px 0 0 0;
	background:#6FB92C;
	/*min-width:1010px;*/
}

div.innerFoot{
	width:1010px;
	margin:0 auto;
	padding:0;
}

div#footer p{
	margin:0 0 20px 0;
	padding:0;
	text-align:center;
	font-size:12px;
	letter-spacing:0.1em;
	color:#FFF;
}

div#footer p a{
	text-decoration:none;
	color:#FFF;
}
div#footer p a:hover{
	text-decoration:underline;
	color:#FF3;
}

div#footer address{
	width:100%;
	text-align:center;
	font-size:12px;
	font-style:normal;
	letter-spacing:0.1em;
	color:#FFF;
}






div#areaMap{
    width:872px;
    height:539px;
    margin:50px 0 50px 80px;
    padding:0;   
}

div.areaBnr
{
    width:1010px;
    margin:30px 0 0 15px;
}

p.bnrStyle{
    float:left;
    width:300px;
    height:100px;
    margin:0 0 0 20px;
    padding:0;    
}

    
































