*{
	margin: 0;
	padding: 0;
	border: 0;
}

/* Common */
.clear {
	clear: both;
}


/* Font */
body {
	color: #f0f0f0;
	font-family: "nimbus-sans", "Helvetica", "Arial", "Hiragino Kaku Gothic Pro W3", "Meiryo", sans-serif;
	font-size: 0.8em;
	line-height: 1.8;
}

#addtocart {
    line-height: 40px;
}

#addtocart a.diverse {
    color: #f0f0f0;
    font-weight: bold;
    text-decoration: none;
}

#addtocart a.diverse:hover {
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a {
    color: #D51D29;
    text-decoration: underline;
}

a:hover {
    color: #E63742;
    text-decoration: none;
}

#tracklist .lColumn h3 {
    font-size: 5em;
    line-height: 0.9;
    letter-spacing: -4px;
}

#tracklist .lColumn sup {
    font-size: 0.1em;
    font-weight: 400;
    margin-left: 10px;
    letter-spacing: 0px;
    line-height: 1.0;
}

#tracklist .lColumn ul {
    font-size: 0.8em;
    line-height: 1.3;
}

#trDisc1 th {color: #d51d29;}
#trDisc2 th {color: #6f6f6f;}
#trDisc3 th {color: #0477c0;}

/* Layout, Coloring */
body {
	width: 100%;
    background-color: #002a3a;
}

ul {
    list-style:none;
}

#wrapper {
    position: relative;
	width: 909px;
	margin: 0 auto;
}

#mainVisualContainer {
    z-index: 0;
    margin-left: 60px;
    width: 900px;
    height: 682px;
    overflow: hidden;
    background: #000000;
}

#mainVisualContainer img {
    position: relative;
    left: 2560px;
}

#data {
    position: absolute;
    top: 0;
}

header {
    margin-top: 180px;
}

#follow {
    float: left;
}

#follow li {
    float: left;
    width: 264px;
    background: url(../images/data_bg.png) 0px 16px no-repeat;
    padding-top: 30px;
}

#social {
    float: left;
    width: 381px;
    margin-top: 30px;
    text-align: right;
}

#social div {
    float: right;
    text-align: right;
}

#socialTw {width: 120px;}
#socialFb {width: 100px;}
#socialGp {width: 70px;}

#data h1 {
    margin-left: -22px;
}

#data h2 {
    margin-top: 30px;
}

#data #info {
    margin-top: 46px;
}

#data #info li {
    margin-bottom: 24px;
}

.lColumn {
	float: left;
	width: 240px;
	margin: 0 23px 0 0;
}

.rColumn {
	float: left;
	width: 645px;
}

article {
	overflow: hidden;
	margin-bottom: 110px;
}

article h2 {
    background: url(../images/h2_border.png) left center no-repeat;
	padding-left: 263px;
	margin-bottom: 43px;
}

#addtocart {
    position: relative;
    z-index: 2;
    margin-top: -20px;
    margin-left: 260px;
    margin-bottom: 50px;
}

#addtocart a.diverse {
    margin-right: 20px;
    display: block;
    padding: 0px 15px;
    height: 40px;
    background-color: #b40000;
    border: 2px solid #e63742;
    float: left;
}

#addtocart a img {
    margin-right: 10px;
}



#addtocart a.diverse:hover {
    background-color: #d0d0d0;
    border: 2px solid #dfdfdf;
}

#information #socialTw {
    margin: 0 auto;
}

#tracklist section {
    background: url(../images/tracklist_border.png) 0px bottom no-repeat;
	overflow: hidden;
	margin-bottom: 45px;
}

#tracklist section:last-child {
	margin: 0;
}


/* Table */
table {
	border-collapse: collapse;
}

#tracklist table {
	width: 100%;
}

#tracklist th,
#tracklist td {
	padding: 10px 0;
	border-bottom: 1px solid #002A3A;
}

#tracklist th {
	width: 65px;
	background-color: #000000;
}

#tracklist td {
	padding-left:18px;
}

#tracklist td:last-child {
    font-size: 0.85em;
	text-align: right;
	border-right: 25px solid #000000;
	padding: 0 18px 0 0;
}

#tracklist tr.soundcloud {
    height: 166px;
    line-height: 0;
}

#tracklist tr.soundcloud td {
    padding: 0;
    border-right: 0;
}

#trDisc1 td {background-color:#D51D29;}
#trDisc2 td {background-color:#6F6F6F;}
#trDisc3 td {background-color:#0477C0;}

#credit th,
#banner th {
	text-align: left;
	vertical-align: top;
	width: 263px;
    padding: 3px 0px;
}

#credit td,
#banner td {
	width: 215px;
	vertical-align: top;
    padding: 3px 0px;
}

#credit tr.root th,
#credit tr.root td,
#banner tr.root th,
#banner tr.root td {
    padding: 8px 0px 8px 0px;
}

footer {
    background: url(../images/data_bg.png) 0px 36px no-repeat;
    padding-bottom: 20px;
    margin-bottom: 20px;
}