
@charset "utf-8";
/* CSS Document */

/* core	================================================	*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align:bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,

q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

br {
    letter-spacing: 0;
}

.clearfix:after {
    content: '.';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

body {
    line-height: 1;
    font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro', "メイリオ","ＭＳ Ｐゴシック", sans-serif;
	background:#000;
	color:#fff;
}



.interiorWrapper {
	width:980px;
	margin:0px auto;
}

#header {
	padding-top:24px;
	position:relative;
}

#globalNavigation {
	position:absolute;
	left:380px;
	top:43px;
}

#globalNavigation li {
	float:left;
	margin-left:24px;
	margin-bottom:13px;
}

#globalNavigation li.lineStart {
	margin-left:0px;
}


/* banner */
#bannerList {
	border-bottom:1px solid #2f2f2f;
	border-top:1px solid #2f2f2f;
	padding:30px 0px;
	margin-top:30px;
}

#bannerList li {
	float:left;
	margin-left:13px;
}

#bannerList li:first-child {
	margin-left:0px;
}

/* copyrights */

#copyrightArea {
	height:124px;
	padding-bottom:30px;
	position:relative;
}

#qrCode {
	position:absolute;
	left:0px;
	top:30px;
}

#sonymusic {
	position:absolute;
	left:690px;
	top:30px;
}

#copyRights {
	position:absolute;
	left:765px;
	top:30px;
}

