@charset "UTF-8";
/* CSS基本設定 */
body{
	color: #333;
	}

#container{
	background: #fff;
}

#box{
	background: #fff;
}