/* CSS Document */
#area01 {
   float:left;
   width:220px;
   height: 300px;
	 text-align:left;
}
#area02 {
   float:left;
   width: 270px;
   height: 300px;
	 text-align:left;
}

#area03 {
   float:left;
   width: 250px;
   height: 300px;
	 text-align:left;
}

/*#area04 {
   width: 240px;
   float:left;
   height: 400px;
	 text-align:left;
}*/

/*#area05 {
   clear: both;        /* float をクリアしています。
   height: 330px;
	 text-align:left;
}*/

#area06 {
   clear: both;        /* float をクリアしています。*/
   height: 50px;
	 text-align:right;
}

#area07 {
   clear: both;        /* float をクリアしています。*/
   height: 20px;
	 text-align:right;
}

.footer01{padding:30px 0px 0px 5px;
   border:0;
}
.footer02{padding:15px 0px 0px 20px;
   border:0;
}

.topup{padding-bottom:20px;
}

.original{
   float:left;
	 padding:5px 5px 5px 5px;
	 /*-----
	 font-size:80%;
	 ----*/
	 font-family:"ＭＳ ゴシック", "Osaka−等幅";
	 font-style:normal;
	 font-weight:normal;
}

.straight{
   float:left;
	 margin:10px 10px 10px 5px;
	 /*-----
	 font-size:80%;
	 ----*/
	  }
		
