@charset "utf-8";


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

	[aizuyaichi.or.jp] museum / welcome.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;
}


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

div#sidebar h3 {
	height: 131px;
	background: url(../img/heading/museum_welcome.jpg) no-repeat left top;
}

div#sidebar p.portrait {
	width: 112px;
	height: 112px;
	margin: 0 0 14px;
}

div#sidebar p.job {
	font-size: 12px;
}

div#sidebar p.name {
	line-height: 1.75;
	font-size: 16px;
}


/*	section block
------------------------------------------------------------*/
div.section {
	margin-top: 21px;
}

div.section p {
	margin: 0 0 28px;
}

