@charset "utf-8";
/* CSS Document */
.store_title{
	height:44px;
	line-height:44px;
	background-image:url(../images/line.png);
	background-repeat:repeat-x;
	font-size:22px;
	font-weight: bold;
	color:#018ef1;
	text-align:center;
	width:980px;
	margin:0 auto;
}
#overview {
	background-color:#e4f5ff;
	padding-bottom:10px;
	margin:20px auto 30px auto;
}
#overview table ,#enkaku table{
	width:960px;
	margin:5px auto;
}
#overview th,#overview td,#enkaku th,#enkaku td {
	border-bottom:1px dashed #8fcefa;
	padding:15px;
}
#overview th,#enkaku th{
	width:20%;
}
#enkaku {
	background-color:#e4f5ff;
	padding-bottom:10px;
	margin:20px auto;
}