@charset "utf-8";
/* CSS Document */

@charset "UTF-8";

/*================================================================
common
================================================================*/

/*----------------------------------------------------------------

index -

 00,header
 01,contents - contentsInner
 02,footer

----------------------------------------------------------------*/

html {
	overflow-y:scroll; 
}
body {
	background: url(../img/bg_z.jpg) repeat-y center;
}

html, body {
	margin: 0px;
	position: relative;
	z-index: 1;
}

#wrapper {
}
/*
00,header
----------------------------------------------------------------*/
#header {
	width: 100%;
	text-align: left;
	background: url(../img/bg_cr.png) no-repeat center top;
	border-top: #000 solid 5px;
}
#header #headerIn {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#header #headerIn h1 {
	float: left;
	width: 460px;
	margin-bottom: 40px;
	padding: 100px 0 0;
}
#header #headerIn p#release {
	position: absolute;
	top: 10px;
	left: 0;
}
#header #headerIn p#backToGateway {
	position: absolute;
	top: 10px;
	right: 0;
	z-index: 5;
}
#header #headerIn p#backToGateway a:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#header #headerIn #headerIntro {
	float: left;
	width: 460px;
	margin-bottom: 10px;
}
#header #headerIn #headerIntro p {
	font-size: 1.4em;
}
#header #headerIn #cdPlay {
	position: relative;
	float: right;
	width: 540px;
	height: 540px;
	background: url(../img/circle_bg.png) no-repeat center;
}
#header #headerIn #cdPlay a {
	display: block;
	width: 540px;
	height: 540px;
}
#header #headerIn #cdPlay a img {
	position: absolute;
	display: block;
	top: 240px;
	left: 210px;
	padding-top: 70px;
	background: url(../img/arrow_circle_on.png) no-repeat center top;
	z-index: 2;
}
#header #headerIn #cdPlay a:hover img {
	background-position: 55% 0;
}
#header #headerIn #cdPlay img.circle {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#header #headerIn #crossFade {
	float: left;
	width: 460px;
	margin-bottom: 20px;
	overflow: hidden;
}
#header #headerIn #crossFade h3 {
	float: right;
	width: 250px;
	margin: 25px 0;
}
#header #headerIn #crossFade p {
	float: left;
	width: 180px;
}
#header #headerIn #crossFade ul {
	float: right;
	width: 240px;
}
#header #headerIn #crossFade ul li {
	display: inline;
	padding-left: 10px;
}
#header #headerIn #crossFade ul li a {
	padding: 0 10px 0 15px;
	background: url(../img/arrow_next.png) no-repeat left center;
	font-size: 1.4em;
	font-style: italic;
	font-weight: bold;
	color: #333;
}
#header #headerIn #crossFade ul li a:hover {
	text-decoration: underline;
}

/*
01,contents - contentsInner
----------------------------------------------------------------*/
#contents .section {
	width: 100%;
	padding: 40px 0 30px;
	background: url(../img/bg_line.png) repeat-x top;
}
#contents .sectionIn {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
#contents .section h3 {
	float: left;
	width: 190px;
	font-size: 1.6em;
}
#contents .section h4 {
	font-size: 1.2em;
}
#contents .section h4,
#contents .section p,
#contents .section ul,
#contents .section dl {
	float: right;
	width: 800px;
}

/*
02,download
----------------------------------------------------------------*/
#contents #download {
	clear: both;
	padding: 10px 0 0;
	background-color: #FFF;
}
#contents #download ul {
	float: none;
	width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(../img/bg_gdbg_logo.jpg) no-repeat center;
	overflow: hidden;
}
#contents #download ul li {
	float: left;
	width: 480px;
	margin: 0 20px 0 0;
}

#contents #download ul li a {
	display: block;
	width: 460px;
	padding: 10px 0;
	text-align: center;
	border: #CCC solid 3px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #FFF;
	zoom: 1;
}
#contents #download ul li a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#contents #download ul li.mirror {
	margin-left: 500px;
	width: auto;
	margin-top: 5px;
	margin-right: 5px;
}
#contents #download ul li.mirror a {
	display: block;
	width: auto;
	padding: 0 0 0 30px;
	color: #666;
	font-weight: bold;
	background: url(../img/arrow_next_white.png) no-repeat 10px 50%;
	border: none;
}
#contents #download ul li.mirror a:hover {
	text-decoration: underline;
}

/*
02,catch
----------------------------------------------------------------*/
#contents #catch {
}
#contents #catch .sectionIn {
	overflow: visible;
}
#contents #catch p {
	float: none;
	width: 1000px;
	margin-bottom: 0;
	zoom: 1;
}
#contents #catch p a {
	position: relative;
	display: block;
	width: 100px;
	height: 60px;
	padding-bottom: 10px;
	margin-left: -30px;
	margin-top: -70px;
}
#contents #catch p a#helpBofIcon {
	width: 320px;
	margin-left: 270px;
}
#contents #catch .helpSec {
	display: none;
}

#TB_ajaxContent dl {
}
#TB_ajaxContent dl dt {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 4em;
}
#TB_ajaxContent dl dd {
	margin-bottom: 1em;
	font-size: 1.8em;
}
#TB_ajaxContent dl dd ul li {
	margin-bottom: 0.5em;
	padding-left: 20px;
	background: url(../img/dot.gif) no-repeat 0 0.5em;
}
#TB_ajaxContent dl dd img {
	float: left;
	margin-right: 40px;
}

/*
02,twitter
----------------------------------------------------------------*/
#contents #twStream {
	height: 60px;
	background-color: #FFF;
}
#contents #twStream .sectionIn {
	position: relative;
}
#contents #twStream .sectionIn div {
	position: absolute;
	width: 800px;
	top: 0;
	left: 0;
	padding-left: 200px;
	zoom: 1;
}
#contents #twStream .sectionIn div h4,
#contents #twStream .sectionIn div p,
#contents #twStream .sectionIn div ul,
#contents #twStream .sectionIn div dl {
	float: none;
	width: auto;
}

#contents #twStream h3 {
	position: relative;
	width: 190px;
	height: 60px;
	z-index: 2;
	background-color: #FFF;
}
#contents #twStream h3 span.twHelp {
	position: absolute;
	top: 2.6em;
	left: 0;
	display: block;
	width: 160px;
	font-size: 10px;
}

/*
02,information
----------------------------------------------------------------*/
#contents #information {
}
#contents #information dl {
	margin-bottom: 10px;
	font-size: 1.2em;
}
#contents #information dl dt {
	margin: 20px 0 5px;
	font-weight: bold;
	color: #24acdf;
}
#contents #information h4 {
	margin-bottom: 0;
	font-size: 1.4em;
}
#contents #information dl dd ul li {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	white-space: nowrap;
	font-size: 0.857em;
}
#contents #information p {
	text-align: right;
	font-size: 1.0em;
}

/*
02,banner
----------------------------------------------------------------*/
#contents #banner {
	background-color: #FFF;
}
#contents #banner ul {
	float: left;
	width: 468px;
	padding-left: 10px;
	text-align: right;
}
#contents #banner ul li {
	position: relative;
	width: 468px;
	margin-bottom: 10px;
}
#contents #banner ul li span {
	position: absolute;
	left: 500px;
}

/*
02,cheer
----------------------------------------------------------------*/
#contents #pr {
}
#contents #pr dl dt {
	float: left;
	margin-bottom: 20px;
}
#contents #pr dl dd {
	float: right;
	width: 300px;
}
#contents #pr dl dd.title {
	padding-top: 12px;
	font-weight: bold;
	font-size: 1.4em;
}

/*
02,staff
----------------------------------------------------------------*/
#contents #staff {
	background-color: #FFF;
	overflow: hidden;
}
#contents #staff .artistSec {
	position: relative;
	float: left;
	width: 144px;
	margin: 0 10px;
	padding-top: 10px;
	padding-bottom: 40px;
	overflow: hidden;
	border-top: #CCC solid 1px;
}
#contents #staff #vivi {
	margin-right: 0;
}
#contents #staff .artistSec p,
#contents #staff .artistSec ul {
	float: none;
	width: auto;
	font-size: 1.0em;
}
#contents #staff .artistSec p.photo {
	float: right;
}
#contents #staff .artistSec ul {
	position: absolute;
	top: 40px;
	left: 0;
}
#contents #staff .artistSec ul li {
	display: inline;
}
#contents #staff .artistSec .artistInfo {
	padding-top: 70px;
}
#contents #staff .artistSec .artistInfo p.artistName {
	position: absolute;
	top: 15px;
	left: 0;
	font-size: 1.2em;
	font-weight: bold;
}

/*
03,footer
----------------------------------------------------------------*/
#footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 5;
	background-color: #000;
}
#footerInner {
	position: relative;
	width: 1000px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	text-align: left;
}

#footerInner ul#gNav {
	position: absolute;
	width: 680px;
	left: 0;
	line-height: 40px;
	zoom: 1;
}
#footerInner ul#gNav li {
	display: inline;
	zoom: 1;
}
#footerInner ul#gNav li a {
	display: block;
	float: left;
	overflow: hidden;
	color: #FFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 20px;
}
#footerInner ul#gNav li a:hover {
	background-color: #FFF;
	color: #000;
}
#footerInner p.twbtn {
	position: absolute;
	top: 10px;
	right: 0;
}