*{ margin: 0 auto; padding: 0 auto;}


body{ margin: 0 auto;
    width:400px;
    text-align:left;
    line-height:130%;
   } 

p.div{background:#ffffff;
      margin: auto;
      width:500px;
}
p{ font-size: 95%;
   font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
}

text.div{padding:20px;
         text-align:left;
         font-size:90%;
         font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

h1{ font-size:110%; 
    color:#6c9bd2;
}

h2{ font-size:100%; 
    color:#7a99cf; 
    border-bottom: dotted 3px  #8fbc8f;
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin: 0; 
}

a { text-decoration: none; }

p.menu{font-size:100%;
       word-spacing:0.5em; 
       font-style: italic; }
       
a.menu:link {
 text-decoration : none; 
 color :#5654a2; 
 }
 a.menu:visited {
 text-decoration : none; 
 color : #4753a2; 
 }
 a.menu:active {
 text-decoration : none; 
 color : #e3adc1; 
 }
 a.menu:hover {
 text-decoration : none; 
 color : #f19ca7; 
 }