﻿@charset "utf-8";

td img {display: block;}
dl,dd,dt{	
	margin:0;
	padding:0;
}
img{
	border:none;	
}
a {
	text-decoration: underline;
	outline:none;
	border:none;
}
a:hover, a:active, a:focus {
	text-decoration: underline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}

#wrapper{
	background:#fff;
	text-align:center;
	width:770px;
	position:relative;	
	margin:0 auto 0 auto;	
}

#dictionary dt{
	font-size:12px;
	padding:5px 5px 5px 10px;
	font-weight:bold;
	color:#076BAF;
}
#dictionary dd{
	font-size:11px;
	padding:5px 5px 5px 10px;
	line-height:1.5em;
	color:#333;
}
#dictionary tr,#dictionary td{
	vertical-align:top;
}

.kind{
	position:absolute;
	top:313px;
	left:135px;
}
.part{
	position:absolute;
	top:313px;
	left:375px;
}
.area{
	position:absolute;
	top:313px;
	left:550px;
}
#showAll{
	position:absolute;
	top:450px;
	left:635px;	
	font-size:12px;
}


