﻿@import "theme_default.css";

html {
	height:100%;
}

body {
	width:100%;
	height:100%;
  text-align: center;
	font-size: 80%;
  font-family:  "ＭＳ ゴシック", "Osaka－等幅", Monospace;
  margin: 0;
  padding: 0;
  background-image: url("../images/layout/background.png");
  background-repeat: repeat;
  line-height: 1.62;
}
	
ul {
	list-style: none;
}

p {
  margin: 0px 0px 5px 0px;
  padding: 0;
}

img {
	border: 0px;
}

.cl {   
  display: inline-block;
}   

.cl:after {   
  content: "";
  display: block;   
  clear: both;   
}   

p.movepagetop {
  text-align:right;
}

#silverlightControlHost {
  height: 100%;
  text-align:center;
}

hr {
	border-style:solid;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin-bottom: 21px;
	clear:both;
} 

hr.hr2 {
	border-style:solid;
	border-width:1px 0px 0px 0px;
	width: 80%;
	height:1px;
	overflow:hidden;
	clear:both;
} 

h2 {
	font-size: 110%;
	font-weight: bold;
  border-left-style: solid;
  border-left-width: 3px;
  text-align: left;
  margin-top: 10px;
  margin-left: 10px;
	padding:0 5px;
}

/*■ ページ全体の横幅 */
#page {
  text-align: left;
  width: 900px;
  height:auto;
  margin: 0px auto 0px auto;
  padding: 0;
  position:relative;
  background-image: url("../images/layout/dropshadow.png");
  background-repeat: repeat-y;
}

/*■■ ヘッダー部分 */
#header 
{
	width: 880px;
	height: 82px;
  margin-left:10px;	
  padding: 0;
}

/*■■■ ロゴ部分 */
#logo {
	width: 200px;
	height: 70px;
	float: left;
  padding: 0;
  margin: 10px 0px 0px 0px;
}

#logo img {
	width: 200px;
	height: 70px;
}

/*■■■ 問合せ部分 */
#headeritem {
	width: 400px;
	height: 24px;
	float: right;
  margin: 10px 20px 0px 0px;
  padding: 0;
}

#headeritem ul{
	float:right;
	text-align:left;
}

#headeritem li{
	float:left;
	margin-left:1em;
}

#headeritem li.inquiry {
  background: url("../images/icon/mail.gif") no-repeat left center;
  padding-left: 25px; 
}

#headeritem li.link {
  background: url("../images/icon/link.gif") no-repeat left center;
  padding-left: 25px; 
}

#headeritem a {
	display: inline;
  margin: 0;
  padding: 0;
  text-decoration: none;
}

#headeritem a:hover {
  text-decoration: underline;
}

/*■■ メニュー部分 */
#navigate {
	width: 880px;
  margin-left:10px;	
	height: 194px;
}

/*■■■ サイドメニュー部分 */
#menu {
  width: 258px;
  height: 178px;
  margin: 8px 0px 8px 0px;
  float: left;
}

#menu ul {
  width: 250px;
  height: 150px;
  margin: 14px 0px 14px 0px;
  padding: 0;
  border-left-style:solid;
  border-left-width:4px;
  border-right-style:solid;
  border-right-width:4px;
}

#menu li {
	float: left;
}

#menu li img {
  width: 250px;
	height:25px;
  display: block;
} 

#menu li a {
  width: 250px;
	height:25px;
  display: block;
  margin: 0;
  padding: 0;
}

#menu li a:link, #menu li a:visited {
	display: block;
	background: url("../images/menu/menuselecter.png");
}

#menu li a:hover {
	background: url("../images/menu/menuselecter.png") 0 -25px;
}

#menu li a.selected {
	display: block;
	background: url("../images/menu/menuselecter.png") 0 -50px;
}

#menu li a.selected:hover {
	background: url("../images/menu/menuselecter.png") 0 -50px;
	cursor: default;
}

*html #menu li a:link, #menu li a:visited {
	display: block;
	background: url("../images/menu/menuselecter.gif");
}

*html #menu li a:hover {
	background: url("../images/menu/menuselecter.gif") 0 -25px;
}

*html #menu li a.selected {
	display: block;
	background: url("../images/menu/menuselecter.gif") 0 -50px;
}

*html #menu li a.selected:hover {
	background: url("../images/menu/menuselecter.gif") 0 -50px;
	cursor: default;
}

/*■■■ トップイメージ部分 */
#image {
  width: 622px;
  height: 178px;
  margin: 8px 0px 8px 0px;
  float: right;
}

/*■■ コンテンツ部分 */
#contents {
	width:880px;
	height:auto;
	overflow:hidden;
  margin-left:10px;	
}

/*■■■ サイドバー部分 */
#contentsleft {
  width: 258px;
  float: left;
  padding-bottom: 32767px;   
  margin-bottom: -32767px;
}

#contentsleft div.image {
	margin-top:13px;
  width: 100%;
  text-align: center;
}

#contentsleft div.shopinfo {
  width: 160px;
  text-align:left;
	margin-top:5px;
	margin-right: auto;
	margin-left: auto;
}

#contentsleft div.subcontents {
	margin-top: 5px;
	margin-bottom: 21px;
  text-align: center;
}

#contentsleft div.sidebarspace {
  height: 10px;
}

#contentsleft span {
  display: block;
}

#contentsleft div.subcontents table.affiliate {
	width:100%;
  text-align: center;
  margin-top: 5px;
}

#contentsleft div.subcontents table.affiliate td {
  height: 133px;
  vertical-align: bottom;
}

/*■■■ メイン部分 */
#contentsright {
  width: 622px;
	float: right;
  padding-bottom: 32767px;   
  margin-bottom: -32767px;
}

/*■■■■ index */
#topmain {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-bottom: 34px;
  margin-left: 21px;
  padding: 0;
}

*html #topmain{
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

/*■■■■■ index ようこそ */
#welcome {
  margin-bottom: 34px;
  float: left;
}

#welcome img {
  margin-bottom: 13px;
}

#welcome p {
  margin-left: 2em;
  margin-right: 2em;
}

/*■■■■■ index 展覧会情報 */
#cmexhibition {
  margin-bottom: 34px;
}

#cmexhibition img.subject {
  display: block;
  text-align:left;
  margin-bottom: 8px;
}

#cmexhibition table.schedule {
	width: 538px;
	margin: 21px 4px 0px 4px;
}

#cmexhibition table.exhibitiondata {
  margin-bottom: 3px;
}

#cmexhibition td.image {
	width: 100px;
	height: 70px;
	text-align: center;
	vertical-align: middle;
}

#cmexhibition td.title span.title {
	font-size: 100%;
	display: block;
}

#cmexhibition td.title span.date {
	font-size: 100%;
	display: block;
}

#cmexhibition td.title span.time {
	font-size: 100%;
	display: block;
}

#notexhibition p {
  margin-top: 2em;
  margin-left: 2em;
  margin-right: 2em;
}

/*■■■■■ index トピックス */
#topics {
  margin-bottom: 34px;
}

#topics table.topicsitem {
  width: 538px;
  margin-top: 21px;
  margin-left: 21px;
}

#topics table.topicsitem td.title {
	height: 50px;
	font-size: 110%;
  vertical-align: middle;
}

#topics table.topicsitem td.title p {
	border-left-style: solid;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
  padding: 4px;
}

#topics table.topicsitem td.banner {
  width: 260px;
  text-align: center;
  vertical-align: top;
}

#topics table.topicsitem td.description {
	font-size: 90%;
  vertical-align: top;
  text-indent: 1em;
}

#topics table.topicsitem td.link {
	font-size: 110%;
  text-align: right;
}

/*■■■■■ index 新着情報 */
#whatsnew {
  margin-bottom: 34px;
}

#whatsnew #dlTopics {
  text-indent: 2em;
  margin-top: 13px;
  margin-bottom: 13px;
}

/*■■■■ information */
#rentalinfo{
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #rentalinfo{
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#rentalinfo img.titleimage {
  display: block;
  float: left;
}

/*■■■■■ information tab */
#rentalinfo #tabheader {
  width: 100%;
  height: 20px;
}

#rentalinfo #tabheader span {
  padding: 5px 5px;
}

#rentalinfo #tabheader span.tab_selector {
  border-left-style:solid;
  border-left-width:1px;
  border-right-style:solid;
  border-right-width:1px;
  cursor: pointer;
}

#rentalinfo #tabheader span.tab_selector:hover {
	text-decoration: underline;
}

#rentalinfo #tabheader span.selected:hover {
	text-decoration: none;
  cursor: default;
}

#rentalinfo .tabshow {
  width: 580px;
  padding: 0px 10px;
  display: block;
}

#rentalinfo .tabhidden {
  display: none;
}

#rentalinfo #tabitem1 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 0;
}

#rentalinfo #tabitem2 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 0;
}

#rentalinfo #tabitem3 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 0;
}

#rentalinfo #tabitem4 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 0;
}

#rentalinfo #tabitem5 {
  width: 100%;
  height: auto;
  margin-top: 5px;
  padding: 0;
}

#rentalinfo table {
  width:100%;
  margin-top:20px;
  margin-bottom:20px;
}

/*■■■■■■ ご利用案内タブ */
#rentalinfo #usingguidance {
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

#rentalinfo #usingguidance td.groupheader {
	width:auto;
	text-align:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em 0.8em;
	font-size:110%;
	height: 40px;
}

#rentalinfo #usingguidance td.subject {
	width:170px;
	text-align:center;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding:0.8em 0.8em;
}

#rentalinfo #usingguidance td.description {
	width: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding:0.5em;
}

*html #rentalinfo #usingguidance td.subject {
	width:190px;
	text-align:center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding:0.8em 0.8em;
}

*html #rentalinfo #usingguidance td.description {
	width: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em;
}

/*■■■■■■ 注意事項タブ */
#rentalinfo #notes {
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

#rentalinfo #notes td.groupheader {
	width:auto;
	text-align:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em 0.8em;
	font-size:110%;
	height: 40px;
}

#rentalinfo #notes td.subject {
	width:150px;
	text-align:center;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding:0.8em 0.8em;
}

#rentalinfo #notes td.description {
	width: auto;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding:0.5em;
}

*html #rentalinfo #notes td.subject {
	width:170px;
	text-align:center;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	padding:0.8em 0.8em;
}

*html #rentalinfo #notes td.description {
	width: auto;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em;
}

/*■■■■■■ 店内スペースタブ */
#rentalinfo #space {
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

#rentalinfo #space td.groupheader {
	width:auto;
	text-align:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em 0.8em;
	font-size:110%;
	height: 40px;
}

#rentalinfo #space td.image {
	padding-top:20px;
	padding-bottom:20px;
	text-align: center;
}

#rentalinfo #space img {
	border-style: none;
}

/*■■■■■■ お申込み方法タブ */
#rentalinfo #application {
	border-style: solid;
	border-width: 1px;
	border-collapse:collapse;
  border-spacing:0;
  empty-cells:show;
}

#rentalinfo #application td.groupheader {
	width:auto;
	text-align:left;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em 0.8em;
	font-size:110%;
	height: 40px;
}

#rentalinfo #application td.description {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding:0.5em;
}

/*■■■■ access */
#accessinfo{
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #accessinfo{
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#accessinfo img.titleimage {
  display: block;
  float: left;
}

#accessinfo #address {
  width: 100%;
  margin-top: 13px;
  padding: 0;
  vertical-align: middle;
}

#accessinfo p.shop {
	font-size: 120%;
  text-indent: 1em;
}

#accessinfo p.address {
  text-indent: 1.5em;
}

#accessinfo p.address span {
  display: block;
}

#nearbystation {
  width: 540px;
  height: 100%;
  float: left;
  margin: 20px 20px;
  padding: 0;
}

*html #nearbystation {
  width: 540px;
  height: 100%;
  float: left;
  margin: 10px 10px;
  padding: 0;
}

#nearbystation td.title {
	font-size: 130%;
	height:1.5em;
}

#nearbystation td.subject {
  width: 120px;
	height:1.2em;
  text-indent:0.5em;	
}

#nearbystation td.description {
	height:1.1em;
  text-indent:1em;	
}

#googlemap {
  width: 540px;
  height: 900px;
  float: left;
  margin: 20px 20px;
  padding: 0;
  text-align: center;
}

*html #googlemap {
  width: 540px;
  height: 900px;
  float: right;
  margin: 10px 10px;
  padding: 0;
  text-align: center;
}

/*■■■■ link */
#link{
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #link{
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#link img.titleimage {
  display: block;
  float: left;
}

#link table {
	width: 380px;
  margin-left: 10px;
}

#link td.kind {
	width: 100%;
	height: 50px;
  font-size: 120%;
  vertical-align: top;
}

#link td.kind p {
  border-left-style: solid;
  border-left-width: 3px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding: 4px;
}

#link td.url {
  padding-top: 10px;
  text-indent: 1em;
  line-height: 1.2;
}

#link td.space {
  height: 10px;
}

/*■■■■ exhibitions */
#exhibitions {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #exhibitions {
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#exhibitions img.titleimage {
  display: block;
  float: left;
}

#exhibitions table.schedule {
	width: 512px;
	margin: 21px 34px 0px 34px;
}

#exhibitions table.exhibitiondata {
  margin-bottom: 21px;
}

#exhibitions td.image {
	width: 210px;
	height: 190px;
	text-align: center;
	vertical-align: middle;
}

#exhibitions td.title {
	width: 290px;
	height: 100px;
	vertical-align: middle;
}

#exhibitions td.title span.title {
	font-size: 140%;
	display: block;
}

#exhibitions td.title span.subtitle {
	font-size: 120%;
	display: block;
}

#exhibitions td.title span.date {
	font-size: 130%;
	display: block;
}

#exhibitions td.member {
	font-size: 120%;
	height: 90px;
	vertical-align: top;
}

#exhibitions p.subject {
	font-size: 130%;
	text-indent: 0.5em;
	line-height: 1;
}

#exhibitions p.note {
  text-align:right;
}

#exhibitions p.note span {
  display: block;
}

/*■■■■ pastadata */
#pastdata {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #pastdata {
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#pastdata img.titleimage {
  display: block;
  float: left;
}

#pastdata table.schedule {
	width: 500px;
	margin: 20px 40px 30px 40px;
}

#pastdata table.exhibitiondata {
  margin-top: 10px;
}

#pastdata td.image {
	width: 146px;
	height: 73px;
	text-align: center;
	vertical-align: middle;
}

#pastdata td.detail {
	width: 354px;
}

#pastdata p.year {
	font-size: 130%;
	text-indent: 0.5em;
}

#pastdata p.opening {
  float: right;
	margin-top: 13px;
	margin-right: 13px;
}

#pastdata td.detail span {
	font-size: 100%;
	display: block;
}

/*■■■■ opening */
#opening {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #opening {
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#opening img.titleimage {
  display: block;
  float: left;
}

#opening p.past {
  display: block;
  float: right;
	margin-top: 13px;
	margin-right: 13px;
}

#opening table.exhibitiondata {
	width: 564px;
	margin: 34px 8px 34px 8px;
}

#opening td.image {
	width: 280px;
	height: 260px;
	text-align: center;
	vertical-align: middle;
}

#opening td.title {
  height: 80px;
  vertical-align: top;
}

#opening td.title span {
  font-size: 120%;
  display: block;
}

#opening td.title span.subject {
  font-size: 90%;
}

#opening td.detail {
  height: 60px;
  vertical-align: top;
}

#opening td.detail span {
  display: block;
}

#opening td.description {
  height: 120px;
  vertical-align: top;
  text-indent: 1em;
}

/*■■■■ artist */
#artistlist {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #artistlist {
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#artistlist img.titleimage {
  display: block;
  float: left;
}

#artistlist table.artistdata {
	width: 540px;
	margin: 20px 20px 30px 20px;
}

#artistlist table.banner {
	width: 550px;
	margin: 0px 15px 0px 15px;
}

#artistlist .artistdata td.image {
	width: 55px;
  vertical-align:middle;
}

#artistlist .artistdata td.artist {
	width: 125px;
  vertical-align:middle;
  line-height: 1.2;
  height: 3em;
}

/*■■■■ gallery */
#gallery {
  width: 580px;
  float: left;
  margin-top: 34px;
  margin-left: 21px;
  margin-bottom: 34px;
  padding: 0;
}

*html #gallery {
  width: 580px;
  float: right;
  margin-top: 17px;
  margin-bottom: 34px;
  margin-right: 10px;
  padding: 0;
}

#silverlightWebGallery {
  width: 500px;
  height: 650px;
  margin: 30px 40px 10px 40px;
}

#gallery img.titleimage {
  display: block;
  float: left;
}

#gallery p.listback {
  display: block;
  float: right;
	margin-top: 13px;
	margin-right: 13px;
}

#gallery p.artistinfo {
	text-indent:1em;
	font-size:130%;
}

/*■■■■ コンテンツ(ワイド版) */
#widecontents {
	width: 860px;
	margin-top: 34px;
	margin-bottom: 34px;
  margin-left: 10px;
  margin-right: 10px;
}

#widecontents img.titleimage {
  display: block;
  float: left;
}

/*■■■■■ kyoto_guide */
#silverlightKyotoGuide {
  width: 850px;
  height: 740px;
  margin-left: 5px;
  margin-right: 5px;
}

/*■■■■■ process */
#process {
  width: 792px;
  float: left;
  margin-left: 34px;
  margin-right: 34px;
}

*html #process {
  width: 792px;
  float: left;
  margin-left: 17px;
  margin-right: 17px;
}

#process #foreword {
	width: 500px;
	float: right;
	margin-bottom: 21px;
}

#process #forewordimage {
	width: 281px;
	float: left;
	margin-bottom: 21px;
}

#process #foreword p {
  font-size: 110%;
 text-indent: 1em;
}

#process #afterword {
	width: 500px;
	float: left;
	margin-bottom: 21px;
}

#process #afterwordimage {
	width: 281px;
	float: right;
	margin-bottom: 21px;
}

#process #afterword p {
  font-size: 110%;
  text-indent: 1em;
}

#process #step {
	width: 790px;
	border-collapse: separate;
	border-spacing: 21px;
}

#process #step td {
  vertical-align: top;
}

#process #step td.image {
  text-align: center;
	padding: 8px;
}

#process #step td.image img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

#process #step td.description {
	width: 460px;
	border-style: solid;
	border-width: 1px;
	padding: 8px;
  text-indent: 1em;
}

#process #step td.description p.subject {
  font-size: 130%;
  line-height: 2em;
  text-indent: 0;
}

/*■■ フッター部分 */
#footer {
	width: 880px;
	height: 82px;
  margin-left:10px;	
  text-align: center;
  vertical-align:middle;
  clear: both;
  position:relative;
}

#footer span {
	width:800px;
	height:14px;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-7px;
	margin-left:-400px;
}


