@charset "utf-8";
/* CSS Document */

#mainVisual h2 {
	background-image: url(../img/glossary/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 118px;
	width: 1014px;
}

.subtit02 {
	background-image: url(../img/glossary/block-pork.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: -9999px;
	display: block;
	margin: 0px auto;
	padding: 0px;
	height: 27px;
	width: 960px;
}

#glossary {
	display: block;
	margin: 20px auto 30px 20px;
	width: 940px;
}
#glossary-box {
	margin: 20px auto;
	width: 900px;
	border: solid 20px #FC6646;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#glossary-box table {
	margin: 0px;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	width: 900px;
}
th.glossary01 {
	font-weight: normal;
	color: #666666;
	text-align: left;
	padding: 5px 10px;
}
th.glossary02 {
	font-weight: bold;
	color: #FF6633;
	background-color: #FFDCD2;
	text-align: left;
	padding: 5px 10px;
}
#glossary-box td {
	text-align: left;
	padding: 10px;
}
