﻿@charset "utf-8";


/* avex taiwan inc.
---------------------------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;

}

body {
	font-family: Tahoma, "新細明體";
	font-size: 75%;
	color: #242424;
	background-color: #696969;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


a {color: #242424;}
a:hover {color: #a0a0a0;}
img {border: none;}




/* wrapper
---------------------------------------------*/
#wrapper {
	/*position: relative;*/
	width: 970px;
	height: 100%;
	margin: 0 auto;
	behavior: url(js/iepngfix.htc);
	background-image: url(../images/shadow.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}


#mainCol {
	width: 950px;
	height:100%;
	margin: 0 auto;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../images/dice.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#mainCol .main .title .release {	
	text-align: center;
}


#contents {	
	width: 870px;
	margin: 0 40px 0 40px;
	height: 923px;
}


.left {
	float: left;
	text-align: left;
	width: 515px;
}


.txt {
	margin: 0 35px 0 50px;
	color: #242424;
	line-height: 1.6em;
}


.bgm {
	width: 200px;
	margin: 0 0 0 50px;
	height: 23px;
	float: left;
}

.pagetop {
	width: 72px;
	margin: 0 35px 0 0;
	padding: 10px 0 0 0;
	text-align: right;
	height: 13px;
	float: right;
}


.pagetop a.visible {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/pagetop.gif) no-repeat 0 0;
}


.pagetop a.visible:hover {
	background: url(../images/pagetop_hover.gif) no-repeat 0 0;
}


.concert {
	width: 434px;
	height: 141px;
	margin: 0 0 10px 50px;
	text-align: left;
	background: url(../images/concert.jpg) no-repeat 0 0;
}


.concert a.visible {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/concert.jpg) no-repeat 0 0;
}


.concert a.visible:hover {
	background: url(../images/concert_hover.jpg) no-repeat 0 0;
}


.right {
	float: right;
	text-align: left;
	width: 355px;
	height: 923px;
	color: #242424;
	background-color: #efefef;
	background-image: url(../images/listbg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.list {
	margin: 0 0 0 60px;
	color: #242424;
	line-height: 1.57em;
}


ol li{
	background-repeat: no-repeat;
	margin: 0px;
	list-style-position: inside;
	list-style-type: decimal-leading-zero;
}


#footer {
	clear: both;
	width: 970px;
	height: 100px;
	margin: 0 auto;
}
