
#title {
	background-image: url(images/title_img.png);
}

div.show {
	border: 1px solid #00a87b;
}

div.show h2 {
	background: #00a87b;
	color: white;
	font-size: 150%;
	line-height: 1.2em;
	padding: 15px 10px;
}

div.show table {
	margin: 0px auto;
	width: 760px;
}

div.show table th {
	background: #eca9bb;
	padding: 30px;
	color: white;
}
div.show table td.sp {
	display: none;
}

div.show div.info {
	padding: 0px 20px;
}
div.show a.show-link {
	background: url(images/show_link.png) no-repeat center left;
	color: black;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
}



