<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/*--------------------------------------
@Share Style
---------------------------------------*/
* {
	margin:0;
	padding:0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
	color: #908d9c;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
p,li,dt,dl {
	line-height:160%;
}
p {
	margin:0 0 1em 0;
}
li {
	list-style-type:none;
}
img {
	border:0;
}
hr {
	display:none;
}
.clear {
	clear:both;
}



/*--------------------------------------
@Link Color
---------------------------------------*/
a {
	text-decoration:none;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}

/*--------------------------------------
@container
---------------------------------------*/
#container {
	margin: 0;
	text-align: center;
}

/*--------------------------------------
@Original Style
---------------------------------------*/
#wrapper {
	margin: 0px auto;
	width: 860px;
	background-color: #FEFEFE;
}

div.linernotes {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
span.mika_comment {
	color: #c8529c;
}
table.songlist {
	width: 800px;
	margin-top: 5px;
}
table.songlist td {
	text-align: left;
	vertical-align: top;
	width: 380px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8529c;
	padding: 10px;
}


div.title_list {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 140%;
	padding-bottom: 30px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}
span.number {
	font-size: 16px;
	color: #B18E0E;
}
span.title {
	font-size: 16px;
	font-weight: bold;
	margin-left: 5px;
}



div.songs {
	text-align: left;
	vertical-align: top;
	font-size: 12px;
	line-height: 140%;
	padding: 0px 20px 0px 20px;
	margin-top: 30px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;

}
div.songs h2 {
	font-size: 18px;
	font-weight: bold;
}

div.youtube {
	margin: 0 auto;
	width: 480px;
	height: 270px;
}

p.kaisetsu {
	background-color: #FFFFFF;
	padding: 5px;
	font-size: 12px;
	line-height: 140%;
	color: #908d9c;
}
span.tieup {
	color: #6DB5BE;
	font-size: 10px;
}
div.list {
	background-color: #908d9c;
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	border-left:10px solid #575072;
	color:#ffffff;
}
</pre></body></html>