/* ------------------ top page ------------------ */

#wrapper {
background:url(../img/main_bg.gif) repeat-y;
}


/*--- top1 ---*/
#topBg1{
width:700px;
height:250px;
margin: 0;
padding: 0;
background:url(../../img/top_bg1.jpg) no-repeat;
}
.topicsImg{
margin-left:140px;
}

#newsTitle{
width:618px;
margin:40px 0 0 51px;
}
.newsT{
float:left;
}
.newsB{
float:right;
}

/*--- news ---*/
#newsBg{
width:700px;
height:179px;
margin: 0;
padding: 0;
background:url(../../img/top_blog_bg.gif) no-repeat;
}
#newsBg ul{
width:600px;
margin-left:50px;
padding-top:0px;
}
#newsBg ul li{
list-style-type:none;
height:20px;
margin: 0;
padding: 0;
font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN';
font-size:9pt;
color:#E6E6E6;
letter-spacing:0.07em;
padding-top:14px;
}
.newsDay{
color:#F2FB00;
}

/*--- top2 ---*/
#topBg2{
width:700px;
height:684px;
margin: 0;
padding: 0;
background:url(../../img/top_bg2.jpg) no-repeat;
}
.link{
margin:6px 0 0 29px;
}


/*link*/
a:link{
	color:#FFF;
	text-decoration:none;
}
a:visited{
	color:#FFF;
	text-decoration:none;
}
a:hover{
	color:#F2FB00;
	text-decoration:underline;	
}
a:active{
	color:#F2FB00;
	text-decoration:underline;	
}


/* --other-- */
br{
	letter-spacing: 0;
}

a{
	cursor:pointer;
}	

img{
border:0;
}

.clear {
clear: both;
margin: 0px;
padding: 0px;
font-size:1pt;
line-height:1px;

}