@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/


body,
table,
input, textarea, select, option {
	font-size: 1em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

a{
color:#fff;
ext-decoration: none;
}



/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {

}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {

}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {

}
