/* CSS Document */


			div.section
			{
			
				margin-bottom: 1em;
			}

			div.section div.title
			{
				background-color: #ffffff;
				padding: 2px 0px;
				font-size: 1em;
				font-weight: bold;
				color: #e1d6c6;
				
			}

			div.section div.contents
			{
				position: relative;
				display: block;
				overflow: hidden;
			}

			div.section div.contents div.contents_inner
			{
				position: absolute;
				display: block;
				padding: 1em 0px;
			}
			


