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

* {
	margin: 0;
	padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
}
html {
	overflow-y: scroll;
}
body {
}
div#Wallpaper {
}
div#Container {
}
div#Visual {
	height: 479px;
	background-image: url(../img/t_back.gif);
	padding-left: 35px;
    padding-top: 126px;
	width: 724px;
}
h1 {
	font-size: 0px;
	height: 0px;
	width: 0px;
	text-indent: -99999px;
	overflow: hidden;
}
.Hyde {
	font-size: 0px;
	height: 0px;
	width: 0px;
	text-indent: -99999px;
	overflow: hidden;
}
.ThumbnailArea {
	padding-top: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 688px;
}
div.Panel {
	vertical-align: top;
	display: inline-block;
	width:152px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
 *display: inline;
 *zoom: 1;
}
.Panel a img {
	border:1px solid #00F;
}
.Panel a img:hover {
	border-color:#F60;
}
.Panel p {
	font-size: 12px;
	line-height:1.3;
	margin-top:2px;
}
.Panel p strong {
	line-height:1.3;
	display:block;
	margin-top:2px;
}
.Panel p span {
	line-height:1.3;
	letter-spacing:1px;
	font-size:10px;
	color:#F00;
}

div.Return {
    height: 18px;
}