/* CSS Document */

#topImg01 {
	width:100%;
	margin-top:50px;
}

#topImg01 > div {
	position:relative;
	max-width:500px;
	height:350px;
	padding-left:550px;
	font-size:20px;
	line-height:2em;
}

#topImg01 > div > span {
	position:absolute;
	right:0px;
	bottom:0px;
}

#topImg01 > a > img {
	display:block;
	float:left;
	margin:10px;
	width:500px;
}

#topImg02 {
	width:100%;
	margin-top:50px;
}

#topImg02 > div {
	position:relative;
	max-width:500px;
	height:350px;
	padding-left:10px;
	font-size:20px;
	line-height:2em;
}

#topImg02 > div > span {
	position:absolute;
	right:0px;
	bottom:0px;
}

#topImg02 > a > img {
	display:block;
	float:right;
	margin:10px;
	width:500px;
}


#centerBar > img {
	width:100%;
}

#centerBar > a >img {
	width:100%;
}