/* ページの基本デザイン用CSS-2 */
body {
	background-color: #fefefe;
	text-align: center;
	margin: 0px;
	padding: 0px;
	}

#contents {
    width: 800px;
	background-color: #f9f9f9;
	margin: auto;
	text-align: left;
	}

#main {
     width: 480px;
	 float: right;
	 margin-right: 10px;
	 display: inline;
	 background-color: #ffffff;
	 }
	 
.naiyo {
     background-color: #ffffff;
     }

	
#side {
     width: 140px;
	 float: left;
	 margin-left: 5px;
	 }

#twocol {
      width: 650px;
	  float: left;
	  }
	 
#info {
     width: 140px;
	 float: right;
	 margin-right: 5px;
	 margin-top: 100px;
	 }
	 
address {
     font-style: normal;
	 font-size: 90%;
	 padding: 20px;
	 margin: 1px;
	 background-color: #f0f0d9;
	 border-top: solid 4px #dcdcdc;
	 border-bottom: solid 4px #dcdcdc;
	 clear: both;
	 height: 100%;
	  } 