#header{
	width:980px;
	height:100px;
	padding:0;
	margin:0;
}

#header_title{
	float:left;
	background-image: url(../images/h1_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 350px;		
}

#header_title h1{
	display:block;
	height: 100px;
	width: 350px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}


/*box*/
#contents_box{
	padding:0;
	margin:0;
}

#left_contents{
	width:450px;
	padding:0;
	margin:0;
	float:left;
}
/*topics_box*/
#topics_box{
	padding:0;
	margin:0;
	width:450px;
	height:295px;
	background-image: url(../images/topics_img.gif);
	background-repeat: no-repeat;
}

#topics_box h2{
	padding:0;
	margin:0;
	text-indent:-9999px;
	height:45px;	
}

#topics_body{
	margin: 0 0 0 40px;
	padding:5px 0 0 0;
	height:230px;
	width: 400px;
	text-align:left;
}

#topics_box1{
	padding:0;
	margin:0;
	width:400px;
	height:240px;
}
#topics_box1 ul{
	padding:0;
	margin:0;
}

#topics_box1 li{
	padding:0;
	margin:0 0 5px 0;
}


#right_contents{
	width:530px;
	padding:0;
	margin:0;
	float:right;
}

#top_img{
	background-image: url(../images/top_img.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 560px;
	width: 530px;		
}

/*update_box*/
#update_box{
	padding:0;
	margin:0;
	width:450px;
	height:265px;
	background-image: url(../images/update_img.gif);
	background-repeat: no-repeat;
}

#update_box h2{
	padding:0;
	margin:0;
	text-indent:-9999px;
	height:45px;	
}

#update_body{
	margin: 0 0 0 50px;
	padding: 0;
	height:205px;
	width: 380px;
	text-align:left;
	overflow:auto;
}

#update_box1{
	padding:0;
	margin:0;
	height:205px;
	overflow:auto;
}
#update_box1 ul{
	padding:0;
	margin:0;
}

#update_box1 li{
	padding:0;
	margin:0;
}

#update_box1 li.date{
	font-size: 85%;
	color: #E42290;
	padding:0;
	margin:0 0 0 10px;
	list-style-type:none;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}

#update_box1 li.code{
	padding:5px 0 0 0;
	margin:0 0 0 20px;
	text-align: left;
	vertical-align: middle;
	list-style-type: disc;
	font-size: 85%;
}

#banner_space{
	margin: 0 0 0 40px;
	padding: 0px;
	height:60px;
	width: 410px;
	text-align:left;
}


#banner{
	text-align:left;	
	margin:0 30px;
}
/*footer*/
#footer{
	width:980px;
	height:85px;
	padding:0;
	margin:0;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#twitter_btn{
	padding:3px 0 0 0;	
}