﻿@charset "UTF-8";

/* CSS Information ========================================
File name: contents.css
Date 2011.12.01 new
======================================================= */
#main {
	margin-top:50px;
}

#main ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

ul#thumbnails {
	margin-left:10px;
	width:916px;
	height:516px;
}

#thumbnails img {
	border:none;
}

#thumbnails li {
	float:left;
	padding:0px;
	margin-top:14px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:14px;
	height:133px;
	width:100px;
}

#pageNavi {
	height:10px;
	clear:both;
	margin-left:auto;
	margin-right:auto;
}

.others a, .current a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
}

.others {
	background:white url('../../image/works/page/page_off.jpg') no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:4px;
	margin-right:4px;
}

.current {
	background:white url('../../image/works/page/page_on.jpg') no-repeat;
	width:10px;
	height:10px;
	float:left;
	margin-left:4px;
	margin-right:4px;
}