@charset "utf-8";

#home {
	width: 700px;
	float: left;
	padding-left: 20px;
}

#home h2 {
	margin:0 0 5px;
	font-size:14px;
	height: 30px;
}

#home .cover {
	float:left;
	margin-bottom: 15px;
}

#home iframe {
	display:block;
}

#home .impression {
	width:700px;
	float: left;
	background-repeat: no-repeat;
}

#home .impression h2 {
	height: 26px;
	margin: 0px 0px 10px;
}
#home .impression h3 {
	height: 43px;
	margin: 0px 0px 10px;
}

#home .impression .topics {
	width:341px;
	float: left;
	padding-right: 5px;
	padding-left: 4px;
}
#home .impression .topics iframe {
	width: 313px;
	height: 430px;
	float: left;
}

