﻿@charset "utf-8";
/* CSS Document */
body{
	background-image:url(bg5.jpg);
	background-attachment: fixed;
}
A:link{
	color: #333333;
}
A:visited{
	color: #333333;
}
#wrapper{
	margin-left:auto;
	margin-right:auto;
	width: 800px;
}
#main{
	background-color: #FFFFFF;
	font-family:'メイリオ', 'Osaka', 'HGｺﾞｼｯｸM';
	font-size: 14px;
	/* border: solid 1px; */
}
.title{
	margin-top: 5px;
	margin-left: 10px;
	text-align: center;
	width: 200px;
	background-color: #eeFFFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	border:solid 1px;
	border-left-width:thick;
	border-color: #0099FF;
}
.text{
	color:#000000;
	margin-left: 50px;
	margin-bottom: 12px;
	font-size: 14px;
}
th, td{
	border:solid 1px #666666;
}
.trackno{
	font-weight: bold;
	margin-right: 5px;
}
.song{
	width: 640px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #3399CC;
}
.data{
	color:#CC3300;
	text-align: right;
	margin-top: -10px;
}
.cdjacket{
	float:left;
}
.cddata{
	float:right;
	margin-right:100px;
	margin-top:40px;
	width: 256px;
	vertical-align:middle;
}