@charset "utf-8";
/* CSS Document */

@import url("common.css");

div#page {
	background: transparent url("../img/top_photo.jpg") 0 0 no-repeat;
	height: 768px;
	width: 1024px;
	margin: 0 auto;
	position: relative;
}
div#recent {
	position: absolute;
	bottom: 62px;
	right: 0;
	display:none;
}
div#recent dl {
	float:left;
	height: 120px;
	width: 75px;
	margin: 0 0 0 10px;
	padding: 0;
}
div#recent dl dt{
	position:relative;
	width: 75px;
	height:30px;
	font-size: 10px;
}
div#recent dl dt span{
	display: block;
	position:absolute;
	bottom:0;
}
div#recent dl dt span span{
	display: block;
}
div#recent dl dd{
	width: 75px;
	margin: 0;
	padding: 0;
}
div#recent dl dd img{
	width: 75px;
	height: 75px
	margin: 0;
	padding: 0;
	border:0;
}
div#recent dl dd a{
	display:block;
	padding: 5px 0 0;
	background: none;
}
div#recent dl dd a:link, div#recent dl dd a:visited {
	border-top: 1px solid #fff;
}
div#recent dl dd a:hover, div#recent dl dd a:active {
	border-top: 1px solid #f7b551;
}

div#recent dl#new dt{
	position:relative;
}

div#recent dl#new dt span{
	position:absolute;
	bottom: 0;
	left:19px;
	width:16px;
	height:36px;
	display:block;
	background: transparent url("../img/top_arrow_line.png") 0 100% no-repeat;
	text-indent: -9999px;
	overflow:hidden;
}

div#latest {
	font-size: 12px;
	border-bottom:solid 1px;
	margin: 0 0 5px 44px;
}
div#backnumber {
	float:left;
	width: 15px;
	margin: 0 10px;
}
div#backnumber a {
	display:block;
	background: transparent url("../img/top_arrow_backnumber.png") 0 0 no-repeat;
	margin-top:65px;
	width: 15px;
	height: 22px;
	text-indent: -9999px;
	overflow:hidden;
}
div#footer ul li a {
	color: #fff;
}
div#footer ul li a:hover, div#footer ul li a:active {
	color: #D49A51;
}
address a {
	background: transparent url("../img/top_logo_qript.png") 0 0 no-repeat;
}
address a:hover, address a:active {
	background: transparent url("../img/top_logo_qript.png") 0 0 no-repeat;
}

