 body{
  width: 100%;
  margin: 0 auto;
  
  border: 0px solid #fff;
}

#header{
  width: 100%;
    margin-bottom: 0px;
  background: #fff;
}

#main{
  width: 80%;
  float: left;
  
  margin-bottom: 0px;
  margin-left: 0px;
  background: #fff;
}

#side{
  width: 20%;
  float: right;
  
  margin-bottom: 0px;
  background: #fff;
}

#footer{
  clear: both;
  width: 100%;
  background: #fff;
}

.textn      {font-size:80%;color:#333333;line-height:140%;font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
text-algin: left;}/* 基本のテキスト*/

.text3     {	
	font-size: 80%;
	text-align:left;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", Tahoma, Geneva, sans-serif;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ','ＭＳ Ｐゴシック',sans-serif;
}


