/*base*/
body {
margin:0px;
padding:0px;
color:#222;
height:100%;
font-family:sans-serif;
background-color:#EEE;
}

/*base*/
#WRAPPER{
width:800px;
padding:0px 0px;
margin-right:auto;
margin-left:auto;
height:100%;
background-color:#FFF;
}
#header p{
margin:0px;
padding:0px;
}
#header p a{
background:url(../img/common/etalogo.jpg) no-repeat left top;
height:120px;
text-indent:-2000px;
display:block;
margin-bottom:2px;
}
#footer{
clear:both;
text-align:center;
font-size:small;
padding:10px 0px;
margin:10px 0px 0px 0px;
border-top:1px solid #999;
}
#main{
width:780px;
float:left;
padding:10px 10px 10px 10px;
font-size:small;
}

/* TOP */
#toptourwrap{
width:300px;
float:left;
}
#topnewswrap{
width:460px;
float:right;
}
#toptourwrap div{
border:1px solid #369;
margin-bottom:5px;
}

#toptourwrap h3{
text-align:center;
margin:0px;
background-color:#369;
color:#FFF;
padding:2px;
}

#topnews{
height:240px;
overflow:auto;
}

#topnews table{
width:425px;
background-color:#FFF;
}

#topmemo{
clear:both;
padding-top:10px;
}

/**/
.tothistop{
text-align:right;
padding-right:10px;
}