@charset "utf-8";

/* ----------------------------------------------
	base,common styles
---------------------------------------------- */
/* clearfix */
div:after,ul:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}


/*----------------------------------------------------------------- top page */
/*------------------------------ content */
/*-------------------- alpha */

/*---------- column main */
.clmHalf {
	float: left;
	width: 363px;
	margin-right: 10px;
	margin-bottom: 15px;
	border: 1px solid #CCC;
}

.clmH_R {
	float: right;
	width: 363px;
	margin-right: 10px;
	margin-bottom: 15px;
}

/* latest information */
.ulBnr4 {
	width: 358px;
	margin-left: 5px;
}

.ulBnr4 li {
  display: inline-block;
}
.ulBnr4 li {
  _display: inline; /* forIE6 */
}
*:first-child+html .ulBnr4 li {
  display: inline; /* forIE7 */
}

.ulBnr4 li a {
	width: 77px;
	_width: 89px;
	margin: 2px 1px;
	padding: 2px;
	text-align: center;
  display: inline-block;
  vertical-align: bottom;
	border: 1px solid #DDD;
	display: block;
	overflow: hidden;
}

.ulBnr4 li a:hover {
	border: 1px solid #390;
}


.ulNews {
	margin-top: 11px;
	padding-top: 5px;
	border-top: 1px dotted #AAA;
}

.ulNews li {
	margin-bottom: 6px;
	padding: 3px 3px 10px;
	color: #999;
	/*font-size: 11px;*/
	border-bottom: 1px dotted #AAA;
}

.ulNews li b {
	margin: 0 3px;
	padding: 1px 2px;
	color: #FFF;
	font-size: 10px;
}
.icN {background: #F03; color: #FFF;}
.icR {background: #6C6;}

.ulNews li a {
	margin-bottom: 3px;
/*	font-size: 13px;*/
	display: block;
}

#top .tblSrch div {
	margin-bottom: 3px;
}

#top .tblSrch th {
	padding: 3px;
	background: #fdecec;
}

#top .tblSrch td {
	padding-bottom: 7px;
	line-height: 170%;
}

#top .tblSrch select {
	margin-right: 2px;
}
#top .tblSrch input {
	margin-right: 3px;
	vertical-align: middle;
}

#top .tblSrch .tdBtn {
	padding: 5px 0;
	text-align: center;
	border-bottom: none;
}
#top .tblSrch .tdBtn input {
	padding: 2px 5px;
	cursor: pointer;
}

/*---------- column bottom */
.clmBtm {
	clear: both;
	width: 738px;
	padding-bottom: 10px;
	border: 1px solid #CCC;
}

.ulTp1 {
	width: 50%;
	float: left;
}

.ulTp1 li {
	margin: 7px 10px;
	padding: 2px 0 2px 10px;
	border-left: 3px solid #4051ce;
	background: url(../images/renewal/arwS.gif) no-repeat 1px center;
	/background-position: 4px center;
}

.viewAll {
	clear: both;
	margin: 0 10px 7px 0;
	margin-right: 10px;
	text-align: right;
	font-size: 110%;
}
.viewAll a {
	color: #FA812B;
}
.viewAll a:hover {
	color: #2952AF;
}

/*-------------------- beta */
.dlSideNews dd {
	margin-bottom: 5px;
}

.dlSideNews strong {
	font-weight: bold;
}

/*-------------------- third */

#divLink {
	margin: 10px 5px;
}
#divLink h2 {
	margin-bottom: 3px !important;
	padding: 3px 0;
	background: url(../images/renewal/bgLink.gif) repeat-x;
}

#divLink div {
	float: left;
	padding: 0 10px;
}

#divLink div h3 {
	padding-left: 3px;
	margin-bottom: 3px !important;
	border-left: 2px solid #53b9e6;
}

#divLink div li {
	float: left;
	margin-right: 10px;
}

