* {
	margin: 0px;
	padding: 0px;
}
html {
	background-image: url("bg_green.gif");
}
body {
	margin:auto;
	width: 980px;
	font-family: Comic Sans MS,AR P丸ゴシック体M,MS ゴシック,sans-serif;
	font-size: 90%;
}
img {
	border: none;
}
#contents {
    border: 1px solid #7fc3cb;
	/*margin-top:12px;*/
	width: 930px;
	background-color: #ffffff;
	float: left;
	padding-left:25px;
	padding-right:25px;
}
#head {
	margin-top: 20px;
	width: 930px;
	background-image: url("top_right.gif");
	background-repeat: no-repeat;
	background-position: right top;
	float: left;
	margin-bottom: 10px;
}
#head img {
	float: left;
}
h1 {
	margin-left: 20px;
	margin-top: 13px;
	color: #fc4128;
	font-size: 105%;
	float: left;
}
#caption {
	float: left;
	width: 530px;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 90%;
	color: #505050;
}
#menu {
	float: left;
	width: 920px;
}
#menu li {
	list-style: none;
	float: left;
	margin-right: 15px;
}
#twocol {
	float: left;
	width: 725px;
}
#main {
	float: right;
	width: 545px;
}
#new {
	float: left;
	width: 544px;
	color: #606060;
}
#new h2 {
	width: 364px;
	float: left;
	background-image: url("/img/newitem.gif");
	background-repeat: no-repeat;
	padding-left: 180px;
	padding-top: 10px;
	height: 35px;
	font-size: 95%;
}
#new ul {
	width: 540px;
}
#new li {
	width: 160px;
	float: left;
	margin-right: 13px;
	list-style: none;
	font-size: 90%;
}
#rearrival {
	float: left;
	width: 544px;
	color: #7f7f7f;
	margin-bottom: 10px;
}
#rearrival h2 {
	width: 364px;
	float: left;
	background-image: url("/img/repeatitem.gif");
	background-repeat: no-repeat;
	padding-left: 220px;
	padding-top: 10px;
	height: 35px;
	font-size: 100%;

}
#rearrival li {
	width: 160px;
	float: left;
	margin-right: 20px;
	list-style: none;
	font-size: 90%;
}
#animal {
	float: left;
	width: 545px;
	background-color: #b5de10;
}
#side {
	width: 170px;
	float: left;
}
#side li {
	list-style: none;
}
#ad {
	float: right;
	width: 170px;
	/*margin-right: 10px;*/
}

