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

*{
	margin:0;
	padding:0;
}
body{
	background-color:#f7f1e3;
}
#content{
	background-image:url(image/bg1.jpg);
	background-repeat:no-repeat;
	margin:auto;
	width:960px;
	height:606px;
}

#topmenu{
	height:30px;
	width:100%;
	color: #F90;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding-top:5px;
	background-image:url(image/bg_menu.jpg);
	
	
}
#topmenu A:link {text-decoration: underline ;color: #C00;}
#topmenu A:visited {text-decoration: underline ;color: #C00 ;}
#topmenu A:hover  {text-decoration: underline ;color: #F90;}

#toppad{
	padding-left:600px;
}
#searchbox{
	width:850px;
	margin:auto;
	height:80px;
	padding-top:300px;
	background-image:url(image/bgbox.png);
	
}
#artist{
	width:800px;
	height:25px;
	color: #000;
	font-size: 14px;
}
#artist A:link {text-decoration: none ;color: #F60;}
#artist A:hover {text-decoration: none ;color: #F90;}
#artist A:active {text-decoration: none ;color: #F90;}
#artist A:visited {text-decoration: none ;color: #F60 ;}
#searchbtn {
	background:url(image/search_btn.gif) no-repeat top left;
	width:126px;
	border:0;
	margin-left:7px;
	height:35px;
	color:#fff;
	font-weight:bold;
	font-size:20px;
}

#q {
	background:url(image/searchbg.gif) no-repeat top left;
	width:554px;
	height:28px;
.height:30px;
	border: 0px;
	margin-left:20px;
	font-size:20px;
	padding-left:10px;
	padding-top:8px;
.padding-top:10px;
	padding-right:10px;
}
#box_top{
	width:850px;
	margin:auto;
	height:80px;
	padding-top:50px;
	color: #C00
}
#box_top A:link {text-decoration: none ;color: #F60;}
#box_top A:hover {text-decoration: none ;color: #F90;}
#box_top A:active {text-decoration: none ;color: #F90;}
#box_top A:visited {text-decoration: none ;color: #F60 ;}
#copy{
	margin-top:60px;
	font-size:12px;
	color: #F90
}
#copy A:link {text-decoration: none ;color: #F60;}
#copy A:hover {text-decoration: none ;color: #F90;}
#copy A:active {text-decoration: none ;color: #F90;}
#copy A:visited {text-decoration: none ;color: #F60 ;}


