body{
 background-color:#FFFFFF;
 
}

img{
 border-width: 0px;
}

h1{
 
}

h2{
 color: BLACK; 
 background-color: rgb(160,190,225); 
 font-size: 1.2em; 
 text-align: center; 
 padding-top: 0.5em;
 padding-bottom: 0.5em; 
 margin-top:15px;
 
}

em{
 color: rgb(70,130,180);
 font-style: normal;
}


div#contents{
 width:800px;
 background-color:#FFFFFF;
  position:absolute; 
  left:50%;
  margin-left:-400px;
  
}

div#header{
 height: 100px;
 background-color: #FFFFFF;
}

div#container{

}


div#sidebar{
 width: 200px;

 position: absolute;
 font-size: 10px;
 margin-top: 10px;

}

div#main{
 width: 500px;
 height: 700px;
 background-color: #FFFFFF;
 position: relative;
 left: 200px;

}

div#whatsnews{
 height: 200;
 width: 500;
 overflow:scroll;
 background-color;#00FFFF;
 border-color: #0000FF;
 border-style:solid;
 border-width: 2xp;
 padding: 0.2em;
 font-size: 14px;

}

h3{
 color: FFD700; 
 font-size: 1.2em; 
 text-align: center; 
 
}


p.aaa{
 text-align: justify;
 text-justify: distribute;

}

p.aisatu{
 line-height: 1.5em;
 text-align: justify;
 text-justify: distribute;
 text-indent: 1em;

}

p.moji{
 line-height:1.5;

} 

em.small{
 font-size: 80%; 
 color: black; 
}

img#bbb{
 position:relative
 top: 200px;
}


div#footer{
 height: 62px;
 background-color: #EEEEEE;
 background-image: url(images/footer_back.gif);
 background-repeat: repeat-x;
 text-align: center;
 font-size: 12px;
 line-height: 62px;
}



 
