@charset "Shift_JIS";

body { 
text-align:center;
line-height:1.3;
margin:0;
padding:0;
} 

p{padding-bottom:100px;}

#header{
height: 160px;
text-align: center;
}

#wrapper{
margin:0 auto; 
width:1024px;
overflow:hidden;
}
#main{
width:774px;
float:right; 
background-color: #FFF;
margin:0px;
border:0px solid #000;
}
#sidebar{
width:250px;
float:left; 
height:auto;
margin:0px;
background-color: #FFF;
}
#ue{
width:250px;
height:auto;
background-color: #6cf;
margin-bottom:0px;
border:0px solid #000;
}

#sidefix { 
width:250px;
height:auto;
background-color: #FFF;
border:0px solid #000;
color:#fff;
} 

.fixed{
    position:fixed;
   top: 0px; 
}