@charset "UTF-8";

/* ------------------------------------------- CSS Information
 File Name:      common.css
 Author:         SASSON
 Style Info:     フッターなど共通部分の設定
----------------------------------------------------------- */

/* ----------------------- footer */  
 #screen { 
 	float: left;                                         
 } 
 #footerArea {  
     height: 20px;  
     padding-left:20px;
	 width:200px;                       
	 font-size: 9px;
	 text-align:left;               
 }  

