@charset "Shift_JIS";
@import url(cmn.css);
@import url(base.css);

table{
	width: 100%;
	margin-bottom: 20px;
}
table tr td{
	border-bottom: dotted 1px #cccccc;
	padding: 5px 0 5px 0;
	text-align: left;
}
table tr td.name{
	width: 200px;
	font-weight: bold;
}
table tr td.address{
}
table tr td.tel{
	width: 150px;
	text-align: right;
}

