#site{
    height: 700px;
    left: 10%;
    width: 80%;
    min-width: 1100px;
    position: absolute;
    background: right no-repeat;
}

#footer{
    height: auto;
    min-height: 80px;
    position: absolute;
    top: 700px;
    width: 100%;
    min-width: 1250px;
    bottom: 0px;
    background: url(/images/footer_pattern.png) repeat;
     z-index: 15;
}

#footer_spacer{
    position: absolute;
    height: 100%;
    width: 100%;
}

/*----------*/
/* CONTENT  */
/*----------*/


    /*----------*/
    /*   LEFT   */
    /*----------*/
    

#left{
    z-index: 10;
	position: relative;
	float: left;
	width: 400px;
    margin-top: 70px;
}

    /*----------*/
    /*   RIGHT  */
    /*----------*/

/*  The image is in the background div  */
#right{
    display: block;
    z-index: 5;
    overflow: hidden;
    position: relative;
    float: right;
    right:0px;
    width: 690px; /*650*/
    height: 700px;
    background-repeat: no-repeat;
    font-size: 12px;
    color:#666666;
}

.txt_white{
	color: #ffffff;
}

@media screen and (min-height: 780px) {

}

@media screen and (max-height: 780px) {

}


#logo{
    position: relative;
    left: 15px;
    height: 54px;
    width: 305px;
}

#menu{
    padding-left: 20px;
	position: relative;
	height: 380px;
    top: 35px;
}
    #menu li{
        font-style: italic;
        padding-bottom: 3px;
        padding-top: 3px;
    }
    #menu li:hover{
        cursor: pointer;
    }
    
    #menu li a{
    	font-size: 20px;
        color: black;
    }
    
    #menu .english{
        font-style: italic;
    	color: #C0C2C3;
    }
    
    #menu .japanese{
        font-style: normal;
        display: none;
        padding-left: 10px;
        font-size: 12px;
        letter-spacing: 2px;
    }
            
    #menu li.selected span{
        color: black;
    }
    #menu li.selected span.japanese{
        display: inline-block;
    }

#webshop_block{
    position: relative;
    top: -20px;
    left: 10px;
}


/*	PUSH NEWS	*/
#push_news{
	position: relative;
	bottom: 15px;
	left: 10px;
	height: auto;
	overflow: hidden;
	background-color: #cccccc;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

    #push_title{
        background-color: black;
        color: white;
        width: 390px;
        font-size: 14px;
        padding: 2px 5px 2px 5px;
    }
    
    #push_text{
    	color: black;
        padding: 5px 5px 5px 5px;
        font-size: 10px;
    }
    
    #push_text a{
        color: inherit;
    }
    
    #push_text .push_item *:hover {
        color: #CB1277;
    }


#push_text div{
        height: 100%;
        vertical-align: top;
        display: inline-block;
        *display:inline; /* IE7 hack */
        zoom:1;
    }
#push_text .push_item{
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 100%;
    height: auto;
}

    
    #push_text div.category{
        width: 15px;
        text-align: right;
        padding-right: 5px;
        font-weight: bold;
        font-family: "Helvetica Neue", "Helvetiva", "sans-serif";
        letter-spacing: -0.2px;
        font-size: 12px;
        color: #444444;
        white-space: nowrap;
    }
    
    #push_text .text{
        font-size: 12px;
        line-height: 16px;
        width: 365px;
    }
    
    #push_text a .text{
        color: black;
    }
    
    #push_text a:hover .text{
        color: #CB1277;
    }
    
    #push_text .text h4{
        font-size: 12px;
    }



/*	NEW TOPIC	*/
#new_topic, #new_topic_cache{
    position: absolute;
    width: 200px;
    height: 680px;
    z-index: 10;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    right: -220px;
}
#new_topic_cache{
    background-color: white;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
}

#new_topic_title{
	color: #e2007f;
	text-align: right;
	font-style: italic;
	font-size: 18px;
}

#new_topic .sub_title{
    margin-bottom: 4px;
}

#new_topic a img:hover{
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

#new_topic .item{
	padding-bottom: 10px;
}

#new_topic .title{
	font-size: 0.9em; 
	background-color: black;
	color: white;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;

}
#new_topic .text p{
	margin-bottom: 4px;
	line-height: 16px;
}

#new_topic .text.release_news a span{
    padding-bottom: 10px;
}

#new_topic .text{
    margin-top: 5px;
    color: black;
    padding-bottom: 10px;
	font-size: 0.8em;
}

#new_topic a{
	color:#e2007f;
	text-decoration:none;
}
#new_topic a:hover {
	color:#999999;
}

#new_topic .text.play_news a{
	color:#000000;
	text-decoration:underline;
}
#new_topic .text.play_news a:hover {
	color:#e2007f;
}
   

#close, #open{
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 5px 10px 3px 10px;
    text-align: right;
    background: #cccccc;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}
#open{
    display: none;
    bottom: 10px;
}
#close:hover, #open:hover{
    color: black;
    cursor: pointer;
}

.txt_red {
/*	color: #FF0000;
*/
/*	color: #009966;
*/	
	color: #000000;
	background-color:#CCCCCC;
	padding: 1px;
	font-size: 10px;
	
}
.txt_topic_txt {
/*	color: #FF0000;
*/
/*	color: #009966;
*/	
	color:#e2007f;
	background-color:#FFFFFF;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 5px;
}


