5月14日テスト

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<title>テスト0514</title>
<style type="text/css">

<!--

* {
  margin: 0;
  padding: 0;
}
ul {
	list-style-type: none;
}
body {
  background-color: #CCC;
}
#container {
  width: 800px;
  height: auto;
  padding: 10px;
  background-color: #FFF;
  overflow: hidden;
}
#header {
  width: auto;
  height: 100px;
  margin: 0 0 10px 0;
  background-color: #A3BED5;
}
#content {
  float: right;
  width: 540;
  height: 290px
  margin: 0 0 10px 0;
  padding: 10;
  background-color: #DCD78A;
} 
#sidebar {
  float: left;
  width: 200px;
  height: auto;
  padding: 10px 10px 0 10px;
  background-color: #9CC56E;
}
#content {
  float: right;
  width: 540px;
  height: 290px;
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #DCD78A;
} 
#footer{
  clear: both;
  width: auto;
  height: 50px;
  background-color: #E0B9D2;
}

-->
</style>
</head>
<body>
<div id="container">
<div id="header">へっだー</div>
<div id="sidebar">さいどばー
<ul>
  <li><img src="images/btn2.jpg" width"200" height"80"></img></li>
  <li><img src="images/btn2.jpg" width"200" height"80"></img></li>
  <li><img src="images/btn2.jpg" width"200" height"80"></img></li>
</ul>
</div>
<div id="content">こんてんと</div>
<div id="footer">ふったー</div>
</div>
</body>
</html>