* {
	padding: 0px;
	margin: 0px;
}
body {
	background: #ffffff;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size:12px;
}
#all {
	text-align: left;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
	color: #333333;
	background: #D0D0D0;
	padding: 8px 0px;
}
#cont{
	border: 1px solid #AAAAAA;
	background: #FFFFFF;
	margin: 0px 9px;
	width: 400px;
	padding: 0px 0px 5px 0px;
	position: relative;
}
#main{
	height: auto;
}
img {
	border: 0px;
	margin: 5px;
}
.none {
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	height: 0px;
	border: 0px;
}
#rakutenLogo {
    position: absolute;
    top: 0;
    right: 0;
}
#detail {
text-align: center;
}
.bold{
	font-weight:bold;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
/* ------------------------------------------------ */
a:link,a:visited {
}
a:hover {
}
/* ------------------------------------------------ */
#header {
	font-size: 20px;
	margin: 5px 0px 2px 5px;
}
#leftinfo{
	text-align: center;
}
#img {
	margin: 0px 10px 0px 0px;
	text-align: center;
}
#info{
	margin: 0px 0px 0px 10px;
}
#info th{
	white-space:nowrap;
	text-align: left;
	vertical-align:top;
}

#footer{
	position: absolute;
	bottom: 5px;
	right: 5px;
}



