body {
	background-image: url(../images/bg_home.jpg);
	background-position: center top;
	background-repeat: no-repeat;

}
#wrapper {
	width: 1014px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}
h1 {
	margin-top: 30px;
	margin-left: 52px;
	margin-bottom: 30px;
}
#nav {
  width: 330px;
  margin-left: 40px;
  margin-bottom: 30px;
  position: relative;
}
#nav .rss {
  position: absolute;
  left: 90px;
  top: 1px;
}


#copyright {
  margin-left: 43px;
  font-size: 12px;
}
#copyright a {
  color: #535353;
  text-decoration: none;
}
#newslist {
  height: 170px;
  overflow: auto;
  margin-bottom: 15px;
  overflow-x:hidden;
}

*html #newslist {

}
#newslist table {
	table-layout:fixed;
	width: 300px;


}
#newslist table td {
	font-size: 12px;
	vertical-align: top;
}
#newslist table td.date {
	width: 80px;
}
#newslist table td.honbun {
	width: 220px;

}
#newslist table td a {
	font-size: 12px;
	height: 12px;
	color: #333333;
	text-decoration: underline;

}
