@charset "utf-8";
/* CSS Document */

/*whole page*/
.page {background-color:#666633 ;
width:80% ;
margin:auto ;
padding:10px ;}

/*header*/
.masthead {background-color:#CCFF66 ;}

.social-sites {
position :relative	;
left:900px;}

/*main*/
main {background-color:#66FF00 ;
width:70% ;
float:left;}

/*sidebar*/
.sidebar {background-color:#33CC00 ;
width:30% ;
float:left ;}

/*footer*/
.footer-kaki {background-color:#3300CC ;clear: both;}
width:90% ;
float:bottom ;}