#main{
 width: 720px;
}

#leaf{
 font-family: 'HG創英角ﾎﾟｯﾌﾟ体','Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
 background-image: url(image003.png);
 width: 720px;
 height: 1150px;
 padding-top: 150px;
 padding-bottom: 0;
/* height + padding-top = 1394px : height of "image002.png"*/
}

table{
 font-size: 10pt;
/* font-weight: bolder;*/
 margin-left: auto;
 margin-right: auto;
 border-spacing: 3px;
 border-style: none;
 table-layout: fixed;
 width: 600px;
}

tr{
 background: #ccffcc;
}

tr:nth-child(even){
 background: #ffffcc;
}

td{
 border-style: none;
 padding: 10px 2px;/*ここで各セルの高さの微調整をして見栄えを調整*/
} 

.l
{
 width: 160px;
}

.centering
 text-align: center;
}

h2{
 width: 480px;
 font-weight: bolder;
 font-size: 2em;
 text-align: center;
 margin: auto;
 padding: 1em 0 0 0;
 border-width:0px 0px 3px 0px;
 border-color: #ffccff;
 border-bottom-style: ridge;
 clear:both;
 }

h3{
 font-size: 1.5em;
 font-family: 'HG創英角ﾎﾟｯﾌﾟ体','Hiragino Kaku Gothic Pro',Meiryo,'MS PGothic',sans-serif;
}

blockquote{
 font-style: normal;
 color: #600000;
 line-height: 125%;
}

p{
 background-color: transparent;
 line-height: 125%;
}
