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

#stage h2,#stage h3,#stage h4{
	font-size: 1px;
	line-height: 1px;
	text-indent: -1000em;
	display: block;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/* knowledge-style */
#stage h2.title{
	background-image: url(../images/hl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width: 420px;
}
/* left */
#box-left h3.copy{
	background-image: url(../images/copy.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:38px;
	width: 420px;
	margin: 0 0 30px 0;
}
#box-left h4.lead1{
	background-image: url(../images/text1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 420px;
	margin: 0px;
}
#box-left h4.lead2{
	background-image: url(../images/text2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 55px;
	width: 420px;
	margin: 0px;
}
#box-left h4.lead3{
	background-image: url(../images/text3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 420px;
	margin: 0px;
}
/*table */
#box-left table{
	width:420px;
	height:auto;
	border-collapse:collapse;
	margin:0 0 10px 0;
}
#box-left table th{
	width:80px;
	height:auto;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
	padding:5px 0 5px 0;
}
#box-left table td{padding:5px 0 5px 0;}
