/**************************************************
	Flash area
***************************************************/

div#aubeswf {
	position: relative;
	width: 100%;
	text-align: center;
	background: url("../img/kirei/bg_swf.gif") repeat-x 0 0;
}
div#aubeswf div.bglayer {
	height: 550px;
}
div#aubeswf div.content {
	height: 550px;
	color: #333333;
	font-size: 12px;
	text-align: center;
	margin: 0 auto;
	padding: 0;
	background: url("../img/kirei/bg_content.jpg") no-repeat center top;
}


div#aubeswf div.content div.about {
	position: absolute;
	top: 30px;
	left: 460px;
	width: 440px;
}
div#aubeswf div.content div.origin {
	position: absolute;
	top: 450px;
	left: 460px;
	width: 440px;
}
div#aubeswf div.content div img {
}
div#aubeswf div.content p {
	line-height: 18px;
	margin-bottom: 24px;
}

div#aubeswf div.content div.about h2 {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 135px;
	height: 135px;
	overflow: hidden;
} 
div#aubeswf div.content div.origin h2 {
	position: absolute;
	top: -170px;
	left: 160px;
	width: 260px;
	height: 135px;
	overflow: hidden;
} 
div#aubeswf div.content div.about h2 img {
	position: absolute;
	top: 0px;
	left: 0px;
}


@media print {
	div#aubeswf div.content {
		height: 550px;
		color: #333333;
	}
}
