/* SLOPE GALLERY Layout */

body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #333;
	background-color: #FFF;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: #FFF;
	width: 800px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	background-image: url(../images/header.jpg);
	height: 73px;
	background-repeat: no-repeat;
	margin-top: 0px;
}

h1 {
	display: block;
	height: 26px;
	width: 173px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
	left: 0;
	margin: 0px;
}

h1 a {
	display: block;
	height: 26px;
	width: 173px;
	margin: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#main h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom: 3px;
	letter-spacing: 0.1em;
	margin-top: 0px;
}

#main h2 a {
	color: #000;
	text-decoration: underline;
}

#main h3 {
	font-size: 16px;
	color: #999;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	margin-top: 0px;
	line-height: 1.6em;
}

#main h3 a {
	color: #000;
	text-decoration: underline;
}
#main h3 .jp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	letter-spacing: 0.2em;
	color: #333;
	margin-left: 10px;
}

#main h3 .jp2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	letter-spacing: 0.2em;
	color: #333;
	margin-left: 10px;
}


#navtop {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	width:800px;
	height:20px;
	text-align: right;
	padding: 0px;
	margin: 0px;
	background-color: #000;
}

#navtop ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#navtop ul li {
	display: inline;
	padding-right: 15px;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0.2em;
	line-height:1.8;
}

#navtop li a {
	color: #FFF;
	text-decoration: none;
}

#navtop ul li a:visited {
	color: #FFF;
	text-decoration: none;
}

#navtop ul li a:hover {
	color: #555;
	text-decoration: none;
}
#navtop #exhibition {
	background-image: url(../images/topnav_exhibition.jpg);
}


#container {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}
#main {
	width: 800px;
	font-size: 0.9em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.6em;
}

.mainimage {
	border: 1px solid #000;
}

#main #title {
	font:bold 1.2em "Arial Black",Arial,sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	letter-spacing: 0.3em;
}

#main .dm {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 12px;
	line-height: 1.7em;
	letter-spacing: 0.1em;
	text-align: left;
	margin-bottom: 30px;
}

#main .dm a {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}
#main .dm a:hover{
	color: #666;
	font-weight: bold;
	text-decoration: none;
}


#main #current {
	float: left;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	border-right-color: #000;
	padding-bottom: 20px;
	margin-top: 5px;
}

#main #current a {
	color: #000;
	font-weight: bold;
}

#main #current a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#main #upcoming {
	float: left;
	width: 800px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.1em;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}

#main #upcoming a {
	color: #000;
	font-weight: bold;
}

#main #upcoming a:hover {
	color: #666;
	font-weight: bold;
	text-decoration: none;
}

#main #upcoming a:hover img {
	filter: alpha(opacity=88);
	opacity:.88;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=88)";/*–IE 8 Transparency–*/
}


#main #bottom {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	font-size: 11px;
	width: 800px;
	float: left;
	margin-bottom: 20px;
	line-height: 1.8em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
}

#main #bottom a {
	color: #000;
	text-decoration: underline;
	font-weight: bold;
}

#main #bottom a:hover {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#main .upcoming {
	float: left;
	width: 380px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom: 20px;
	margin-right: 20px;
}

#main .upcoming a {
	color: #000;
	font-weight: bold;
}

#main .upcoming a:hover {
  color: #666;
  font-weight: bold;
}

#main .past {
	float: left;
	width: 380px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	line-height: 1.6em;
	padding-bottom: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	margin-right: 20px;
}


#main .past a {
	color: #000;
	font-weight: bold;
}

#main .past a:hover {
	color: #666;
	font-weight: bold;
}

#main .bookstore {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	width: 380px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #000;
	padding-left: 20px;
	letter-spacing: 0.1em;
}

#main .bookstore a {
	color: #000;
	text-decoration: underline;
}
#main .bookstore a img {
	margin-top: 15px;
	margin-right: 15px;
}

#main .release {
	margin-top: 20px;
	padding-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #333;
	font-size: 10px;
	width: 800px;
	float: left;
	margin-bottom: 20px;
}
#main .release a {
	color: #000;
	text-decoration: underline;
}
#main .release strong {
	font-size: 11px;
}

#main .map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 2em;
	padding-left: 20px;
	color: #333;
	letter-spacing: 0.2em;
}

#main .map a {
	color: #000;
	text-decoration: underline;
}

#main .address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.6em;
	color: #333;
	letter-spacing: 0.2em;
	text-align: center;
}

#main .address a {
	color: #000;
	text-decoration: underline;
}

#main .address a:hover{
	color: #666;
	text-decoration: none;
}

#main .about {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
	padding-left: 20px;
	color: #333;
	line-height: 1.8em;
}
#main .about a {
	color: #000;
	text-decoration: underline;
}

#main .artistprofile {
	float: left;
	width: 380px;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 0.1em;
	padding-right: 20px;
	line-height: 1.6em;
}

#main .artistprofile a {
	color: #000;
}

#footer {
	font-size: 0.9em;
	font-family: Helvetica, Arial, Sans-serif;
	letter-spacing:0.2em;
	color: #FFF;
	background-color: #000;
	padding-left: 10px;
	height: 20px;
	padding-top: 5px;
	clear: both;
	margin-bottom: 10px;
}
#main .access {
	margin-top: 20px;
	padding-top: 20px;
	border-top-color: #333;
}
.info {
	font-weight: bold;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 10px;
	color: #F60;
}

#bottom tr td {
	padding-bottom: 10px;
}

a { text-decoration: none; outline: none; }
