* {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	background-color: #FFFFCC;
	font-family: "MS P ƒSƒVƒbƒN", Osaka;
}
#container {
	background-color: #FFFFFF;
	width: 730px;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
#banner {
	width: 730px;
	background-image: url(http://affiliate-dictionary.tam-alchemist.com/img/clover.jpg);
	background-repeat: no-repeat;
	height: 110px;
}
#main {
	width: 730px;
}
#main-right {
	float: right;
	width: 540px;
}
#main-left {
	float: left;
	width: 170px;
}
#side {
	float: right;
	width: 200px;
}
#honbun {
	float: left;
	width: 320px;
	margin-right: 10px;
}
#linkhonbun {
	float: left;
	width: 500px;
	margin-left: 10px;
}
#footer {
	text-align: center;
	width: 730px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 5px double #000000;
	font-size: 90%;
	line-height: 150%;
	color: #000000;
	clear: both;
	margin-top: 10px;
}
img {
	border: 0;
}