@charset "utf-8";
/* CSS Document */

#world_container{
	width:850px;
	height:auto;
	margin:0 auto;
}
#world_container #title_banner_bg{
	width:850px;
	height:70px;
	background-image:url(../img/world/title_banner_bg.jpg);
}

#world_container #title_banner{
	width:800px;
	height:50px;
	margin:0 auto;
	padding-top:10px;
}
#world_container #contents_bg{
	width:850px;
	height:640px;
	background-image:url(../img/world/contents_bg.jpg);
}
#world_container #sub_title_bar{
	width:800px;
	height:40px;
	background-image:url(../img/world/sub_title_bar.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:0 auto;
}
#world_container .title_box{
	width:780px;
	height:40px;
	margin:0 auto;
}
#world_container .title{
	float:left;
	font-size:0px;
}

#world_title_map{
	width:800px;
	height:30px;
	padding:5px 0 0px 0;
	clear:both;
}
#world_container #main-contents{
	width:800px;
	height:478px;
	margin:0 auto;
	padding-top:10px;
}




#copyright_area02{
	width:850px;
	height:13px;
}

#copyright_area02 .text02{
	width:700px;
	height:13px;
	float:left;
	font-size:10px;
	line-height:13px;
}
#copyright_area02 .text03{
	width:150px;
	height:13px;
	float:left;
	text-align:right;
	font-size:10px;
	line-height:13px;
}