@charset "utf-8";
#content #mainvis {
	background:url(../img/mainvis.jpg) no-repeat left top;
	height:100px;
	width: 900px;
}
#content #mainvis img{
	position: absolute;
	left: -9999px;
}
@media print{
#content #mainvis {
	display: inline;
	padding:0;
}
#content #mainvis img{
	position: static;
}
}
.background_img02 {
	background: url(../img/back_img01.jpg) no-repeat right top;
}
#main #table_title {
	padding: 0 0 0 200px;
	text-align: center;
	background: #eeeeee;
}
#main #table_title th{
	background-color: #ffffff;
/*	visibility: hidden;
*/}
#main p em {
	font-weight: bold;
	padding:0;
}
#main .rightimg{
	float: right;
}
#main .get_pdf{
	background: url(../../common/img/pdficon_small.gif) no-repeat left center;
	padding: 0 20px;
}
ul.limark{
	padding: 10px 0;
}
ul.limark ul{
	padding: 10px 0;
}
ul.limark span{
	font-size: 90%;
	display:block;
	padding: 0 0 0.7em 0;
	line-height:150%;
}
