﻿@charset "utf-8";


/* ============================================
	/gallery/index.html
============================================ */

	.h2Section {
		margin: 25px 20px 0;
	}
	
	.galleryList {
		margin: 30px 20px 0;
		width: 659px;
		overflow: hidden;
	}
		.galleryList ul {
			margin-left: -14px;
			width: 700px;
		}
	
			.galleryList li {
				float: left;
				width: 230px;
				padding-bottom: 15px;
				margin-bottom: 15px;
				border-bottom: 1px solid #EBEBEB;
			}
			
				.galleryList li dl {
					padding: 0 13px 0 14px;
					border-right: 1px solid #EBEBEB;
				}
	
				.galleryList li dl dt {
					position: relative;
				}

				.galleryList li dl dt img {
					position: absolute;
					top: 155px;
				}
								
				.galleryList li dl dd.thumnail {
					width: 200px;
					background: url("../images/index/galleryList_bg.gif") 0 0 repeat;
				}

				.galleryList li dl dd.thumnail img {
					margin: 5px;
					vertical-align: bottom;
				}
			
				.galleryList dd.button {
					padding-top: 30px;
				}
