@charset "utf-8";
	
/*thumbnail*/

div.thumbnail_area {
	width: 720px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	position: relative;
	}
div.thumb_box {
	float: left;
	width: 130px;
	height: 130px;
	border: 1px solid #dcdcdc;
	background: #fff;
	margin: 0 10px 10px 0;
	overflow: hidden;
	}
div.thumb_box table {
	width: 128px;
	height: 128px;
	overflow: hidden;
	}
div.thumb_box td {
	text-align: center;
	vertical-align: middle;
	}
div.thumb_box td a img {
	}

div.pageswitch {
	clear: left;
	text-align: center;
	font-size: 1.1em;
	margin: 10px 0;
	}
div.pageswitch a {
	padding: 2px;
	}
div.pageswitch a:hover {
	background: #f6f6f6;
	}

/*category*/
div.category {
	width: 220px;
	float: left;
	text-align: left;
	}
div.category h2 {
	margin-bottom: 10px;
	font-size: 3em;
	}
div.category dl dt {
	font-size: 1.5em;
	padding-bottom: 0;
	}
div.category dl dd {
	font-size: 1.1em;
	margin: 5px;
	}
div.category dl dd a {
	padding: 5px;
	}

