/*メインスタート*/
#content {
 margin: 10px 10px;
 padding: 0px;
 float: left;
 width: 580px;
 }
 
h2 {
 margin: 0;
 padding: 0px;
 color: #000066;
 height: 320px;
 background-image: url(image/2009/0906event-title.jpg);
 background-repeat: no-repeat;
 text-indent: -9999px;
 } 
 
h3 {
 margin: 20px 10px;
 padding: 5px;
 text-align: center;
 line-height: 1.5em;
 color: #333333;
 border: double 3px #66cc66;
 }
 
h4 {
 margin: 10px auto 20px 20px;
 padding: 10px;
 color: #339966;
 border-top: dotted 3px #33cc99;
 border-bottom: dotted 3px #33cc99;
 } 
 
h5 {
 margin: 0px 0px 20px 0px;
 color: #33a6cc;
 text-align: right;
 } 
 
#content p {
 margin: 10px;
 line-height: 1.5em;
 text-indent: 1em;
 } 
 

#photo1 {
 margin: 10px;
 padding: 0;
 text-align: center;
 }
 
 
.recipe table {
 margin: 20px 30px;
 padding: 5px;
 background-color: #66cc99;
 }
 
.recipe td {
 margin: 10px;
 padding: 10px;
 background-color: #ffffff;
 }  
 
p.po
