#Update {
  width:650px;
  margin:0;
  padding:0 40px;
}

#Update ul {
	margin:0 25px;
	padding:0;
	width:580px;
	height: 300px;
	overflow: auto;
}

#Update ul li {
	list-style:none;
	margin:0;
	padding:0 20px;
	background: url('../img/navi.gif')
  no-repeat 0 2px;
	width:500px;
	height:auto;
	font-size:12px;
	line-height:20px;
}

#Update ul li a { color:#03c; text-decoration:none; }
#Update ul li a:hover { color:#033; text-decoration:none; display:block; height:auto; background-color:#e0eeee;}

#Update #image {
 margin:0 25px;
 padding:0;
 text-indent:-9999px;
 background-image: url('../img/image.jpg');
 width:550px;
 height:180px;
 background-repeat: no-repeat;
}

#MainContent h1 {
  text-indent:-9999px;
  width:750px;
  height:50px;
  background-image: url('../img/title_main.gif');
  background-repeat: no-repeat;
}

