﻿/* ページ初期設定 */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
.fix {
	clear: left;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background-position: center top;
	background-color: #AADEF8;
	background-image: url('img/shift_back.jpg');
	background-repeat: no-repeat;
}
#fullarea {
	background-position: center bottom;
	min-height: 100%;
	background-image: url('img/shift_back3.jpg');
	background-repeat: no-repeat;
}
#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 800px;
	height: 100px;
	background-image: url('img/shift_footer.png');
	background-repeat: no-repeat;
	background-position: center top;
}
/* ページ初期設定 ここまで */
/* 高さ100% IE6対応用 */
#fullarea {
	height: 100%;
}
body > #fullarea{ 
    height:auto; 
}
/* 高さ100% IE6対応用 ここまで */
/* 以降通常設定 */
#header {
	position: relative;
	width: 800px;
	height: 484px;
}
#header .info {
	position: absolute;
	top: 330px;
	left: 0px;
}
#header .download {
	position: absolute;
	top: 243px;
	left: 126px;
	width: 98px;
	height: 16px;
}
#header .download a {
	font-size: 10px;
	line-height: 16px;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 16px;
	padding-left: 28px;
}
#header .download a:link {
	color: #66CCFF;
}
#header .download a:visited {
	color: #66CCFF;
}
#header .download a:hover {
	color: #3392DA;
}
#contents {
	background-image: url('img/shift_back2.png');
}
.songlist .pic_title {
	text-align: center;
}
.songlist .songinfo {
	width: 700px;
	padding-left: 50px;
	padding-right: 50px;
}
.songlist .songinfo .song_pf {
	float: left;
	width: 340px;
	margin-right: 20px;
}
.songlist .songinfo .song_lk {
	float: left;
	width: 340px;
}
.productinfo {
	position: relative;
	width: 800px;
	height: 270px;
	background-image: url('img/shift_proinfo.png');
	background-repeat: no-repeat;
	background-position: center top;
}
.productinfo .txt {
	position: absolute;
	top: 59px;
	left: 360px;
	color: #FFFFFF;
	width: 365px;
}
.productinfo .txt span {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	width: 340px;
}
table td {
	padding-bottom: 15px;
}
table .logo {
	padding-left: 50px;
}
table .number {
	width: 50px;
}
table .txt {
	color: #666666;
	font-size: 10px;
	padding-left: 5px;
}
table .txt span {
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}
