@charset "utf-8";
#contents #indoor_sign {
	width: 820px;
	margin-top: 30px;
	margin-right: 25px;
	float: left;
	margin-bottom: 30px;
}
#contents #side_outdoor_sign_button a {
	width: 275px;
	height: 110px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../image/side_outdoor_sign_button_off.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
}
#contents #side_outdoor_sign_button a:hover {
	width: 275px;
	height: 110px;
	background-image: url(../image/side_outdoor_sign_button_on.png);
	background-repeat: no-repeat;
}
#contents #side_indoor_sign_button a {
	width: 275px;
	height: 110px;
	display: block;
	float: left;
	text-indent: -9999px;
	background-image: url(../image/side_indoor_sign_button_off.png);
	background-repeat: no-repeat;
	margin-bottom:10px;
}
#contents #side_indoor_sign_button a:hover  {
	width: 275px;
	height: 110px;
	background-image: url(../image/side_indoor_sign_button_on.png);
	background-repeat: no-repeat;
}
#contents #indoor_sign p {
	padding-right: 26px;
	font-size: 15px;
	line-height: 24px;
}
#contents #indoor_sign table {
	width: 756px;
	margin-top: 45px;
	margin-bottom: 20px;
}
tbody tr td {
	border: 1px solid #C5CBD0;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-collapse: separate;
	border-radius: 2px;
	background-color: #FFFFFF;
}
#contents #work_button a {
	width: 275px;
	height: 270px;
	display: block;
	text-indent: -9999px;
	background-image: url(../image/side_work_button_off.png);
	float: left;
	background-repeat: no-repeat;

}
#contents #work_button a:hover {
	width: 275px;
	height: 270px;
	background-image: url(../image/side_work_button_on.png);
	background-repeat: no-repeat;
}
