@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------------------
	#greeting
-------------------------------------------------------------------*/
#greeting {
	margin-bottom:34px;
}
#greeting .image {
	padding-top:5px;
}
#greeting p.text {
	margin-bottom:8px;
	font-size:1.57em;
	line-height:1.55;
	color:#CC3333;
	font-weight:bold;
}
#greeting .imgright {
	margin-bottom:33px;
}
#greeting .imgright p span {
	color:#1F66B0;
	font-size:1.15em;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
#greeting .imgleft p {
	line-height:1.6;
	margin:1px 10px 23px 252px;
}
/*-------------------------------------------------------------------
	#topics
-------------------------------------------------------------------*/
#topics {
	height: 149px;
	margin:20px 0 40px;
	line-height: 1.6;
	overflow-y: scroll;
}
#topics dl {
	overflow: hidden;
 /zoom: 1;
	padding:4px 0 4px 11px;
}
#topics dl.even {
}
#topics dt {
	float: left;
	padding-left:12px;
}
#topics dd {
	padding: 0 0 0 117px;
}
#topics dd a {
}
/*-------------------------------------------------------------------
	#info
-------------------------------------------------------------------*/
#info {
	overflow: hidden;
 /zoom: 1;
	margin-bottom:40px;
}
#info .image {
	padding-top:5px;
	float:left;
}
#info .text {
	margin-left:243px;
	line-height:1.6;
}
#info .text p {
	margin-bottom:23px;
}
#info span {
	font-weight:bold;
}
