
.breadcrumb_list {
	padding: 24px 50px 38px;
}


table {
	color: #666;
}
table tr {
	border-bottom: 15px solid  #FFF;
}

table th {
	width: 80px;
	padding: 4px 0;
	background-color: #DBDBDB;
	text-align: center;
	font-size: 12px;
	line-height: 1;
}

table td {
	padding: 5px 0 4px;
	padding-left: 20px;
}


#info {
	color:#666;
}

#info ul {
	list-style: disc inside;
}

#info ul li {
	margin-bottom: 10px;
}

.print {
	float: right;
	display: inline;
	padding-top: 30px;
}

.print:hover {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
	-moz-opacity: .50;
	zoom:1;
}
.print a {
	display: block;
	background: url(../img/square_arrow.gif) no-repeat 0 50%;
	padding-left: 20px;
}

.print a:hover {
	text-decoration: none;
}