@charset "utf-8";
/* ===================================================================
 style info : 各cssファイル読み込み用
 author     : name
=================================================================== */

/* default style - リセット
----------------------------------------------------------- */
@import url("default.css");

/* module style - ヘッダー、フッター
----------------------------------------------------------- */
@import url("module.css");

/* all style
----------------------------------------------------------- */
@import url("style.css");

/* print
----------------------------------------------------------- */
@import url("print.css");

/* contents
----------------------------------------------------------- */
@import url("contents.css");


*{ margin: 0; padding: 0; }


body {
	background:#f5f3f1;
	line-height:1.6;
	color:#333033;
	font-family:Arial, sans-serif;
	font-size:0.8em;
	white-space:normal;
	word-break: break-all;	
}

html , body {  
 
    overflow: hidden;  
    height: 100%;  
}

  

