
* {
	border: none;
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
}

body {
	/*	font-family: YuGothic, "Yu Gothic", sans-serif;*/
	font-family: Ryumin Regular KL;
	font-weight: 500;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
}

.sp {
	display: none;
}

h1,
h2,
h3,
h4 {
	text-align: center;
}

div.body h2 {
	background-color: #ece7de;
	font-size: 120%;
	margin: 20px -5px;
	padding: 5px 10px;
	text-align: center;
}

h1.img,
h2.img {
	padding: 15px 0;
}

h1.img em,
h2.img em {
	border-bottom: 2px solid #aeaeae;
	border-top: 2px solid #aeaeae;
	font-size: 100%;
	font-style: normal;
	font-weight: 500;
	padding: 10px 40px;
}

h3.img {
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	font-weight: normal;
	padding: 10px 0;
}

p {
	line-height: 1.8em;
	margin: 10px 0;
	text-align: justify;
	text-justify: distribute;
}

p.mn {
	margin: 0;
}

p.right {
	text-align: right;
}

p.mn-right {
	margin: 0;
	text-align: right;
}

p.center {
	text-align: center;
}

p.mn-center {
	margin: 0;
	text-align: center;
}

sup,
sub {
	font-size: 70%;
	line-height: 4px;
	vertical-align: top;
}

a {
	color: black;
	overflow: hidden;
}

a:hover,
input.submit:hover {
	filter: alpha(opacity=60);
	-moz-opacity: .6;
	     opacity: .6;
	-webkit-transition: all .3s;
	   -moz-transition: all .3s;
	    -ms-transition: all .3s;
	     -o-transition: all .3s;
	        transition: all .3s;
}

a.link-btn,
span.link-btn a,
span.link-btn span,
div.body p a.link-btn {
	background: #ddccb0 url(images/link_btn.png) no-repeat right 15px center;
	color: black;
	font-style: normal;
	padding: 15px 85px 15px 75px;
	text-decoration: none;
}

a.link-btn-prev,
span.link-btn-prev a {
	background: #ddccb0 url(images/link_btn_prev.png) no-repeat left 15px center;
	font-style: normal;
	margin: 0 auto;
	padding: 15px 75px 15px 85px;
	text-decoration: none;
}

ul {
	list-style-type: none;
}

ol {
	line-height: 1.5em;
	margin-left: 2em;
}

ol li {
	margin-top: 5px;
}

sup {
	line-height: 1em;
}

em {
	font-style: normal;
}

table {
	border-collapse: collapse;
	line-height: 1.6em;
	width: 100%;
}

div.body table {
	margin: 10px auto;
}

div.body table th,
div.body table td {
	border: 1px solid gray;
	padding: 3px 5px;
}

span.gray {
	color: gray;
}

span.red {
	color: red;
}

span.xx-large {
	font-size: 200%;
	line-height: 1.5em;
}

span.x-large {
	font-size: 150%;
	line-height: 1.5em;
}

span.large {
	font-size: 125%;
	line-height: 1.5em;
}

span.small {
	font-size: 85%;
	line-height: 1.4em;
}

span.marker,
strong.marker {
	background: linear-gradient(transparent 50%, #faf09a 50%);
	padding: 0 5px;
}

span.img-right {
	float: right;
	margin: 5px 0 5px 20px;
}

span.img-left {
	float: left;
	margin: 5px 20px 5px 0;
}

div.body ul,
ul.list {
	border-top: 1px solid #bbbbbb;
	line-height: 1.5em;
}

div.body ul li,
ul.list li {
	background: url(images/ul_list_li.png) no-repeat 10px 15px;
	border-bottom: 1px solid #bbbbbb;
	display: block;
	padding: 9px 0 9px 30px;
}

ul.notelist {
	line-height: 1.5em;
	list-style-type: none;
	margin: 5px 0 0 1.8em;
}

ul.notelist li {
	line-height: 1.5em;
	padding: 3px 0;
	text-indent: -1.2em;
}

ul.notelist li span.maker {
	margin-right: .2em;
}

div.line {
	background: url(images/line.gif) repeat-x center center;
	clear: both;
	display: block;
	font-size: 5px;
	height: 20px;
	text-indent: -2000em;
}

div.space10px {
	clear: both;
	font-size: 5px;
	height: 10px;
}

div.space20px {
	clear: both;
	font-size: 5px;
	height: 20px;
}

div.space50px {
	clear: both;
	font-size: 5px;
	height: 50px;
}

/***********************************************************************/
table.list-table {
	border-top: 1px solid #ece7de;
}

table.list-table th {
	background-color: #a19282;
	border-bottom: 1px solid #ece7de;
	font-weight: normal;
	padding: 20px 30px;
	width: 30%;
}

table.list-table td {
	background-color: rgba(255,255,255,.8);
	border-bottom: 1px solid #ece7de;
	padding: 20px 30px;
}

/***********************************************************************/
div.categorymenu ul {
	margin: 0 auto;
	max-width: 1000px;
	text-align: center;
}

div.categorymenu ul li {
	display: inline-block;
	padding: 10px;
}

div.categorymenu ul li a {
	background: white url(images/link_btn_down.png) no-repeat center bottom 20px;
	border: 10px solid #ddccb0;
	color: black;
	color: #a17b52;
	display: table-cell;
	font-size: 28px;
	height: 140px;
	line-height: 1.3em;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 260px;
}

div.categorymenu ul li a span.msmall {
	font-size: 25px;
}

div.categorymenu ul li a span.small {
	font-size: 20px;
}

div.artistname ul {
	margin: 0 auto;
	width: 970px;
}

div.artistname ul li {
	display: inline-table;
	padding: 10px;
	width: 170px;
}

div.artistname ul li a {
	background: white url(images/link_btn_beige.png) no-repeat right 20px center;
	border: 10px solid #ddccb0;
	color: black;
	color: #a17b52;
	display: table-cell;
	font-size: 30px;
	height: 80px;
	line-height: 1.3em;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

div.artistname ul li a span {
	font-size: 20px;
}

div.news-list ul li:first-child {
	border-top: 1px solid #bbbbbb;
}

div.news-list ul li {
	border-bottom: 1px solid #bbbbbb;
	padding: 2px 0;
}

div.news-list ul li a {
	background: url(images/link_btn.png) no-repeat right 15px center;
	display: block;
	padding: 10px 50px 10px 00px;
	text-decoration: none;
}

div.news-list ul li a:hover {
	background-color: #ece7de;
}

div.news-list ul li a span.datecategory {
	display: table-cell;
	padding-top: 30px;
	text-align: center;
	width: 150px;
}

div.news-list ul li a span.datecategory span.date {
	display: block;
	font-size: 90%;
	font-weight: bold;
	padding-bottom: 5px;
}

div.news-list ul li a span.datecategory span.category {
	color: white;
	display: table-cell;
	font-size: 85%;
	padding: 0 20px;
	vertical-align: middle;
	width: 150px;
}

div.news-list ul li a span.datecategory span.category span {
	display: block;
	padding: 2px;
	text-align: center;
}

a span.category span,
div.category span a {
	text-decoration: none;
}

a span.category span.exhibition,
div.category span.exhibition a {
	background-color: #a38657;
	border: 1px solid #a38657;
	color: white;
}

a span.category span.news,
div.category span.news a {
	background-color: white;
	border: 1px solid #535353;
	color: black;
}

div.news-list ul li a span.img {
	display: table-cell;
	padding: 13px;
	vertical-align: middle;
	width: 110px;
}

div.news-list ul li a span.text {
	display: table-cell;
	padding: 13px 0;
	vertical-align: middle;
	width: 530px;
}

div.news-list ul li a span.text strong {
	display: block;
	font-size: 120%;
	padding-bottom: 10px;
}

div.news-list ul li a span.text span.detail {
	color: #626262;
	display: block;
	font-size: 90%;
	line-height: 1.5em;
}

/***********************************************************************/
div.body {
	margin: 0 auto;
	padding: 20px 0 30px 0;
	width: 750px;
}

div.body p a {
	padding: 10px 60px;
}


div.body img {
	height: auto;
	max-width: 750px;
}


div.body figure {
	margin: 15px 0;
	text-align: center;
}

div.body iframe {
	display: block;
	margin: 20px auto;
}

body#single div.page {
	text-align: center;
}

div.page {
	padding: 20px 15px;
	text-align: center;
}

div.page h2.screen-reader-text {
	display: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	margin: 0 10px;
}

div.page a.page-numbers {
	background-color: #ddccb0;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

div.page a.next,
div.page a.prev {
	border: none;
	color: black;
	font-style: normal;
}

div.page a.next {
	background: #ddccb0 url(images/link_btn.png) no-repeat right 15px center;
	padding: 15px 85px 15px 75px;
}

div.page a.prev {
	background: #ddccb0 url(images/link_btn_prev.png) no-repeat left 15px center;
	padding: 15px 75px 15px 85px;
}

div.page span.page-numbers {
	background-color: white;
	border: 1px solid #dbdbdb;
	font-style: normal;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

/***********************************************************************/
#header {
	background-color: #ece7de;
}

#header #logo {
	font-size: 25px;
	font-weight: normal;
	padding: 20px 0;
	text-align: center;
}

#header #logo a {
	text-decoration: none;
}

div.bg-beige {
	background: #dbd4ce url(images/bg_beige.jpg) no-repeat center top;
	padding: 50px 0;
}

div.main {
	margin: 0 auto;
	width: 800px;
}

#footer {
	background-color: #ece7de;
	padding-top: 70px;
}

#footer h3 a {
	font-size: 38px;
	font-weight: normal;
	text-decoration: none;
}

#footernav {
	padding: 10px 0;
}

#footernav ul {
	margin: 0;
	text-align: center;
}

#footernav ul li {
	border-left: 1px solid #b4b4b4;
	display: inline;
	text-align: center;
}

#footernav ul li:last-child {
	border-right: 1px solid #b4b4b4;
}

#footernav ul li a {
	line-height: 1em;
	padding: 0 25px;
	text-decoration: none;
}

#footernav ul li a:hover {
	text-decoration: underline;
}

#footer p#footer-copy {
	font-size: 70%;
	margin: 0;
	padding: 20px 0 50px 0;
	text-align: center;
}

#pagetop {
	position: fixed;
	right: 0;
}

#pagetop a {
	display: block;
	text-align: center;
}

