@charset "UTF-8";
@import url(http://www.fukuoka-artwalk.com/2009/css/base.css);

/*** ヘッダー ***/

#header{
  height:110px;
  margin-bottom:10px;
  }


/* EXHIBITION */

#exhibition{
  width:500px;
  padding:0 0 10px;
  border-bottom:none;
  }

#exhibition .exhibition{
  width:500px;
  margin-bottom:15px;
  padding-bottom:15px;
  }

#exhibition h3 a,
#mainBody .mainRight h3 a{
  color:#333;
  text-decoration:none;
  }

#exhibition h3 span, #exhibition h3 span a,
#mainBody .mainRight h3 span, #mainBody .mainRight h3 span a{
  color:#D0AE4C;
  margin-right:3px;
  }


/* ExEntry */

#exEntry{
  width:500px;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
  clear:both;
  }

#exEntry h3{
  color:#333;
  font-size:15px;
  font-weight:bold;
  letter-spacing:1px;
  padding-bottom:10px;
  }

#exEntry h3 span{
  color:#D0AE4C;
  margin-right:3px;
  }

#exEntry .gallery{
  width:500px;
  padding-bottom:10px;
  clear:both;
  }
  
#exEntry .gallery .days{
  font-weight:bold;
  margin-bottom:5px;
  padding:5px 0;
  border-bottom:1px dotted #999;
  }

#exEntry .exPhoto{
  width:500px;
  text-align:center;
  padding-bottom:10px;
  }

#exEntry .exDetails{
  width:500px;
  padding-bottom:10px;
  clear:both;
  }

#exEntry .exDetails .detail{
  line-height:150%;
  }

#exEntry .exDetails h4, #exEntry .exDetails .detail b{
   font-size:14px;
   font-weight:bold;
   line-height:150%;
   padding-bottom:5px;
   }

#exEntry .entryBody{
  width:500px;
  padding-bottom:10px;
  clear:both;
  }

#exEntry .exDetails .detail p,
#exEntry .entryBody p{
  padding-bottom:10px;
  }


#exEntry .addinfo{
  padding-top:10px;
  border-top:1px dotted #ccc;
  clear:both;
  }

#exEntry .addinfo h4{
  font-size:12px;
  font-weight;bold;
  padding:5px 0;
  }

#exEntry .addinfo .entryBody{
  padding:5px 0;
  }



#renew{
  color:#333;
  margin-bottom:10px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
  clear:both;
  }

#mainBody .mainRight #renew a{
  color:#333;
  text-decoration:underline;
  }

#renew h3{
  font-size:14px;
  line-height:16px;
  margin:0;
  padding:5px 5px 5px 10px;
  border-left:5px solid #D0AE4C;
  }

#renew ul{
  padding:10px;
  }

#renew li{
  list-style:none;
  font-size:12px;
  text-align:left;
  line-height:14px;
  padding-left:18px;
  padding-bottom:10px;
  background:url(http://www.fukuoka-artwalk.com/2009/imgs/point-list.jpg) no-repeat left 1px;
  }

#renew li span{
  color:#D0AE4C;
  margin-right:3px;
  }



