.tx1 {
	font-size: 12px;
	line-height: 150%;
}
.tx2 {
	font-size: 11px;
	line-height: 150%;
}
.tx3 {
	font-size: 12px;
	line-height: 150%;
}
.tx4 {
	font-size: 12px;
	line-height: 130%;
}
.tx5 {
	font-size: 10px;
	line-height: 150%;
}

#imageContainer {
	position:relative;
	margin:auto;
	width:687px; /*画像の横幅*/
	height:330px
	border:0px solid #000; /*画像のまわりのボーダー*/
}
	
#imageContainer img {
	display:none;
	position:absolute;
	top:0; left:0;
}

