/* CSS Document */
*{ margin: 0; padding: 0; }
body {
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}
.brk {
	clear: both;
}
.sml {
	font-size: 10px;
}
.bld {
	font-weight: bold;
}
h1 {
	font-size: 14px;
}
h2 {
	font-size: 18px;
}
h3 {
	color: #666666;
	font-size: 12px;
}
h4 {
	font-size: 10px;
}
p{
	font-size: 12px;
}
a {
	color:#ba0039;
	text-decoration: none;
}
a:visited { 
	color:#ba0039;
}
a:hover { 
	color:#5eb7e7;
}
#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-color: #ffffff;
	background-image: url(../images/bg_main.gif);
	background-repeat: no-repeat;
	background-position: 0px 40px;
}
.txtdata {
	display: none;
}

/*
#header
*/
#header {
	height: 425px;
	width: 800px;
	text-align: left;
	position: relative;
}


/*
#linernoteArea
*/
#interviewArea {
	clear: both;
	position: absolute;
	top: 40px;
	right: 0px;
	z-index: auto;
}
#interviewArea a {
	font-size: 10px;
	text-indent: -9000px;
	overflow: hidden;
	height: 100px;
	width: 370px;
	background-image: url(../images/interview.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
}
#interviewArea a:hover {
	background-position: 0px -100px;
}


/*
#contentsArea
*/
#contentsArea {
	width: 800px;
	text-align: left;
	position: relative;
}

/*
#releaseArea
*/
#releaseArea {
	margin: 0px 10px;
}
#artwork {
	float: left;
	width: 240px;
	height: 240px;
}
#artwork img {
	margin-bottom: 10px;
}
#data {
	float: right;
	width: 535px;
}
#data h1 {
	font-size: 16px;
	line-height: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #8f0026;
	margin-bottom: 10px;
}
#data h2 {
	font-size: 20px;
	line-height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	color: #8f0026;
	margin-bottom: 3px;
}
#data h2.jpn {
	font-size: 12px;
	line-height: 20px;
	font-family: sans-serif;
	color: #8f0026;
	margin-bottom: 7px;
}
#data h3 {
	font-size: 14px;
	line-height: 15px;
	font-family: Helvetica, Arial, sans-serif;
	color: #20638e;
	margin-bottom: 10px;
}
#data p {
	font-size: 12px;
	line-height: 12px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	margin-bottom: 2px;
}
#data .vemall {
	margin-top: 5px;
}
#tracklist {
	font-size: 12px;
	color: #666666;
	margin-bottom: 15px;
}
#tracklist table {
	margin-top: 10px;
	border: 0px;
}
#tracklist td {
	line-height: 15px;
	height: 14px;
	margin: 0px;
	padding: 0px 0px;
	border: 0px;
	vertical-align: top;
	font-weight: bold;
}
#tracklist .wmp {
	font-size: 10px;
	width: 15px;
	padding-top: 2px;
	/*display: none;*/
}
#tracklist .wmp a {
	height: 12px;
	width: 12px;
	display: block;
	font-size: 10px;
	background-image: url(../images/wm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	background-color: #ba0039;
	text-indent: -9000px;
	overflow: hidden;
	}
#tracklist .wmp a:hover {
	background-color: #5eb7e7;
}
#tracklist .tNum {
	font-size: 10px;
	color: #666666;
	width: 20px;
}
#tracklist .tName {
	font-size: 12px;
	color: #666666;
}
#videoArea {
	clear: both;
	height: 115px;
	width: 200px;
	position: absolute;
	top: 125px;
	right: 0px;
	z-index: auto;
/*	display: none;*/
}
#comingsoon {
	clear: both;
	height: 115px;
	width: 200px;
	position: absolute;
	background-image: url(../images/comingsoon.gif);
	top: 125px;
	right: 0px;
	z-index: 1;
	/*display: none;*/
}
#videoArea h2 {
	height: 20px;
	margin-top: 2px;
	margin-bottom: 3px;
}
#videoArea h3 {
	font-size: 10px;
	margin-bottom: 5px;
}
#videoArea a {
	font-size: 10px;
	text-indent: -9000px;
	overflow: hidden;
	height: 14px;
	width: 90px;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: none;
}
#videoArea a:hover {
	background-position: 0px -20px;
}
#video1 {
	font-size: 10px;
	height: 40px;
	background-image: url(../images/video1.gif);
	background-repeat: no-repeat;
	padding-left: 65px;
	margin-bottom: 5px;
}
#video2 {
	font-size: 10px;
	height: 40px;
	background-image: url(../images/video2.gif);
	background-repeat: no-repeat;
	padding-left: 65px;
}
.videoBtn {
	font-size: 10px;
	text-indent: -9000px;
	overflow: hidden;
	height: 14px;
	width: 90px;
	background-image: url(../images/play.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-decoration: none;
	display: block;
}

/*
#mobileArea
*/
#mobileArea {
	clear: both;
	height: 150px;
	margin-bottom: 20px;
	position: relative;
}
#mobileArea h2 {
	font-size: 18px;
	color: #ba0039;
	line-height: 30px;
	height: 30px;
	margin-bottom: 2px;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#mobileArea p.lead {
	font-size: 12px;
	color: #666666;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	border-bottom-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.qrarea {
	width: 250px;
	height: 80px;
	background-repeat: no-repeat;
}
.qrarea h3 {
	color: #666666;
	font-size: 10px;
}
.qrarea p {
	color: #666666;
	font-size: 10px;
}
#mobile1 {
	background-image: url(../images/qr_artist.gif);
	position: absolute;
	left: 10px;
	top: 60px;
}
#mobile1 h3 , #mobile1 p {
	margin-left: 80px;
}
#mobile2 {
	background-image: url(../images/qr_official.gif);
	position: absolute;
	left: 275px;
	top: 60px;
}
#mobile2 h3 , #mobile2 p {
	margin-left: 70px;
}
#mobile3 {
	background-image: url(../images/qr_lm.gif);
	position: absolute;
	left: 540px;
	top: 60px;
}
#mobile3 h3 , #mobile3 p {
	margin-left: 70px;
}



/*
#navigation
*/
#navigation {
	clear: both;
	height: 40px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
}
#navigation ul {
	list-style-type: none;
}
#navigation li {
	float: left;
	margin-right: 0px;
}
#navigation a {
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;
	height: 40px;
	width: 120px;
	display: block;
	padding-top: 5px;
	padding-left: 10px;
	color: #666666;
	background-image: url(../images/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#navigation a:hover {
	color: #5eb7e7;
	background-position: 0px -50px;
}

/*
#footer
*/
#footer {
	font-size: 10px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	border-top-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
}
#copyright a { color: #666666; font-size: 10px; font-family: Verdana; text-decoration: none   }
#copyright a:visited  { color: #666666 }
#copyright a:hover  { color: #5eb7e7 }

/*
#subwindow
*/
#subwindow {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#subwindow #header {
	height: 270px;
	width: 480px;
	margin-top: 10px;
	background-image: url(../images/subwindow_bg.gif);
	background-repeat: no-repeat;
}
#subwindow #header h1 {
	text-indent: -9000px;
	overflow: hidden;
	height: 210px;
}
#subwindow #header h2 {
	font-size: 12px;
	color: #333333;
}
#subwindow #header p {
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
#subwindow #interview {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#subwindow h3 {
	color: #ba0039;
	font-size: 12px;
	line-height: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#subwindow p {
	font-size: 12px;
	line-height: 15px;
}
#subwindow p.lead {
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	border-width: 1px 0px;
	border-style: solid;
	border-color: #cccccc;
	padding-top: 2px;
	padding-bottom: 2px;
}
p.question {
	background-image: url(../images/p_q.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 5px;
}
p.answer {
	color: #b65e78;
	background-image: url(../images/p_d.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	margin-bottom: 10px;
}
#interview1 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-bottom: 30px;
}
#interview2 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-bottom: 30px;
}
#interview3 {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	margin-bottom: 30px;
}
#subwindow p.cls {
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	padding-top: 5px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#subwindow #footer {
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

