@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "MS Pゴシック", "Trebuchet MS", sans-selif;
	font-size: 12px;
}

#wrapper {
	width: 900px;
	height: 600px;
	margin: 0 auto;
	background: #fff url(../images/bgFlash.png) no-repeat top left;
}

a.topIcon {
	background: transparency;
	position: relative;
	top: 7px;
	left: 596px;
}

a.topIcon img {
	width: 31px;
	height: 31px;
	outline: none;
	border: none;
}

a.clearButton {
	background: transparency;
	position: relative;
	top: 28px;
	left: 605px;
}

a.clearButton img {
	width: 230px;
	height: 75px;
	outline: none;
	border: none;
}

.imageView {
	width: 600px;
	height: 340px;
	background: #333;
	filter: alpha(opacity=70); /*IE*/
	opacity: 0.7;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -moz-box-shadow: 5px 5px 5px #888;
    -webkit-box-shadow: 5px 5px 5px #888;
    box-shadow: 5px 5px 5px #888;
    margin: 55px auto 0 auto;
    padding: 40px;
}

.imageView a {
	width: 600px;
	height: 340px;
	background: #000;
	filter: alpha(opacity=85); /*IE*/
	opacity: 0.85;
}

.imageView a:hover {
	width: 600px;
	height: 340px;
	background: #000;
	filter: alpha(opacity=100); /*IE*/
	opacity: 1;
}

.imageView a img {
	border: 0;
}

.imageView span {
	color: #bbb;
	font-size: 16px;
}