@charset "utf-8";

/* init */
*{
    margin: 0;
    padding: 0;
}
body {
    color: #333333;
    font-size: 14px;
    line-height: 1.5em;
}
a img{
	border: none;
	}
a:link{
	color: #fa6a00;
	}
a:visited{
	color: #fa6a00;
	}
a:hover{
	}

/* レイアウト */
#mainImg{
	background: url(../images/mainImg.png) no-repeat 50% top;
	width: 926px;
	height:860px;
	margin: 0 auto;
	position:relative;
	z-index:1;
}


#fukidashi {
	position: absolute;
	width: 139px;
	height: 101px;
	top: 85px;
	left: 630px;
	z-index: 7;
}

#eventImg{
	background: url(../images/eventMain.png) no-repeat 50% top;
	width: 901px;
	height:685px;
	margin: 0 auto;
	position:relative;
}
#mainImg_wrapper{
	position:relative;

	}

#contents_bg{
	background: url(../images/bg.jpg) repeat 50% top;
	}

#contents_wrapper{
	width: 900px;
	margin: 0 auto;
}
#contents_left,#contents_right{
	width: 438px;
}
#contents_left{
	float: left;
}
#contents_right{
	float: right;
}

.contents_inner{
	width:898px;
	background:#FFF;
		border: 1px solid #00a0e9;
		padding:0;
}
	
.contents_1col{
	background-color: #FFF;
	border: 1px solid #00a0e9;
	position:relative;
	padding:
	}
.contents_1col{
	width: 868px;
	margin-bottom: 20px;
	padding: 15px;
}

.contents_2col{
	background-color: #FFF;
	border: 1px solid #00a0e9;
	position:relative;
	}
	
.contents_2col{
	margin-bottom: 20px;
	width: 408px;
	padding: 15px;
}

.contents_3col_l{
	background-color: #FFF;
	border: 1px solid #none;
	position:relative;
	margin:10px 0 20px 5px;
	width: 408px;
	padding: 15px;
	float:left;
}

.contents_3col_r{
	background-color: #FFF;
	border: 1px solid #none;
	position:relative;
	margin:10px 0 20px -5px;
	width: 408px;
	padding: 15px;
	float:left;
}

#natu-festa{
	padding:10px 0 0 15px;
}


#footer{
	clear: both;
	background-color: #b7d200;
	border-top: 1px solid #8fc322;
	margin-top: 40px;
}
#footer_in{
	width: 900px;
	height: 150px;
	margin: 0 auto;
	position: relative;
	
}


/*socialPlugIn*/
.social{
	position: absolute;
	width: 410px;
	height: 35px;
	top: 20px;
	left:458px;
	}
.social div{
	float: right;
	}
.twitter{
	color: #000;
	margin: 0 -40px 0 15px;
	}
.line{
	margin: -5px 0 0 15px;
	}
	


/*  logo    */
p#logo a{
	float: left;
	position:absolute;
	top:20px;
	left:730px;
	width:149px;
	height:42px;
}
p#logo a img{
	border:none;
	outline:none;
}
/*   circle    */

/* 左上　*/
p#pic01 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:20px;
	left:-90px;
}
/* 左上2番目　*/
p#pic02 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:160px;
	top:145px\9;
	*top:145px;
	left:0px;
	left:-5px\9;
	*left:-5px;
}


p#pic03 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:560px;
	left:650px;
}
/* 左4番目　*/
p#pic04 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:660px;
	top:670px\9;
	*top:670px;
	left:100px;
}

/* 右上　*/
p#pic05 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:100px;
	left:730px;
}


/* 右下　*/
p#pic06 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:630px;
	top:620px\9;
	*top:620px;
	left:810px;
	left:820px\9;
	*left:820px;
}


/* 左上3番目　*/
p#pic07 {
	float: left;
	width: 25%;
	text-align: center;
	position:absolute;
	top:730px;
	left:-100px;
}

.circle {
	width: 0;
	height: 0;
	cursor: pointer;
	border: 30px solid #ddf6ff;
	border-radius: 100px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	overflow: hidden;
}
.circle:hover {
	width: 150px;
	height: 150px;
	border: 10px solid #ddf6ff;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.circle-b {
	width: 0;
	height: 0;
	cursor: pointer;
	border: 30px solid #96e0fa;
	border-radius: 100px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	overflow: hidden;
}
.circle-b:hover {
	width: 150px;
	height: 150px;
	border: 10px solid #96e0fa;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}


.circles {
	width: 0;
	height: 0;
	cursor: pointer;
	border: 30px solid #ddf6ff;
	border-radius: 100px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	overflow: hidden;
}
.circles:hover {
	width: 120px;
	height: 120px;
	border: 10px solid #ddf6ff;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

.circles-b {
	width: 0;
	height: 0;
	cursor: pointer;
	border: 30px solid #96e0fa;
	border-radius: 100px;
	-webkit-transition: all 500ms linear;
	transition: all 500ms linear;
	overflow: hidden;
}
.circles-b:hover {
	width: 110px;
	height: 110px;
	border: 10px solid #96e0fa;
	-webkit-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}



/* パーツ */
.pannavi{
	background:#FFF;
	width: 875px;
	margin-bottom: 5px;
	padding: 3px 0 3px 25px;
	border: 1px solid #00a0e9;
}

h1{
	margin-bottom: 15px;
}
h2{
	font-size: 16px;
	margin-bottom: 10px;
	}
#about-fes{
	background:url(../images/about.jpg) no-repeat #FFF;
	width:867px;
	height:615px;
	line-height:1.7em;
	font-size:15px;
	color:#333;
}


.box2{
	position:relative;
}

/*  festa btn  */


#festa-btn{
	position:absolute;
	top:780px;
	left:304px;
}

#festa-btn ul{
	width:300px;
	height:74px;
	list-style:none;
}


/*  science squ btn  */


	
#science{
	margin-bottom:10px;
}

#science a{
	background:url(../images/science.jpg) no-repeat;
	width:386px;
	height:65px;
	display:block;
	text-indent:-9999px;
}

#science a:hover{
	background:url(../images/science_h.jpg) no-repeat;
}



#donguri{
	margin-bottom:10px;
}

#donguri a{
	background:url(../images/dongri_banner.jpg) no-repeat;
	width:386px;
	height:65px;
	display:block;
	text-indent:-9999px;
}

#donguri a:hover{
	background:url(../images/dongri_banner_on.jpg) no-repeat;
}




p#event {
	float:left;
}

p#event a{
	background:url(../images/btn.gif) no-repeat;
	display:block;
	width:290px;
	height:64px;
	text-indent:-9999px;
}

p#event a:hover{
	background:url(../images/btn_h.gif) no-repeat;

}

#about-natufesta{
	margin:5px 0 20px 0;
	padding:0;
}
	
.about{
	color: #5e544c;
	line-height: 1.7em;
	padding-left: 10px;
	}
.table01{
	border-collapse: collapse;
	width: 386px;
}
.table01 td,.table01 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table01 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table01 td{
	background-color: #ffffff;
}

.table02{
	border-collapse: collapse;
	width: 100%;
}
.table02 td,.table02 th{
	border: 1px solid #ccc0ae;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	font-size: 12px;
}
.table02 th{
	font-weight: normal;
	background-color: #c1eac2;
}
.table02 td{
	background-color: #FFF;
}	
.table02 td.fee{
	text-align: left;
	padding: 15px 0 15px 25px;
	}
	
.table03{
	border-collapse: collapse;
	width: 100%;
	}
.table03 th,.table03 td{
	border-top: 1px dotted #7d673b;
	border-bottom: 1px dotted #7d673b;
	background-color: #FFF;
	padding: 5px 0px;
	text-align: left;
	vertical-align: middle;
	}
.table03 th{
	color: #715841;
	font-weight: normal;
	width: 25%;
	padding-left: 15px;
	}
.table03 td{
	padding-right: 15px;
	}

.table04{
	width: 100%;
	margin-top:5px;
	padding-top:10px;
	border-collapse: collapse;
	border: 1px solid #aeaeae;
}
.table04 td,.table04 th{

	vertical-align: middle;
	font-size: 12px;
}
.table04 td{
	padding: 10px 15px 10px 15px;
	text-align: left;
	background-color: #FFF;
}

.table04 td.m-lists{
	padding: 15px 15px 0 15px;
	text-align: left;
	background-color: #FFF;
	position:relative;
}



.table05{
	border-collapse: collapse;
	width: 100%;
}
.table05 td,.table05 th{
	border: 1px solid #aeaeae;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
.table05 th{
	font-weight: normal;
	background-color: #dad9d9;
}
.table05 td{
	background-color: #ffffff;
}


.box01{
	width: 386px;
	border: 1px solid #d2d2d2;
	background-color: #f0efef;
	padding: 10px;
	margin-bottom: 20px;
	position:relative;
}


.inbox01{
	width: 386px;
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom:15px;
	margin-bottom: 15px;
}

.inbox01_last{
	width: 386px;
	border-bottom: none;
	padding-bottom:5px;
	margin-bottom: 5px;
}

.box01-b{
	width: 386px;
	border: 1px solid #d2d2d2;
	background-color: #f8f8f8;
	padding: 10px;
	margin-bottom:0;
	position:relative;
}



.box02{
	padding: 15px;
	border: 1px solid #d2d2d2;
	background-color: #FFF;
	}

.box02 ul{
	padding:10px 0 10px 20px;
	font-size:12px;
}

.box02 ul li{
	line-height:1.4em;
	margin-bottom:5px;
}

.box03{
	padding: 7px;
	border: 1px solid #d2d2d2;
	background-color: #FFF;
	margin-top: 10px;
	clear: both;
	font-size: 12px;
	}
	

.box01 img{
	margin-bottom:5px;
	border:1px #d2d2d2 solid;
}

.title{
	padding:0;
}

.title span{
	background:#f8a53c;
	padding:3px;
	font-size:12px;
}

.txt01{
	border-bottom: none;
	padding: 15px 0 10px 5px;
	font-size: 13px;
	line-height: 1.3em;
	width:240px;
}

.txt01-w{
	border-bottom: none;
	padding: 15px 5px 10px 5px;
	font-size: 13px;
	line-height: 1.3em;
	width:375px;
	position:relative;
}

.txt01-w-w{
	background:#FFF;
	border-bottom: none;
	padding: 15px 5px 10px 5px;
	font-size: 13px;
	line-height: 1.3em;
	width:375px;
}


.dec01{
	position:absolute;
	top:10px;
	left:330px;
	border:none;
}

.dec02{
	position:absolute;
	top:5px;
	left:250px;
	border:none;
}

.dec03{
	position:absolute;
	top:6px;
	left:328px;
	border:none;
}

.dec04{
	position:absolute;
	top:15px;
	left:318px;
	border:none;
}


.dec05{
	position:absolute;
	top:150px;
	left:330px;
	border:none;
}


.dec01 img,
.dec02 img,
.dec03 img,
.dec04 img{
		border:none;
}


.txt02{
	padding: 10px;	
	margin-bottom: 13px;
	font-size: 12px;
	line-height: 1.4em;
	border: 1px dotted #d2d2d2;
	}

.txt02 p{
	margin-bottom:10px;
}

.txt02 span{
	color:#e94609;
}

.txt03{
	font-size: 90%;
	line-height:1.5em;
	clear: both;
}

.txt04{
	background:#f8f29d;
	padding: 5px;	
	font-size: 12px;
	line-height: 1.4em;
	}
	
.txt05{
	padding: 5px;	
	font-size: 12px;
	line-height: 1.4em;
	}

.txt05 span{
	color:#e94609;
}

.txt06{
	padding:3px 0;
	border:none;
}



.w-pic{
	width:386px;
	height:110px;
}

.w-pic-wb{
	width:386px;
	height:110px;
 	border-bottom:1px #CCC dotted;
	margin-bottom:10px;
}

.post_need{
	font-size: 12px;
	margin-bottom: 3px;
	}
.name{
	color: #584932;
	}	
.gmap{
	margin: 15px 0 5px;
	}
.gmap p{
	text-align: right;
	font-size: 85%;
	}
.gmap_in{
	border: solid 1px #cebbbb;
	}
.box_dl1 a,.box_dl2 a{
	display: block;
	width: 238px;
	height: 57px;
	padding: 50px 20px 0 150px;
	background-repeat: no-repeat;
	color: #333333;
	font-size: 12px;
	line-height: 1.2em;
	text-decoration: none;
}
.box_dl1 a:link,.box_dl2 a:link,.box_dl1 a:visited,.box_dl2 a:visited,.box_dl1 a:hover,.box_dl2 a:hover{
	color: #333333;
	text-decoration: none;
}
.box_dl1 a{
	background-image: url(../images/btn_dl_off.gif);
	background-repeat: no-repeat;
}
.box_dl1 a:hover{
	background-image: url(../images/btn_dl_on.gif);
	background-repeat: no-repeat;
}


.logo1{
	width: 148px;
	height: 44px;
	position: absolute;
	top: 29px;
	left: 1px;
	}
.logo2{
	width: 163px;
	height: 36px;
	position: absolute;
	left: 183px;
	top: 32px;
	}
.support{
	width: 500px;
	color: #FFF;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 398px;
	top: 36px;
	}	
.cr{
	width: 500px;
	color: #FFF;
	font-size: 10px;
	text-align: right;
	position: absolute;
	left: 398px;
	top: 118px;
	}
.totop{
	width: 92px;
	height: 32px;
	position: absolute;
	left: 807px;
	top: -29px;
	}

/* padding margin */
.maT5B10{
	margin-top: 5px;
	margin-bottom: 10px;
	}
.maT30{
	margin-top:30px;
	}
.maT20{
	margin-top:20px;
	}
.maT15{
	margin-top:15px;
	}
.maT10{
	margin-top:10px;
	}
.maT5{
	margin-top: 5px;
	}
.maL5{
	margin-left: 5px;
	}
.maB30{
	margin-bottom: 30px;
	}
.maB20{
	margin-bottom: 20px;
}
.maB15{
	margin-bottom: 15px;
	}
.maB10{
	margin-bottom: 10px;
	}
.maB5{
	margin-bottom: 5px;
	}
.maB0{
	margin-bottom: 0px;
	}

.pdB5{
	padding-bottom: 5px;
}

.pdB10{
	padding-bottom: 10px;
}



/* テキスト装飾 */
.small{
	font-size: 10px;
	line-height: 1.3em;
}

.smaller{
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom:5px;
}

.note{
	color: #e94609;
}
.align_right{
	text-align:right;
	}
.align_center{
	text-align:center;
	}
.appri-h{
	background:#FFF;
	border:1px #d0266c solid;
	padding:3px;
	color: #d0266c;
	font-size:12px;
}

.appri-p{
	background:#FFF;
	border:1px #019247 solid;
	padding:3px;
	color: #019247;
	font-size:12px;
}
	
/*その他 */
.fR{
	float: right;
	}
.clear{
	clear: both;
	}
.nodisplay{
	display: none;
	}
	

	
