@charset "utf-8";


/* ===== 各ページ共通 ===== */


#content div.header {
	height: 190px;
}

#content h1 {
	font-weight: bold;
	color: #8099aa;
	font-size: 116.7%;
	margin-bottom: 25px;
}

#content h2, #content h3 {
	font-weight: bold;
	color: #8099aa;
	font-size: 116.7%;
	margin: 0 0 25px 25px;
}


#content p {
	margin-left: 25px;
}

#content .txt_center {
	margin: 0 0 10px 20px;
	text-align: center;
}

blockquote {
	font-style: italic;
	font-family: sans-serif;
}

#content .italic {
	font-style: italic;
	font-family: sans-serif;
}

#content em {
	font-weight: bold;
}

#content strong {
	font-weight: bold;
	color: #506680;	
}

#content a.linkblank{
	background: url(../images/icon-link.gif) no-repeat right center;
	margin: 0 2px 0 0;
	padding: 3px 18px 3px 0;
}

#content hr {
	clear:both;
	margin: 30px 0;
	border: 1px solid #FFF;
	border-top: 1px dotted #CCC;
}


#content div.article_std {
	clear: both;
	margin-bottom: 25px;
}
#content div.article_std:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}


#content .img_left {
	float: left;
	margin: 0 20px 10px 25px;
}
#content .img_right {
	float: right;
	margin: 0 0 10px 20px;
}


#content dl {
	padding: 0 25px;
}
#content dl dt {
	color: #506680;
	font-weight: bold;
	margin-top: 1em;
}
#content dl dd {
	margin-left: 1em;
}


#content ul {
	margin: 0 25px;
}
#content ul li {
	margin-left: 1em;
	list-style: disc outside;
}



/* ===== ページ個別 ===== */

/* トップページ */

#content p.top_artistlist {
	margin-bottom: 2em;
}

#content p.top_artistlist a{
	background: url(../images/icon-link.gif) no-repeat right center;
	margin: 0 2px 0 0;
	padding: 3px 18px 3px 0;
}

#content table.top_artistthumb {
	width: 100%;
	margin-top: 2em;
	margin-left: 25px;
}
#content table.top_artistthumb td{
	text-align: center;
	height: 136px;
}

#content img.top_accessmap {
	margin-top: 4em;
}


/* （トップ）サンキューカード */

#content div.thankyou {
	margin: 0 0 0 0;
	padding: 0.5em 0 0 36%;
	background: url(../images/bg_thanks.jpg) no-repeat 25px 0px;
}

#content div.thankyou h3 {
	color: #FFFFFF;
	margin: 1em 0;
	padding: 0.3em 0.5em;
	font-weight: bold;
	background: #8099aa;
}

#content div.thankyou h4 {
	border-bottom: 1px dotted #8099aa;
	color: #8099aa;
	margin: 2em 0;
}

#content div.thankyou p {
	margin: 1em 0;
}

#content div.thankyou ul {
	margin: 0 0 0 30px;
	padding: 0;
}
#content div.thankyou ul li {
	margin: 0 30px 0 0;
	padding: 0;
	list-style: url(none) none;
	text-align: center;
	display: block;
	float: left;
}
#content div.thankyou ul li.end {
	margin: 0;
}
#content div.thankyou ul li img {
	border: 1px solid #ccc;	
}



/* 展覧会情報 */



/* 過去の情報 */

#content div.article_past_std {
	clear: both;
	padding-bottom: 3em;
	margin-bottom: 3em;
	margin-left:25px;
	border-bottom: 1px solid #CCC;
	zoom:1;
}

#content div.article_past_std:after {
	content:".";
	clear: both;
	display: block;
	height: 0px;
	visibility: hidden;
}

#content div.article_past_std img{
	float: left;
	margin: 0 20px 10px 0;
}



/* 貸画廊・スペースGRI */

#content dl.gri_dl_left {
	float: left;
	width: 450px;
	display: block;
}

#content img.gri_img_right {
	float: right;
	margin: 10px 0;
}

#content img.gri_img_plan {
	margin: 0 0 25px 25px;
}



/* 概要、プライバシー、サイトマップ */

#content dl.outline {
	margin: 1em 2em 2em 3em;
}

#content ul.sitemap {
}
#content ul.sitemap li {
	margin-left: 0;
	list-style: none;
}
#content ul.sitemap li a{
	font-weight: bold;
	line-height: 2em;
	background: url(../images/sitemapdocbullet.gif) no-repeat left center;
	padding: 0 0 0 1.2em;
}
