@charset "utf-8";


/*====================== Index ======================
    デスクトップパソコン向け設定
        1. 基本要素
        2. 枠組み
            2.1. ヘッダー
            2.3. サブコンテンツ
            2.4. フッター
===================================================*/


/*++++++++++++++++++++
1. 基本要素
++++++++++++++++++++*/


body {
}


/*++++++++++++++++++++
2. 枠組み
++++++++++++++++++++*/


/*--------------------
2.1. ヘッダー
--------------------*/


/* #main {
	float:left;
} */


/*--------------------
2.3. サブコンテンツ
--------------------*/


/* #sub {
	margin-left:30px;
	float:left;
} */


/*--------------------
2.4. フッター
--------------------*/


#footer {
	
	clear:both;
}
