@charset "utf-8";

/* Home CSS Document */

@import url("default.css");
@import url("global.css");
@import url("navigation.css");
@import url("shared_class.css");

/* -------------------------

Used Color

link   = #26499D
active = #E8383D

---------------------------- */


/* Topic Left
---------------------------- */

#newsWrap{
	float: left;
	width: 320px;
	background: url(../img/bg_news.gif) no-repeat 0px 0px;
}

#newsWrap h3{
	text-indent: -9999px;
}


#newsWrap iframe{
	height: 310px;
	width: 300px;
	margin-bottom: 10px;
	display: block;
	margin-top: 15px;
	margin-left: 10px;
}

#newsWrap div.banner{
	margin-top: 30px;
}

#newsWrap div.banner img{
	margin-bottom: 5px;
}



/* Thumnail Right
---------------------------- */

#thumWrap{
	float: right;
	width: 456px;
	background: #FFF;
}

#thumWrap h3{
	background: url(../img/h3_thumnail.gif) no-repeat 0px 0px;
	height: 31px;
	padding-left: 20px;
	padding-top: 5px;
	font-size: 1.2em;
	color: #039;
}

#thumWrap table{
	width: 100%;
	margin-bottom: 10px;
}

#thumWrap th,#thumWrap td{
	
	width: 25%;
	font-size: 90%;
	text-align: center;
}

#thumWrap th{
	padding-right: 3px;
	padding-left: 3px;
}

#thumWrap td{
	padding: 0.2em;
}

#thumWrap th img{
	padding: 1px;
	border: 1px solid #CCD2DE;
}


#thumWrap a:hover {
	filter:alpha(opacity=60); /*for IE*/
	-moz-opacity:0.6;  /* for Firefox*/
	-khtml-opacity: 0.6;
	opacity: 0.6; /*for OPERA Safari*/
}

#thumWrap em,#thumWrap span{
	display: block;
}

#thumWrap em{
	font-size: 1.2em;
	font-weight: bold;
	color: #2E4984;
}

#thumWrap span a{
	background: url(../img/btn_detail.gif) no-repeat center center;
	display: block;
	height: 20px;
	width: 95px;
	margin-right: auto;
	margin-left: auto;
	text-indent: -9999px;
	overflow:hidden;
}

