@charset "utf-8";
body {
	background-color: #ff6633;
	margin: 0px;
	padding: 0px;
}
.index_main_box{
	width:534px;
	margin:10px 33px ;
	background-image:url(img/index_backIllust.gif);
	background-position:center center;
	background-repeat:no-repeat;
}
.index_song_title{
	font-size:18px;
}
.index_song_lyrics{
	padding-top:5px;
}
.lyrics_song_title{
	font-size:18px;
	margin-bottom:5px;
}
.lyrics_song_lyrics{
	padding-top:0px;
	padding-right:10px;
	letter-spacing:0em;
}
.main_box{
	width:534px;
	margin:10px 33px ;
}
.font_red {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing:0.05em;
	color:#ff0000;
}
.font_brown {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing:0.05em;
	color:#CC0000;
}
.font_green {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing:0.05em;
	color: #009900;
}
.menu a:link {
	color: #ffff00;
	text-decoration: none;
}
.menu a:visited {
	text-decoration: none;
	color: #ffff00;
}
.menu a:hover {
	text-decoration: underline;
	color: #ffff00;
}
.menu a:active {
	text-decoration: none;
	color: #ffff00;
}
.menu{
	background-image:url(img/menu_icon.gif);
	background-position:center left;
	background-repeat:no-repeat;
	padding:5px 0px 5px 23px;
	margin:0px 5px;
	text-align:left;
	font-size:14px;
	float:left;
	font-family: "Times New Roman", Times, serif;
	letter-spacing:0.05em;
}
.menu_table{
	margin-top:30px;
}
.copyright{
	font-family: "Times New Roman", Times, serif;
	font-size:10px;
	letter-spacing:0.05em;
	color:#003366;
}
.japanese{
	font-size:12px;
}
.title{
	font-family: "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#009900;
	margin-left:20px;
}
.links{
	background-image:url(img/links_arrow.gif);
	background-position:left center;
	background-repeat:no-repeat;
	padding-left:18px;	
}