@charset "UTF-8";
/* CSS Document */



/* ----------float---------- */

.float_l {
	float: left;
}
.float_r {
	float: right;
}



/* ----------table---------- */


#table_basic {
	vertical-align: middle;
	border-collapse: collapse;
	text-align: center;
}





#con_button_box {
	padding-right: 16px;
}
th,td{
	border: 1px solid #999;
	padding-righ 10px;
	padding-left: 10px;
	}
table caption {
	text-align: left;
}
#cookie_box {
	width: 350px;
	margin-top: 80px;
	margin-right: 30px;
}

.con_2ndbutton{
	margin-left: 20px;
	}


.img_a{
	border: 2px solid #FFF;
	
}

	
.img_a:hover {
	border: 2px solid #2A4198;
}


/* ----------concert---------- */

.s_message{
	width: 550px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
.concert_time dl{
	margin-bottom: 15px;
	}	
.concert_time_dt_float dt {
	float: left;
	width: 5em;
	height: 1.5em;
}	
.concert_time_dt_float dd{
	margin-left: 5em; 
	height: 1.5em;
}
	
	
	

/* ----------kitchen---------- */
	
#shop {
	margin-right: 20px;
}





/* ----------kids---------- */
#support li {
	margin-bottom: 40px;
	margin-left: 30px;
	float: left;
}




/* ----------forest dt---------- */	
	
.school dl{
	margin-bottom: 15px;
	}	
dt{
	font-weight: bold;
}
.dt_float dt {
	float: left;
	width: 8em; 
}	
.dt_float dd{
	margin-left: 8em; 
}





/* ----------talk---------- */	

.t_fb{
	background-image: url(../img/contents/t_fb.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	}