@charset "utf-8";

body {   
    background: url(../img/table/pc_back.gif) top left fixed;
	background-color: #00FFFF;
}   

#main  {   
    width: 800px;  
	margin: 0 auto;
/*--font-family: serif;--*/
} 

#main h1 {
	text-indent: -9999px;
	font-size: medium;
	background: url(../img/table/header2.jpg) no-repeat;
	width: 800px;
	height: 240px; 
	margin: 0px;
}

#navi {
	background-color: #00FFFF;
	width: 800px;
	background: url(../img/table/menu_back.gif);
}

#navi:after { 
/*--http://www.css-lecture.com/log/css/013.html--*/
	height:0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#copyright {
	background:url(../img/table/copyright.gif) no-repeat center;
	text-align: center;
	width: 800px;
	height: 100px;
}

#span {
	text-align: center;
	font-size: 14px;
	line-height: 17px;
	color: #ffffff;
}

#line01 {
	background: url(../img/table/line01.gif) repeat-x #000000;
	width: 800px;
	height: 12px;
}

#line02 {
	background: url(../img/table/line_02.gif) repeat-x #000000;
	width: 800px;
	height: 5px;
}

#navi ul {
	margin: 0;
	padding: 0;
}

#navi ul li {
	list-style-type: none;
	float: left;
}

#navi ul li a {
    height: 30px; 
    display: block;   
    text-indent: -9999px;
    overflow: hidden;
}

#navi li.top a {
    width: 98px;
	background: url(../img/table/menu_top.gif) no-repeat 0 0px;
}

#navi li.top_now a {
    width: 98px;   
	background: url(../img/table/menu_top.gif) no-repeat 0 -60px;
}

#navi li.profile a {
    width: 161px;   
	background: url(../img/table/menu_profile.gif) no-repeat 0 0px;
}

#navi li.profile_now {
    width: 161px;   
	background: url(../img/table/menu_profile.gif) no-repeat 0 -60px;
}

#navi li.songs a {
    width: 136px;   
	background: url(../img/table/menu_songs.gif) no-repeat 0 0px;
}

#navi li.songs_now {
    width: 136px;   
	background: url(../img/table/menu_songs.gif) no-repeat 0 -60px;
}

#navi li.blog a {
    width: 117px;   
	background: url(../img/table/menu_blog.gif) no-repeat 0 0px;
}

#navi li.blog_now {
    width: 117px;   
	background: url(../img/table/menu_blog.gif) no-repeat 0 -60px;
}

#navi li.contact a {
    width: 177px;   
	background: url(../img/table/menu_contact.gif) no-repeat 0 0px;
}

#navi li.contact_now {
    width: 177px;   
	background: url(../img/table/menu_contact.gif) no-repeat 0 -60px;
}

#navi li a:hover {
	background-position: 0 -30px;
}

#navi li.head {
    width: 212px;   
    height: 50px;   
	background: url(../img/table/sub_head.gif) no-repeat 0 0px;
}

#navi li.bottom {
    width: 212px;   
    height: 142px;   
	background: url(../img/table/sub_bottom.gif) no-repeat 0 0px;
}
