@charset "utf-8";


/*============================================================

	[aizuyaichi.or.jp] museum / use-and-access.css

============================================================*/


/*	container
------------------------------------------------------------*/
div#container {
	min-height: 882px;
}
* html div#container {
	height: 882px;
}


/*	copyright
------------------------------------------------------------*/
* html address {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../../img/back/copyright.png", sizingMethod="crop");
}


/*	title
------------------------------------------------------------*/
h2 {
	background: url(../img/title/museum.jpg) no-repeat;
}

h3 {
	position: absolute;
	left: 210px;
	top: 252px;
	width: 56px;
	height: 262px;
	margin: 0;
	background: url(../img/heading/museum_use-and-access.jpg) no-repeat;
}


/*	section block
------------------------------------------------------------*/
div.section {
	width: 490px;
	margin: -4px 28px 0 112px;
}

div.section img {
	vertical-align: bottom;
}

/* heading */
* html div.section h4 {
	width: 490px;
}

/* table */
table {
	margin: 0 0 14px;
}

th,
td {
	padding: 0 1em 0 0;
	font-weight: normal;
}

* html th,
* html td {
	padding: 0.5em 1em 0.5em 0;
}

td {
	text-align: right;
}

tbody th {
	text-align: left;
}

p.note {
	padding-left: 1em;
	text-indent: -1em;
}

p.note span.bullet {
	font-family: monospace;
}

/* access */
div#access dl {
	margin: 0;
}

div#access dt {
	float: left;
}

div#access dd {
	padding-left: 5em;
}


