@charset "UTF-8";
@import url("default.css");
@import url("screen_base.css");

h4 {
	background: transparent url(../img/00_bor_arealong.jpg) no-repeat 0px 0px;
}

h5 {
	margin: 15px 0px 0px 10px;
	padding: 0px;
}

dl {
	margin: 10px 0px 0px 45px;
	padding: 5px 0px 0px 0px;
	background-image: url(../img/out_border.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

dt {
	padding: 0px 0px 0px 15px;
	margin: 0px;
	background-image: url(../img/arrow_redright.gif);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 120%;
	color: #CC3300;
}

dd {
	margin: 0px;
	padding: 0px 25px 0px 15px;
}

table {
	width: 520px;
	margin: 10px 0px 0px 45px;
	border: 0px;
}

table th,
table td {
	padding: 3px;
	border: 1px solid #ccc;
}

table th {
	text-align: center;
	font-weight: normal;
	background-color: #e6e6e6;
}

table th.name {
	width: 15%;
}

table th.tel {
	width: 25%;
}

table th.add {
	width: 45%;
}

table td {
	padding-left: 6px;
	vertical-align: middle;
}

table td span {
	font-size: 80%;
	color: #666;
}

p.gotop {
	margin-top: 25px;
}