@charset "UTF-8";

#tel h3 {
}
#tel .inner {
	border-left: solid #9173d0 2px;
	border-right: solid #9173d0 2px;
	padding: 16px 0 14px;
}
#tel {
	background-image: url(img/tel_top.gif);
	background-repeat: no-repeat;
	width: 577px;
	padding: 4px 0 0;
	margin: 38px auto 0;
}
#tel .inner * {
	text-align: center;
}
#tel .inner h3 {
	margin-bottom: 13px;
}
#tel .inner p .important {
	font-size: 113%;
	color: #9173d0;
}
#tel .inner .img {
	margin-top: 10px;
}
#tel .btm {
	font-size: 0px;
	background-image: url(img/tel_btm.gif);
	background-repeat: no-repeat;
	height: 4px;
	width: 577px;
}
h2 {
	margin-bottom: 27px;
}
h3 {
	text-align: center;
}


/* --- Table --- */

table.ichiran {
	width: 590px;
	border-collapse: collapse;
	margin-top: 15px;
}
table.ichiran th.head{
	background-color: #999;
	color: #FFF;
	font-size: 70%;
	text-align: center;
	border-right: solid #fff 1px;
	border-bottom: solid #fff 1px;
}
table.ichiran td.time {
	text-align: center;
}
table.ichiran td {
	padding: 3px;
	border-bottom: solid #a3a3a3 1px;
	border-left: solid #a3a3a3 1px;
	color: #000;
}
table.ichiran tr.gry {
	background-color: #f5f5f5;
}
table.ichiran th{
	border-bottom: solid #a3a3a3 1px;
	text-align: left;
	padding: 3px;
	color: #000;
}
