/**
 * 
 * @version 
 * @author 
 */

@import 'global.css';
/**  Layout
-----------------------------------------*/
#half_left{
	display:inline;
	float:left;
	width:430px;
}
#half_right{
	display:inline;
	float:right;
	width:430px;
}
#half_right:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
#news{
	background:url(../images/top/bg_news.gif) bottom no-repeat;
	height:57px;
	margin-top:10px;
}
#newstitle{
	float:left;
	color:#009FE8;
}
#more{
	float:right;
	margin-top:24px;
}
/**  Text
-----------------------------------------*/
h1{
	margin-bottom:0.5em;
	margin:0;
}
.small{
	font-size:66%;
	margin-top:1em;
}
ul#newstxt{
	font-size:77%;
	margin:1em 0;
}
ul#newstxt li{
	color:#009FE8;
	border-bottom:#CCC 1px dotted;
	margin-bottom:0.5em;
	padding-bottom:0.25em;
}
ul#newstxt li a{
	text-decoration:underline;
	color:#009FE8;
}
ul#newstxt li a:hover{
	color:#0dbbea;
}
.date{
	padding-right:1em;
}

#btn{
	text-indent:-9876px;
	margin:2em 0;
}
#btn a{
	background:url(../images/global/btn.png) no-repeat;
	display:block;
	width:350px;
	height:59px;
}
#btn a:hover{
	background-position:0 -59px;
}
