@charset "Shift_JIS";

* {
	margin: 0;
	padding: 0;
}

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

div#header {
   background-color: #ffac3c;
   text-align: left;
}

div#wrapper{
   width: 850px;
   margin-right: auto;
   margin-left: auto;
   
}


div#maincontents {
   background-color: #fcffb6;
   text-align: left;
   float: left;
   width: 650px;
   height: 1200px;
}

div#maincontents p  {
  margin-top: 20px;
} 
 

div#maincontents dt {
  margin-top: 20px;
  margin-bottom: 10px;
} 
div#nav {
 background-color: #ffeeba;
 text-align: left;
 float: right;
 width: 200px;
 height: 1200px;
}

div#footer {
   background-color: #ffca6d;
   clear: both;
}
