﻿@charset "utf-8";

/* ============================================
	/gallery/index.html
============================================ */
.sectionLv1.gallery {
	width: 563px;
}
.sectionLv1.gallery ul {
	display: block;
	margin-top: 17px;
	width: 563px;
	height: 193px;
	overflow: hidden;
}
	.sectionLv1.gallery ul li {
		background: transparent url(../img/bg_01.gif) no-repeat left top;
		padding: 11px;
		width: 250px !important;
		height: 171px !important;
		width: 272px;/* IE6 hack */
		height: 193px;/* IE6 hack */
	}


