﻿/* ページ初期設定 */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #32B16C;
	line-height: 140%;
	border-style: none;
	padding: 0px;
	margin: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	background: url('voicecd2/back.jpg') repeat-x center top;
	background-color: #A6D397;
}
#fullarea {
	min-height: 100%;
	background-image: url('voicecd2/back3.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
}
#base {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
/* ページ初期設定 ここまで */
/* 高さ100% IE6対応用 */
#fullarea {
	height: 100%;
}
body > #fullarea{ 
    height:auto; 
}
/* 高さ100% IE6対応用 ここまで */
/* 透過PNG設定 */
body , #contents , #footer , .touka {
	behavior: expression(IEPNGFIX.fix(this));
}
/* 透過PNG設定 ここまで */
/* 以降通常設定 */
#contents {
	background-image: url('voicecd2/back2.png');
}
#info_track {
	position: relative;
}
#info_track .title {
	text-align: center;
	margin-bottom: 10px;
}
#info_track .track_no {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #32B16C;
}
#info_track .track_no span {
	font-size: 14px;
	font-weight: bold;
}
#info_track .track_title {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 15px;
}
#info_track .face1 {
	position: absolute;
	top: 77px;
	left: 158px;
}
#info_track .face2 {
	position: absolute;
	top: 132px;
	right: 141px;
}
#info_track .face3 {
	position: absolute;
	top: 189px;
	left: 151px;
}
#info_track .face4 {
	position: absolute;
	top: 245px;
	right: 136px;
}
#info_track .face5 {
	position: absolute;
	top: 299px;
	left: 169px;
}
#info_track .face6 {
	position: absolute;
	top: 345px;
	right: 155px;
}
#info_product {
	position: relative;
	height: 480px;
}
#info_product p {
	position: absolute;
	left: 0px;
	bottom: 5px;
	width: 800px;
	color: #CC0000;
	text-align: center;
}
#info_product .cast {
	position: absolute;
	top: 284px;
	left: 258px;
	width: 150px;
}
#info_product .staff {
	position: absolute;
	top: 284px;
	right: 165px;
	width: 200px;
}
#info_product .cast table {
	border-collapse: collapse;
	width: 150px;
}
#info_product .staff table {
	border-collapse: collapse;
	width: 200px;
}
#info_product .cast table td , #info_product .staff table td {
	padding-top: 4px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #32B16C;
}
#info_product .cast table .title , #info_product .staff table .title {
	text-align: right;
	padding-right: 5px;
}
#footer {
	position: relative;
	bottom: 0px;
	width: 800px;
	height: 140px;
	background-position: center bottom;
	background-image: url('voicecd2/footer.png');
	background-repeat: no-repeat;
}
#footer p {
	position: absolute;
	top: 109px;
	right: 75px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	width: 130px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #32B16C;
}
