@charset "utf-8";


#sub-head-navi {
	background-image: url(../store_info/images/sub-head-navi-bkg.png);
	background-repeat: repeat;
}
#sub-head-navi li {
	float: left;
}
#topic-path {
	background-image: url(../store_info/images/topic-path-bkg.png);
	background-repeat: repeat;
}
#sub {
	background-image: url(../store_info/images/sub-bkg.png);
	background-repeat: no-repeat;
}
#content {
	background-image: url(../store_info/images/content-bkg.png);
	background-repeat: repeat-y;
}
.date {
	font-size: 10px;
	color: #CC0000;
	display: block;
	padding-bottom: 5px;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
.title-box {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	clear: both;
	margin-bottom: 15px;
}
.body {
	padding-bottom: 15px;
}
