@charset "utf-8";

/**************************************************
 mainVisual
**************************************************/
#mainVisual{
	width: 1000px;
	height: 270px;
	margin: 0 auto;
	position: relative;
	/* overflow: hidden; */
}

#slideHanger img{
	position: absolute;
	filter:alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
  	display: none;
}

#prevBtn{
	width: 60px;
	height: 60px;
	position: absolute;
	margin: 110px 0 0 10px;
	cursor: pointer;
	float: left;
	z-index: 3;
}

#nextBtn{
	width: 60px;
	height: 60px;
	position: absolute;
	margin: 110px 0 0 930px;
	float: right;
	cursor: pointer;
	z-index: 3;
}

#thmbnailHanger{
	width: 100%;
	height: 16px;
	position: absolute;
	margin: 250px 0 0 0;
	text-align: center;
	z-index: 3;
}

.thumb{
	width: 16px;
	height: 16px;
	margin: 0 5px;
	display: inline-block;
	background: url(../img/top/thumbnail.png) no-repeat 0 0;
	cursor: pointer;
}

.cur{background-position: 0 -16px;}

/**************************************************
 contents
**************************************************/


/**************************************************
 rightColumn
**************************************************/
#rightColumn .newsHanger h4{
	font-size: 1.7em;
	font-size: 1.7rem;
	color: #174573;
	padding: 15px 10px;
	background-color: #F5F5F5;
	border: none;
}

/**************************************************
 leftColumn
**************************************************/
.voiceBanner{text-align: center;}
