@charset "utf-8";

/*- TAG Style ----------------------------------------------------------------*/
*{
	margin:0;
	padding:0;
	outline:0;
}
body{
	background:#000000;
	font:100% /1.4 'ƒqƒ‰ƒMƒmŠpƒS Pro W3','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
}
img{
	border:none;
}
/*- MAIN Style ---------------------------------------------------------------*/
#container{
	height:275px;
	padding-top:125px;
	background:url('../img/cmn/bg.jpg') left top repeat-x #000000;
}
#wrapper{
	background:url('../img/home/layer.png') left top repeat;
/*
	background:#000000;
*/
	border:solid #003399;
	border-width:1px 0;
}
#main{
	position:relative;
	width:900px;
	height:150px;
	margin:0 auto;
}
#main h1{
	padding-top:20px;
}
#menu{
	position:absolute;
	top:25px;
	left:180px;
	width:100px;
}
#menu li{
	margin-bottom:8px;
	list-style:none;
	padding-left:20px;
	background:none;
}
#menu li:hover, #menu li:active{
	margin-left:3px;
	background:url('../img/cmn/menu/mark.png') left top no-repeat;
}
#menu li a{
	display:block;
	height:15px;
}
#menu li a.profile{
	background:url('../img/cmn/menu/profile.png') no-repeat;
}
#menu li a.biography{
	background:url('../img/cmn/menu/biography.png') no-repeat;
}
#menu li a.discography{
	background:url('../img/cmn/menu/discography.png') no-repeat;
}
#menu li a.contact{
	background:url('../img/cmn/menu/contact.png') no-repeat;
}
#menu li a.link{
	background:url('../img/cmn/menu/link.png') no-repeat;
}
#menu li a:link, #menu li a:visited{
	background-position:left top;
}
#menu li a:hover, #menu li a:active{
	background-position:left bottom;
}
#menu li a img{
	position:absolute;
	top:10px;
}
#menu li a.profile img{
	left:205px;
}
#menu li a.biography img{
	left:310px;
}
#menu li a.discography img{
	left:415px;
}
#menu li a.contact img{
	left:520px;
}
#menu li a.link img{
	left:625px;
}
#news{
	position:absolute;
	top:160px;
	right:0;
	font-size:70%;
}
#news th{
	padding-right:1em;
	font-weight:normal;
	color:#ff9900;
}
#news td{
	color:#999999;
}

