/* Toshiba Semiconductor Website */
/* For TD Error Message */
/* 2005.07.28 */

/* ----- Common Tag ----- */
body {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 350px;
	width: 710px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
}
h1 {
	font-size: large;
	color: #CC0000;
}
p {
	font-size: small;
	color: #000000;
}
img {
	border: none;
}
/* ----- Header ----- */
div#Header {
	background-image: url(../images/semicon_header_bg.gif);
	background-repeat: repeat-x;
	position: absolute;
	height: 91px;
	width: 710px;
	left: 0px;
	top: 30px;
}
	div#TSB_Logo {
		position: absolute;
		left: 0px;
		top: -29px;
		height: 64px;
		width: 161px;
	}
	div#ContactUs {
		position: absolute;
		left: 612px;
		top: -29px;
		height: 35px;
		width: 98px;
	}
	div#Semicon_Logo {
		position: absolute;
		height: 31px;
		width: 195px;
		left: 478px;
		top: 41px;
	}

/* ----- Contents ----- */	
div#Contents {
	position: absolute;
	height: 150px;
	width: 650px;
	left: 50px;
	top: 140px;
}
	p#CloseWin {
	text-align: right;
	margin-top: 40px;
	display: block;
	}
/* ----- Footer ----- */
div#Footer {
	position: absolute;
	height: 50px;
	width: 710px;
	left: 0px;
	top: 300px;
	background-image: url(../images/foot.gif);
	background-repeat: repeat-x;
}
	div#Footer_Link {
		position: absolute;
		height: 30px;
		width: 355px;
		left: 10px;
		top: 10px;
	}
	div#Footer_Link p {
		margin-top: 0px;
		padding-top: 0px;
	}	
	div#Copyright {
		position: absolute;
		height: 28px;
		width: 345px;
		left: 365px;
		top: 12px;
	}
	div#footer_copy {
		position: absolute;
		height: 28px;
		width: 345px;
		left: 365px;
		top: 12px;
	}

