body{
	margin-top:0px;
}
#wrapper {
	width: 980px;
}
#header {
	height: 90px;
}
#primary {
	float: left; /* ボックスを左寄せに変更 */
	width: 450px; /* ボックスの幅を変更 */
	margin: 10px 0;
	background-color: #C7D5ED;
}
#secondary {
	float: left;
	width: 990px; /* ボックスの幅を変更 */
	margin: 10px 10px 10px 30px; /* 上下と右方向にマージンを指定 */
}
#advertisement {
	float: right; /* ボックスを右寄せに指定 */
	width: 145px; /* ボックスの幅を指定 */
	margin: 10px 0; /* 上下方向にマージンを指定 */
	background-color: #E5C7ED;
}
#footer {
	clear: both;
		width: 900px; /* ボックスの幅を変更 */
	height: 50px;
}
table.table td {
margin:0px;
padding:0px;
}
