*{
  margin: 0;
  padding: 0;
}
img{
  border: none;
}
div{
  text-align: left;
}
body{
  background-color: #f2f2f2;
  background-image: url(../img/back.gif);
  background-repeat: repeat-x;
  text-align: center;
}

/* ---------------- head ---------------- */
div#head{
  position: relative;
  width: 920px;
  height: 85px;
  margin: 0 auto;
  background-image: url(../img/head.jpg);
  background-repeat: no-repeat;
}
div#head h1{
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fc9;
  font-size: 11px;
  font-weight: normal;
}
div#head a#logo{
  position: absolute;
  width: 250px;
  height: 70px;
  top: 3px;
  left: 15px;
}

/* ---------------- body ---------------- */
div#body{
  position: relative;
  width: 920px;
  margin: 0 auto;
  background-image: url(../img/body.gif);
  background-repeat: repeat-y;
}


/* ---------------- left ---------------- */
div#body div#left{
  width: 170px;
  float: left;
}
div#body div#left h2{
  width: 152px;
  height: 24px;
  color: #ff9;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.3em;
  margin: 0 3px 0 15px;
  background-image: url(../img/left_h2.gif);
  background-repeat: no-repeat;
}
div#body div#left h3{
  width: 145px;
  height: 20px;
  font-size: 11px;
  line-height: 20px;
  text-indent: 20px;
  margin: 0 6px 0 19px;
  background-image: url(../img/biggenre.gif);
  background-repeat: no-repeat;
  cursor: pointer;
}
div#body div#left ul.Sgenre{
  width: 130px;
  margin: 0 6px 0 34px;
  list-style: none;
}
div#body div#left ul.Sgenre li{
  height: 15px;
  line-height: 15px;
  text-indent: 5px;
  font-size: 11px;
}
div#body div#left ul.Sgenre li a{
  display: block;
  width: 130px;
  height: 15px;
  color: #000;
  text-decoration: none;
}
div#body div#left ul.Sgenre li a span{
  display: block;
  width: 130px;
  height: 15px;
  cursor: pointer;
  background-image: url(../img/smallgenre.gif);
  background-repeat: no-repeat;
}
div#body div#left div.leftbox{
  width: 160px;
  margin: 0 0 0 10px;
}

/* ---------------- right ---------------- */
div#body div#right{
  width: 750px;
  float: left;
}
div#body div#right h2{
  width: 740px;
  height: 30px;
  color: #333;
  font-size: 13px;
  line-height: 24px;
  text-indent: 10px;
  margin: 0 10px 10px 0;
  background-image: url(../img/h2.gif);
  background-repeat: no-repeat;
}

div#body div#right h4{
  color: #999;
  font-size: 13px;
  line-height: 24px;
  text-indent: 10px;
  margin: 0 10px 10px 0;
}


div#body div#right p{
  width: 730px;
  margin: 10px;
  font-size: 13px;
  line-height: 140%;
}
div#body div#right p a{
  color: #00f;
  white-space: nowrap;
}
div#body div#right p a:hover{
  color: #f00;
}
div#body div#right h3.review{
  width: 720px;
  height: 50px;
  color: #111;
  font-size: 14px;
  line-height: 50px;
  text-align: center;
  margin: 0 20px 0 10px;
  background-image: url(../img/h3.gif);
  background-repeat: no-repeat;
}
div#body div#right div.reviewbox{
  width: 720px;
  margin: 0 20px 0 10px;
  background-image: url(../img/review.gif);
  background-repeat: repeat-y;
}
div#body div#right div.reviewbox h4{
  width: 660px;
  margin: 10px 30px;
  font-size: 15px;
}
div#body div#right div.reviewbox h4 span.red{
  color: #f00;
  width: 140px;
  display: block;
  float: left;
}
div#body div#right div.reviewbox p{
  width: 660px;
  margin: 10px 30px;
}
div#body div#right div.reviewbox p.datetime{
  border-bottom: 2px dotted #aa8;
  text-align: right;
}

div#body div#right div#gmap{
  width: 718px;
  height: 300px;
  margin: 0 20px 10px 10px;
  border: 1px solid #aaa;
}

/* ---------------- databox ---------------- */
div#body div#right div.databox{
  width: 720px;
  margin: 0 20px 10px 10px;
}
div#body div#right div.databox div.normal{
  width: 370px;
  border: 2px solid #ddd;
  float: left;
}
div#body div#right div.databox div.normal p{
  width: 360px;
  margin: 5px;
  border-bottom: 2px dotted #ddd;
}
div#body div#right div.databox div.ad{
  width: 335px;
  border: 2px solid #ddd;
  margin-left: 5px;
  float: left;
}

/* ---------------- shopbox ---------------- */
div#body div#right table.shopbox{
  width: 716px;
  margin: 0 20px 10px 10px;
  border: 2px solid #ddd;
}
div#body div#right table.shopbox tr td{
  margin: 5px;
  border-bottom: 2px dotted #ddd;
  font-size: 13px;
  height: 25px;
  line-height: 25px;
  text-indent: 10px;
}
div#body div#right table.shopbox tr td.tag{
  width: 100px;
}

/* ---------------- listbox ---------------- */
div#body div#right table.listbox{
  width: 720px;
  font-size: 13px;
  margin: 0 20px 10px 10px;
  border: 1px solid #ccc;
}
div#body div#right table.listbox tr td ul{
  list-style: none;
  margin-bottom: 10px;
}
div#body div#right table.listbox tr td ul li{
  height: 18px;
  line-height: 18px;
  text-indent: 10px;
  font-size: 12px;
}
div#body div#right table.listbox tr td ul li a{
  color: #000;
}
div#body div#right table.listbox tr td.listbox_1{
  width: 118px;
  background-color: #ffc;
}
div#body div#right table.listbox tr td.listbox_2{
  width: 118px;
  background-color: #fff;
}
div#body div#right table.listbox tr td h3{
  width: 118px;
  height: 35px;
  line-height: 35px;
  font-size: 12px;
  text-indent: 10px;
  color: #fff;
}
div#body div#right table.listbox tr td h3.preflist1{
  background-image: url(../img/preflist1.gif);
  background-repeat: no-repeat;
}
div#body div#right table.listbox tr td h3.preflist2{
  background-image: url(../img/preflist2.gif);
  background-repeat: no-repeat;
}
div#body div#right table.listbox tr td h3.genrelist1{
  background-image: url(../img/genrelist1.gif);
  background-repeat: no-repeat;
}
div#body div#right table.listbox tr td h3.genrelist2{
  background-image: url(../img/genrelist2.gif);
  background-repeat: no-repeat;
}

/* ---------------- ad ---------------- */
div#body div#right table.ad{
  width: 716px;
  font-size: 13px;
  margin: 0 20px 10px 10px;
  border: 2px solid #ddd;
}
div#body div#right table.ad tr td{
  height: 23px;
  line-height: 23px;
  text-indent: 20px;
  cursor: pointer;
}
div#body div#right table.ad tr td.tag{
  background-color: #fcf;
  font-weight: bold;
}

/* ---------------- adlist ---------------- */
div#body div#right table.adlist{
  width: 720px;
  font-size: 13px;
  margin: 0 20px 10px 10px;
}
div#body div#right table.adlist tr td{
  margin-bottom: 5px;
  height: 65px;
  cursor: pointer;
}
div#body div#right table.adlist tr td.photo{
  width: 130px;
}

#foot{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 60px;
	text-align: center;
}

p.footlink{
	line-height: 20px;
	margin: 10px 0 0 0;
	text-align: center;
	font-size: 10px;
}
p.footlink a{
	line-height: 20px;
	color: #404040;
	font-size: 10px;
	white-space: nowrap;
}
