@charset "UTF-8";
@import url(style.css);

/*---------- レイアウト ----------*/
//TOP画面のレイアウト変更する場合に設定
#container  	{ }
#header			{ margin: 0; }
#center			{ float: right; }
#side			{ float: left; }
#main			{  }
#gototop		{ clear: both; text-align: center;}

#footer			{ }
#copyright		{ }

