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

body {
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #FFF;
	font-family: "Times New Roman", Times, serif;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #03C;
	text-decoration: none;
}
a:active {
	color: #06C;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.title {
	font-size: 34px;
	color: #F89777;
}
.artist {
	font-size: 18px;
	color: #000;
}
.grey {
	font-size: 14px;
	color: #999;
	font-family: "Times New Roman", Times, serif;
}
.title2 {
	font-size: 16px;
	color: #F89777;
	font-weight: normal;
}
.yellow {
	color: #F89777;
}
.sub_tittle {
	font-size: 18px;
	color: #999;
}
.tokyo{
	color: #000;
	font-size: 14px;
}
.tokyo a:link {
	color: #06c;
	text-decoration: underline;

}
.tokyo a:visited {
	color: #000;
	text-decoration: underline;
}
.tokyo a:hover {
	color: #F90;
	text-decoration: underline;
}
