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


	Site Name   SONY 1 SEG
	File Name   common.css

	Create Date 2007/03/10
	Update Date 2007/06/02


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

* {
	margin: 0;
	padding: 0;
}

img {
	vertical-align: top;
	border: none;
}

embed {
	vertical-align: top;
}

html {
	overflow: auto;
}

html,
body,
div#flashContents {
	height: 100%;
	overflow: auto;
}

div#flashContents table {
	width: 100%;
	height: 100%;
	text-align: center;
}

	div#flashContents table h1 {
		position: absolute;
		top: 110px;
		left: 70px;
		z-index: -99;
	}

	div#flashContents table h2 {
		position: absolute;
		bottom: 110px;
		left: 70px;
		z-index: -98;
	}

	div#flashContents table p#nonflash {
		margin: -50px 0 0;
	}

	div#flashContents table p#copyright {
		position: absolute;
		bottom: 110px;
		right: 70px;
		z-index: -97;
	}

body {
	background: #e5e5e5;
}

div#flashContents {
	width: 100%;
}

img {
	display: none;
}

img.imgDisplay {
	display: inline ;
}