@charset "utf-8";

/* ------------------------------------------
Since: 2009-12-08
Version: 1.0
Auther: TAKASHI MIYAZAWA(visual and echo japan)
------------------------------------------*/

/*******************************************
����
*******************************************/
body{
	background:url(../images/trm/bg.jpg)  top center;
}



#tabla-contents {
	text-align:center;
	margin-top:5px;
	position:relative;
	padding-top:140px;
}

#tabla-contents .jacket{
	background:url(../images/trm/jacket_bg.png) no-repeat;
	width:481px;
	height:435px;
	margin:0 auto;
	margin-bottom:20px;
}
#tabla-contents .jacket img{
	margin:32px 0 0 0px;
	
}

#tabla-contents .news{
	position:absolute;
	top:0px;
	left:0px;
}
#tabla-contents .release{
	position:absolute;
	top:30px;
	right:20px;
}
#tabla-contents .copy{
	position:absolute;
	top:350px;
	right:-10px;
}

#tabla-contents .comment{
	margin:0 auto;
	margin-bottom:20px;
}

#tabla-contents .guest{
	width:700px;
	margin:0 auto;
}

#tabla-contents .guest li{
	display:inline-block;
	margin:0 10px;
	margin-bottom:20px;
	
}

#tabla-contents .guest li a img{
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
#tabla-contents .guest li a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#tabla-contents .guest li.guest02 img{
}

.caver{
	background:url(../images/caver.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:9998;
}

#tabla-contents .popup{
	z-index:9999;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-307px;
	width:615px;
	background:#F7FFBA;
	border:5px #FF5C00 solid;
	padding-top:20px;
	
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	color:#000000;
	display:none;
}
#tabla-contents .popup .image{
	margin-bottom:20px;
}
#tabla-contents .popup .name{
	font-size:18px;
	text-align:left;
	width:483px;
	margin:0 auto;
	margin-bottom:10px;
}
#tabla-contents .popup .text{
	font-size:12px;
	text-align:left;
	width:483px;
	margin:0 auto;
	margin-bottom:20px;
}


#tabla-contents .buy{
	margin-bottom:60px;
	overflow:hidden;
	
}
#tabla-contents .buy p{
	color:#FF0000;
	margin-bottom:10px;
}
#tabla-contents .buy li{
	display:inline-block;
	margin:0 5px;
	margin-bottom:10px;
}
#tabla-contents .buy li a{
	display:block;
	padding:15px 20px;
	background:#F00;
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
#tabla-contents .buy li a:hover{
	background:#ff8200;
	color:#ffff00;
	
}

#tabla-contents .buy .buyPopup{
	z-index:9999;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-307px;
	width:615px;
	background:#F7FFBA;
	border:5px #FF5C00 solid;
	padding-top:20px;
	padding-bottom:20px;
	
    border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	color:#000000;
	display:none;
}
#tabla-contents .buy .buyPopup h3{
	font-size:18px;
	font-weight:normal;
	margin-bottom:20px;
}


#tabla-contents .curry{
	margin-bottom:60px;
	
}
#tabla-contents .curry h3{
	margin-right:80px;
	
}
#tabla-contents .curry h3 a img{
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	
}
#tabla-contents .curry h3 a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}
#tabla-contents .curry .curry_text{
	background:url(../images/trm/curry_bg.png) no-repeat;
	width:598px;
	height:198px;
	margin:0 auto;
}
#tabla-contents .curry .curry_text p{
	color:#3F3F3F;
	padding-top:40px;
	font-size:16px;
	line-height:160%;
	font-weight:bold;
	
}












