


body {

 line-height: 250%;

 max-width: 600px;

 margin-right: auto;

 margin-left : auto;

 text-align: left;
 
font-size: 100%;

 background-color: #b94047;

 }



img {

 max-width: 100%;

 height: auto;

 }




h1 {

 color: #FFFBC7;
 border-left: 20px solid #000;

 font-size: 180%;
 font-weight: bold;

 letter-spacing: 1px;

 padding: 15px 10px 5px 5px;

 margin-bottom: 35px;

 margin-top: 35px;

 clear: both;

 margin-left: 5px;

 background-color: #b94047;

 }




h2 {

 padding: 5px;
 border-top: 3px solid #a9a9a9;
 border-bottom: 3px solid #a9a9a9;
 background-color: #dcdcdc;

 color: #b94047;

 text-align: center;

 font-size: 150%;
 }




h3 {

 clear: both;

 margin: 20px;

 padding: 2px;

 font-size: 16px;
 line-height: 24px;

 border-bottom: 1px solid #DDD;

 background-color: #FFF8DC;

 text-align: center;

 }




.main {
 background-color: #fff;
 font-size: 100%;
 color: #000;
 margin: 20px 10px 2px 10px;
 padding: 1em 10px;
 border: 1px solid;
 }



ul {
 list-style: url(image/e_title_120.jpg);
 list-style-position: outside;
 }


li{

 margin-bottom: 10px;
 }






p {
 line-height: 150%;
 margin: 4em 0px;
 }



.pr{
 text-align: center;
 background-color: gray;
 }


.prtext{
 color: #b94047;
 font-size: 120%;
 background-color: #000;
 }


#nav ul li{ 	
 display: inline;
 } 


.red {
 color: red;
 font-weight: bold;
 font-size: 120%;
 }


.large {
 font-weight: bold;
 font-size: 120%;
 }




