#main {
	width:640px;
}

#photobox {
	width:400px;
	height:529px;
}

#mainbox {
	margin-bottom:7px;
	position:relative;
}


.some1, .some2 {
	float:left;
}

.some2 {
	margin-left:6px;
	cursor:pointer;
}





#caption {
	width:220px;
	height:528px;
	font-size:11px;
	line-height:1.4;
	position:absolute;
	top:0;
	right:0;
}

#caption h2 {
	font-size:16px;
	font-weight:normal;
	line-height:normal;
	margin-bottom:5px;
}

#caption #copy {
	margin-bottom:10px;
	font-weight:normal;
}

#caption span {
	text-decoration:line-through;
	color:#c00;
}

#log {
	width:204px;
	height:189px;
	overflow:auto;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:39px;
}

#log p {
	font-weight:normal;
	font-size:11px;
}

*:first-child+html #log {
	height:182px;
}

html:not([lang*=""]) #log {
	height:178px;
}


input {
	cursor:pointer;
}


#bottom {
	position:absolute;
	top:580px;
	left:50%;
	margin-left:-477px;
	z-index:-1;
}

.footer {
	margin-left:0px;
	margin-top:60px;
}