@charset "utf-8";
/* CSS Document */

/* weppage系オプション
---------------------------------------------*/
/* Artist */
.document-body,
.document-body-more {
	margin-bottom:24px;
}

.document-body h3 {
	font-weight:bold;
  font-size:18px;
  border-left:#D9CCB7 7px solid;
  padding-left:10px;
  margin-bottom:10px;
}

.document-body p {
	font-size:12px;
  line-height:160%;
  margin-top:12px;
}

/* Contact */
ul.contact {
	margin-bottom:35px;
  list-style:none;
}

ul.contact li {
	font-size:12px;
  padding-bottom:5px;
}

dl.contact {
	margin-bottom:35px;
}
dl.contact dt {
	font-size:12px;
  font-weight:bold;
}
dl.contact dd {
	font-size:12px;
  padding-bottom:10px;
}

/* exhibition */

ul.exhibition {
	margin-bottom:50px;
  list-style:none;
}

ul.exhibition li {
  list-style:none;
  display:inline;
}

#contents #content ul.exhibition li a {
  text-decoration:none;
	border:none;
  padding-bottom:0;
}

/* Gallery */

ul.gallery
 {
	margin-bottom:50px;
  list-style:none;
}

ul.gallery li {
  list-style:none;
  display:inline;
}

#contents #content ul.gallery li a {
  text-decoration:none;
	border:none;
  padding-bottom:0;
}

/* TOP */
h3.top-news {
	font-weight:bold;
  font-size:16px;
  border-left:#D9CCB7 7px solid;
  padding-left:10px;
  margin-bottom:10px;
}
ul.top-news {
	margin-bottom:50px;
  list-style:none;
}

ul.top-news li {
	font-size:12px;
  padding-bottom:5px;
  list-style:none;
}
ul.top-news li span {
	letter-spacing:.1em;
}