@charset "utf-8";


/* トピックス */
#contents {
	zoom:1;
}
#contents:after{content:".";display:block;height:0;clear: both;visibility:hidden;} /* clear float */

#contents #welcome {
	display: block;
	margin:0 0 20px 0;
}


#contents #topics {
	font-size:93%;
	line-height:1.5em;
	float:left;
	width:653px;
	margin:0 0 20px 20px;
}

#contents #topics h2 {
	margin:0 0 20px 0;;
}
#contents #topics h3 {
	float:left;
	margin:0 15px 100px 0;
	font-size:123.1%;
	color:#2671c0;
}
#contents #topics dl {
	float:left;
}
#contents #topics dl dt {
	float:left;
	width:125px;
	zoom:1;
}
#contents #topics dl dd {
	padding:0 0 0 135px;
	*padding:0 0 0 25px;
	zoom:1;
	margin:0 0 10px 0;
}
#contents #topics dl dt span {
	display:block;
	float:left;
}
#contents #topics dl dt img {
	display:block;
	float:right;
	margin:2px 0 0 0;
}
#contents #topics dl dd strong {
	color:#999;
	display:block;
}


/* バナー */
#contents .banner {
	float:right;
	margin:0 20px 20px 0;
}
#contents .banner img {
	display:block;
	margin:0 0 10px 0;
}
