@charset "UTF-8";

/* ===================================================================
CSS information

 file name  : style.css
 style info :  植樹祭LP用

=================================================================== */

body {
	width: 980px;
	margin: 10px auto; 
}

#header{
	text-align:left;
}

img {
	margin: 0; 
	padding: 0; 
}

/* 
#mainbox{
	height: 339px;
	background-image: url(images/treeplant_01.jpg);
}
*/

#mainbox, 
#contents {
	 margin: 0; 
}

#contents{
	width: 980px;
	background-image: url(images/middlebg.jpg);
	background-repeat: repeat-y;
}

h1{
	text-align:center;
	border-bottom: 2px dashed #fcf;
}

table {
      display: flex; 
      justify-content: center;
      align-items: center;
      margin: 0; 
    }

#under{
	height: 63px;
	background-image: url(images/treeplant_03.jpg);
}

#footer{
	height: 120px;
	background-image: url(images/footer_img.gif);
}