*{ margin: 0 auto; padding: 0 auto;}


body{ width:400px;
    text-align:left;
line-height:130%;
   } 

p,div{ margin: auto;
      width:500px;
}

text,div{padding:20px;
         text-align:left;
}

h1{ font-size:110%; 
    color:#4753a2;
}

h2{ font-size:100%; 
    color:#b33e5c;
    border-bottom: dotted 3px #e29399; 
    margin-bottom: 5px;
    padding-bottom: 2px;
    margin: 0; 
}

p {font-size:95%;
   font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',
 Meiryo, sans-serif;
}

p.menu{font-size:100%;
       word-spacing:0.5em; 
       font-style: italic; }

a { text-decoration: none; }

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 ; 
 }