@charset "utf-8";

/* CSS Document */

#headPic {
	width: 498px;
	_width: 498px;
	overflow: visible;
}

#headPic img {
	margin-left: 0px;
	_width: 498px;
}

#topics {
	padding-bottom: 10px;
}

#topics h3 {
	height: 49px;
	margin-top: 18px;
	background-image: url(../images/title_topics.gif);
	text-indent: -9999pt;
}

#topics h4 {
	margin-top: 1.0em;
	margin-bottom: 0px;
	font-size: 1.4em;
	color: #00CC00;
}

#topics div {
    margin-top: 0px;
	padding-bottom: 1em;
	border-bottom: solid 1px #999;
}

#topics div:after {
	content:".";
	height:0px;
	clear:both;
	display: block;
	visibility:hidden;
}

#topics div { *display: inline-block; }/*IEのみ適用のスターハック*/

#topics div p {
    margin-top: 0px;
	margin-bottom: 1em;
}

