@charset "utf-8";

/* ===================================================================

CSS information

 file name  :import.css

 style info :各cssファイル読み込み用(入口ページ専用）

=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */

@import url("../shared/css/reset.css");


/* 共通部分
----------------------------------------------------------- */

@import url("../shared/css/common.css");

*{
line-height:120%;
}

body{
background:none;
}

h1{
position:static;
margin-left:0;
width:auto;
height:auto;
}

#container{
width:auto;
margin:auto;
}

#main{
float:none;
}