@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	padding: 0;
	margin: 0;
	font-family: verdana, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* ------------------------------------------------------------ */
/* common                                                       */
/* ------------------------------------------------------------ */

.ad-gallery {
	width: 900px;
	overflow: hidden;
}
.ad-gallery,
.ad-gallery * {
	margin: 0;
	padding: 0;
}
.ad-gallery .ad-image-wrapper {
	float: left;
	width: 700px;
	height: 270px;
	position: relative;
	overflow: hidden;
}
.ad-gallery .ad-image-wrapper .ad-loader {
	position: absolute;
	z-index: 10;
	top: 48%;
	left: 48%;
	border: 1px solid #cccccc;
}

.ad-gallery .ad-image-wrapper .ad-image {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	z-index: 9;
}
.ad-nav {
	float: left;
	width: 198px;
	height: 268px;
	border: 1px solid #cccccc;
}
.ad-gallery .ad-nav .ad-thumbs {
	overflow: hidden;
	width: 200px;
}
.ad-gallery .ad-thumbs li {
	clear: both;
	float: left;
	width: 200px;
}
.ad-gallery .ad-thumbs li a {
	display: block;
	width: 200px;
}
.ad-gallery .ad-thumbs li a img {
	display: block;
}
.ad-gallery .ad-thumbs li a.ad-active img {
}
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
	position: absolute;
	left: -9000px;
	top: -9000px;
}
