@charset "utf-8";

/*============================================================

	[aizuyaichi.or.jp] exhibit-and-event_detail.css

============================================================*/

/*	container
------------------------------------------------------------*/
div#container {
	min-height: 798px;
}

* html div#container {
	height: 798px;
}

/*	copyright
------------------------------------------------------------*/
* html address {
	background: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/back/copyright.png", sizingMethod="crop");
}

/*	title
------------------------------------------------------------*/
h2 {
	background: url(../img/title/exhibit-and-event.jpg) no-repeat;
}

/*	sidebar block
------------------------------------------------------------*/
div#sidebar {
	width: 70px;
}

div#sidebar h3 {
	width: 70px;
	height: 202px;
	background: url(../img/heading/exhibit-and-event_open.jpg) no-repeat left top;
}

/*	content
------------------------------------------------------------*/
div#content {
	overflow: auto;
}

* html div#content {
}

/*	section block
------------------------------------------------------------*/
div.section {
	margin: 24px 28px;
}

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

* html div.section {
	height: 1%;/*\*//*/
	display: inline-table;
	/**/
}

*:first-child+html div.section {
	min-height: 1%;
}

div.section h4 {
	margin-top: 0;
}

div.section dt {
	margin: 1em 0 0.25em;
	padding: 0 0 0 6px;
	border-left: 4px solid #333;
	line-height: 1.2;
}

div.section dd {
	margin: 0 0 0 12px;
	font-size: 16px;
}
