@charset "iso-8859-1";
* {
	margin: 0;
	padding: 0;
	
}

body {
	background: #ffffff;
	font-family: "Century Gothic", Arial, serif;
	font-size: 100%;
}
.style1 {
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
}	
.artist {
	font-family: "Century Gothic", Arial, serif;
	font-weight: bold;
	padding: 5px 0 10px 0;
	text-align: right;
}	
#line img {
    padding: 5px 0 5px 0;
}	
a:link {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #000;
}
.style2 {
	color: #000;
	font-size: 90%;
	font-weight: bold;
	margin-right: 10px;
} 
.style3 {
    font-size: 85%;
	}
.para1 {
	text-align: right;
	font-family: "Century Gothic";
	margin-left: 5px;
	margin-right: 5px;
margin-top: 5px;
	font-size: 90%;
	}
.para2 {
	text-align: left;
	font-family: "Century Gothic";
	margin-left: 20px;
	margin-right: 10px;
	font-size: 80%;
	font-style: italic;
	}
#menu {
	float: right;
	width: 630px;
	padding-left: 10px;
	}	
	
#studio {
	float: right;
	text-style: italic;
	padding-bottom: 10px;
	}	

#list-menu ul {
margin: 0;
padding: 0;
list-style-type: none;
}
	
#list-menu a {
width:400px;
padding: 2px 2px 2px 10px;
border: 2px solid #E66B27;
background: #dcdcdc;
font-weight: bold;
text-decoration: none;
}

#list-menu a:link, #list-menu a:active, #list-menu a:visited {
color: #000000;
}

#list-menu a:hover {
border: 3px solid #dcdcdc;
background: #E66B27;
color: #ffffff;
}
.style10 {
	color: #E66B27;
	font-weight: bold;
}