@charset "utf-8";
/* CSS Document */

#content{
	margin: 0px;
	padding: 0px;
	background: url('../images/header/header_bg.jpg') no-repeat top center;
	width:950px;
	height:100%;
	overflow:hidden;
}

/*----------コンテンツ----------*/

.topinfo {
	line-height: 150%;
	padding: 60px 0px 20px 15px;
	width: 920px;
	float: left;
	font-size: 110%;
	text-align: left;
}

.topinfotxt {
	padding: 10px;
	overflow: auto;
	height: 200px;
	background: url('../images/topics/ff_bg_2nd_text.png') repeat-y top center;
}

dl,dt,dd {
margin: 0;
padding: 0;
}
dl {
	width: 700px;
}
dt,dd {

}
dt {
	margin-top: 10px;
	margin-left: 15px;
	font-size: 110%;
	font-weight: bold;
	color:#0033cc;
}
dd {
	margin-left: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color:#003366;
}
