/* about styles */

div#siteBanner {
  width: 950px;
  height: 250px;
  margin: 0px 0 10px 0;
  color: #ffffff;
  background-color: transparent;
}
#About div#siteBanner {
  background-image: url(../image/10banner_01.jpg);
  background-repeat: no-repeat;
}

div#mainContents h2 {
        background-image: none;
}

div#mainContents div#shop-data h2 {
	margin-bottom: 0em;
	border-bottom: none;
	color: #000000;
	font-family:"Times New Roman", Times;
	font-size: 90%;
	font-weight: normal
        background-image: none;
}

div#mainContents div#shop-data h3 {
        margin-top: 1em;
	margin-bottom: 0.5em;
	border-bottom: 1px dotted #c0c0c0;
	color: #000000;
	font-family: "Times New Roman", Times;
	font-size: 90%;
	font-weight: normal
        background-image: none;
}

div#mainContents div#shop-data li {
  font-family: Times, "Times New Roman", Garamond, serif;
  font-size: 90%;
  line-height: 100%;
  text-indent: 1.0em;
  margin: 5px 0 0 0;
}


