@charset "UTF-8";
@import url("base.css");

/* @group topImg */
#topImg{
	height: 247px;
	background: url(../img/topimg.jpg) no-repeat;
	position: relative;
}
#topImg p{
	margin: 0;
}
#topImg p#catchCp{
	position: absolute;
	text-indent: -9999px;
}
#topImg #bannerFreeChk{
	position: absolute;
	width: 185px;
	height: 52px;
	right: 9px;
	bottom: 6px;
}
#topImg #bannerFreeChk a{
	display: block;
	width: 185px;
	height: 52px;
	text-decoration: none;
	text-indent: -9999px;
}

/* @end */

/* @group topMenu */
#topMenu{
	margin: 1px 0;
}
#topMenu table{
	border-collapse: collapse;
	border: none;
	margin-right: -1px;
}
#topMenu table th,
#topMenu table td{
	border-right:solid 1px #fff ;
	padding: 0;
}
#topMenu table td{
	padding: 6px 10px;
	background-color: #ececec;
	vertical-align: top;
}
#topMenu table td p{
	margin: 0;
}
#topMenu table td p strong{
	font-weight: normal;
}


/* @end */

/* @group info */
#info{
	margin-top: 10px;
}
#info h2{
	margin: 0 0 10px;
	background-color: #6b72a6;
}
#info dl{
	margin: 0;
}
#info dl dt{
	float:left;
	color: #b30000;
}
#info dl dd{
	margin: 0 10px 4px 15ex;
}



/* @end */

