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

body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	font-size:13px;
}
#basic_container{
	position:relative;
	width:100%;
	height:290px;
	margin:0;
	padding:0;
}
#top{
	position:relative;
	width:1000px;
	height:65px;
	margin:0;
	padding:0;
}
#menu_content{
	position:absolute;
	width:445px;
	height:15px;
	top:30px;
	right:20px;
}
#menu_content a{
	text-decoration:none;
	color:#000000;
}
#swf_menu{
	position:relative;
	width:100%;
	height:115px;
	background-color:#cccccc;
}
#picture{
	position:relative;
	width:1000px;
	height:109px;
	text-align:right;
	background-image: url(images/basic/picture.jpg);
	background-repeat: no-repeat;
	background-position: left top;	
}
