/* CSS Document */

@import url("common.css"); 

#header{
	height:460px;	/*トップイメージの値*/
}
.zeitaku{
	margin-top:15px;
	margin-bottom:35px;
}

.kakaku{
	margin-top:10px;
	margin-bottom:30px;
}

/*店舗情報*/
.tenpo{
	margin-bottom:15px;
	width:320px;
}
.tenpo th,td{
	font-size:12px;
	padding:10px 0 3px 0;
	border-bottom:1px dotted #E9E4DA;
}

.tenpo th{
	color:#988A58;
	padding-right:30px;
}
.tempo td{
	color:#333333;
	line-height:130%;
}