@charset "UTF-8";
/* [artfairtokyo.com]
 * overview: styles for "info" category
 * Modified: 2009-12-15
 */

/* content area
----------------------------------------*/
/* .page_ttl */
.page_ttl {
	margin-bottom: 2.17em;
}

/* page_body */
.page_body {
	font-size: 108%;
	line-height: 1.69em;
}
.page_body .disc {
	padding-left: 1.2em;
}
.page_body .disc li {
	list-style-type: disc;
	text-indent: 0;
}
	/* lead */
	.lead {
		margin: 0 0 2em;
		line-height: 1.69em;
	}

	/* section */
	.page_body .section {
		position: relative;
		margin: -.23em 0 1.46em;
	}
	.page_body .section h3 {
		margin: 0 0 .46em;
	}
	.page_body .section dl {
		width: 100%;
		overflow: hidden;
	}
	.page_body .section dt {
	}
	.page_body .nav_pagetop {
		clear: both;
		font-size: 8px;
		padding: 0 0 1em;
		text-align: right;
	}

	/* section - infoindex */
	.page_body .infoindex {
		padding-bottom: 1px;
		background: url(../img/line_dotted_000000.gif) repeat-x 0 100%;
	}
	.page_body .infoindex p {
		margin: -3px 0 2em;
	}
	.page_body .infoindex .author {
		margin-bottom: 1.15em;
	}

	/* section - authorprofile */
	.page_body .authorprofile {
		width: 100%;
		overflow: hidden;
		*overflow: visible; /* ie6,7 */
	}
	.page_body .authorprofile p.pic {
		float: right;
		margin: 0 0 0 35px;
	}

	/* section - overview */
	.page_body .overview {
		width: 100%;
		overflow: hidden;
		*overflow: visible; /* ie6,7 */
		padding-bottom: 1px;
		background: url(../img/line_dotted_000000.gif) repeat-x 0 100%;

	}
	.page_body .overview dl {
		float: left;
		width: 390px;
		padding-bottom: .69em;
	}
	.page_body .overview dt {
		font-weight: bold;
	}
	.page_body .overview dd {
		margin: 0 0 .54em;
	}
	.page_body .overview .bnr {
		float: right;
		width: 140px;
		margin: -1.92em 0 0;
	}
	.page_body .overview .bnr li {
		margin-bottom: 10px;
	}

	/* section - supporters */
	.page_body .supporters {
		width: 100%;
		overflow: hidden;
		*overflow: visible; /* ie6,7 */
		margin-bottom: 2em;
	}
	.page_body .supporters dl {
		float: left;
		width: 340px;
		margin-top: .31em;
	}
	.page_body .supporters dt {
		margin: .77em 0 0;
		font-weight: bold;
	}
	.page_body .supporters dd {
	}

	/* section - partners */

	/* section -  map */
	.page_body .map h3 {
		margin-bottom: 1.23em;
	}

	/* section - ticket */
	.page_body .ticket {
		margin: -.23em 0 1em;
	}
	.page_body .ticket h3 {
		margin-bottom: 0;
	}
	.page_body .ticket dt {
		margin: .54em 0 0;
		font-weight: bold;
	}
	.page_body .ticket dd {
	}

	/* section - catalog */
	.page_body .catalog dt,
	.page_body .catalog dd {
		display: inline;
	}

