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

@import 'global_test.css';

#newsarea{
	position:absolute;
	width:472px;
	height:628px;
	top:-25px;
	left:-24px;
	background:url(../images/global/bg_news.png) no-repeat;
}
#newsarea #news{
	position:absolute;
	left:90px;
	top:46px;
	width:310px;
	height:480px;
	padding-bottom:15px;
	overflow:auto;
	background:#FFF;
}
#newsarea #news h2{
	font-size:88%;
	background:url(../images/global/naname.gif);
	font-weight:bold;
	padding:0.2em 0 0.2em 0.5em;
	margin:1.25em 1em 0.5em 0;
	display:block;
}
#newsarea #news dl.topics{
	font-size:77%;
	padding:0;
	margin:0;
}
#newsarea #news dl.topics dt{
	clear: both;
	float: left;
	width:5.5em;
	color:#999;
}
#newsarea #news dl.topics dd{
	margin-left:5.5em;
	padding-right:1em;
}
#newsarea #news p{
	margin-bottom:2em;
	margin-right:1em;
}
#newspaper{
	position:absolute;
	top:-15px;
	left:-55px;
	width: 109px;
	height: 140px;
	z-index: 2000;
}
#newspaper a{
	cursor:pointer;
}
#more{
	position:absolute;
	left:75px;
	top:535px;
	width:60px;
	height:20px;
}
#half_left{
	float:left;
	width:447px;
	position:relative;
	z-index: 1200;
}
#half_right{
	float:right;
	width:447px;
	background:url(../images/global/bg_white.gif) bottom no-repeat;
}
#half_right:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

dl{
	font-size:77%;
	margin:0px 20px;
	_margin:0px 15px;
}
dl.theme dt img{
	margin-bottom:0.5em;
}

dl.forest dt{
	clear: both;
	float: left;
	width:178px;
}
dl.forest dd{
	margin-left:178px;
}
dl.our{
	border-bottom:#CCC 1px dotted;
	border-top:#CCC 1px dotted;
	padding-top:20px;
	padding-bottom:20px;
	margin-bottom:10px;
}
dt{
	clear: both;
	float: left;
	width:200px;
}
dd{
	margin-left:200px;
}
dd a{
	padding-left:5px;
}
dd a:hover{
	text-decoration:underline;
	}

span a:hover{
	text-decoration:underline;
}
.toplink,.sublink{
	display:block;
	margin-left:10px;
}
.toplink{
	margin-top:0.5em;
	margin-bottom:0.5em;
}
.toplink a{
	background:url(../images/global/arrow.gif) left no-repeat;
	padding-left:30px;
}
.sublink{
	font-size:88%;
	font-weight:normal;
	border-left:#CCC 1px solid;
	}
.sublink a{
	background:url(../images/global/arrow_small.gif) left no-repeat;
	padding-left:16px;
}

#link{
	clear:both;
	float:right;
	width:377px;
	height:82px;
	background:url(../images/global/bg_link.gif) no-repeat;
	margin-top:10px;
	padding:0px 0px 0px 70px
}
#link img{
	margin-top:15px;
}

.catch{
	color:#6E9814;
	font-weight:bold;
	padding:0.25em 0;
	display:block;
	font-size:108%;
}
#newsarea #news dl.topics2{
	font-size:77%;
	padding:0.2em 0 0.2em 0em;
	margin:0 0 0.5em 0;
}
#newsarea #news dl.topics2 dt{
	color:#999;
	margin:0;
	clear: both;
	float: none;
}
#newsarea #news dl.topics2 dd{
	padding:0 1em 0 0;
	margin:0;
	border-bottom:#F4F4F4 1px dotted;
}
* html #newsarea #news dl.topics2 dd a{
	display:block;
}
 