@charset "UTF-8";
/*------------------------------------------------------*/
/* Updated: 2013/03 */
/*------------------------------------------------------*/

/* Default --------------------------------- */
* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6, div, p, address, ul, li, ol, dl, dt, dd, table, tr, th, td, form {
	zoom: 1;
}
img {
	border: none;
	vertical-align: bottom;
}
ul, ol {
	list-style-type: none;
}





/* body --------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 75%;
	-webkit-text-size-adjust: none;
}





/* wrapper --------------------------------- */
#wrapper {
	width: 600px;
	margin: 0 auto;
	padding: 100px 0;
}





/* gallery --------------------------------- */
#gallery {
	position: relative;
	width: 900px;
	height: 400px;
}
ul#gallery-img li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
#gallery-trap {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 900px;
	height: 400px;
	background: url(../images/index/spacer.gif);
}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/
