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

* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #e0e0e0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #898989;
	text-align: justify;
}

body ul {
	list-style-type: none;
	float: left;
}

body strong {
	color: #fca4c9;
}

body a {
	color: #f3659a;
	letter-spacing: 1px;
	text-decoration: none;
}

body a:hover {
	color: #fc81b5;
}

#wrapper {
	height: 2480px;
	width: 700px;
	margin: 20px auto;
	background-color: #FFF;
}

#header {
	margin: 0px;
	float: left;
	height: 155px;
	width: 700px;
}

#sidebar {
	margin: 0px;
	float: left;
	height: 648px;
	width: 180px;
	background-image: url(../sidebar.jpg);
}

#navi {
	float: left;
	height: 400px;
	width: 179px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

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

#main {
	height: 618px;
	width: 460px;
	float: left;
	margin: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
}

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

#main ul li {
	float: left;
}

#footer {
	margin: 1640px 0px 0px 0px;
	float: left;
	height: 22px;
	width: 700px;
}

#lyrics {
	float: left;
	width: 460px;
}

#lyrics a {
	color: #adadad;
	letter-spacing: 1px;
	border-bottom: 2px #ffd0e1 dotted;
	line-height: 17px;
}

#notes {
	margin: 0px;
	float: left;
	font-size:9px;
	color: #a4a4a4;
	width: 460px;
}

#jp {
	margin: 0px;
	float: left;
	font-family: MS PGothic;
	font-size: 12px;
	line-height: 15px;
	width: 460px;
}

#romaji {
	float: left;
	margin: 0px;
	width: 460px;
}

h2 {
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}