﻿#topbar
{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    font-size: 12px;
    background: #F2F2F2;
    background-image:url('bar_bg.jpg');
    background-repeat:repeat-x;
    height: 30px;
    font-family: Arial;
    border-top: 1px solid #999;
    color: #000;
    z-index:9999;
    clear:both;
}
* html #topbar /* IE6 position fixed Bottom     */
{
    position: absolute;
    bottom: auto;
    color: #000;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0.0000001)-(parseInt(this.currentStyle.marginBottom,0)||0)));
    _width:1000px;
}


.ja-updatetime em
{
    margin-left: 5px;
    color: #9c162e;
}

/* Headlines Module ---*/
.ja-healineswrap
{
    float: left;
    padding-top: 2px;
    margin: 0 auto;
    text-align: center;
}

.ja-healineswrap em
{
    font-weight: bold;
    float: left;
    display: block;
    color: #999;
    padding: 0 10px 0 10px;
}

.ja-headlines
{
    float: left;
    margin: 0 auto;
}

.ja-headlines a
{
    color: #000;
    font-family: Arial;
    text-decoration: none;
}

.ja-headlines a:hover, .ja-headlines a:active, .ja-headlines a:focus
{
    color: #000;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
}

.ja-headlines .separator
{
    color: #999;
}

/*headlines*/
.ja-headlines
{
    overflow: hidden;
    width: auto;
    position: relative !important;
    height: 16px;
}

.ja-headlines .ja-headlines-item
{
    visibility: hidden;
}

.ja-headlines .jahl-vertical, .jahl-verticald, .ja-headlines .jahl-horizontal, .jahl-horizontal_right
{
    width: auto;
    display: block;
    position: absolute !important;
}

.ja-headlines .jahl-opacity
{
    width: auto;
    display: block;
    position: absolute !important;
    float: left;
}

.ja-headlines .separator
{
    padding: 0 5px;
}
.ja-headlines-right
{
    float: left;
    text-align: right;
}

.jacontainer
{
    margin: auto auto;
    position: relative;
    width: 800px;
    text-align: center;
    height: 30px;
    padding-top: 0px;
    color: #000;
}
.ja-text
{
    float: left;
    width: 310px;
    height:30px;
    border-right:solid 1px gray;
}
.ja-button
{
    width:77px;
    background-image:url('button.png');
    background-repeat:no-repeat;
    height:26px;
    color:#0099CC;
    border:solid 0px gray;
    margin-right:2px;
    float:right;
    margin-right:3px;
    padding-top:4px;
}
.ja-button-image
{
    margin-left:3px;
    float:right;
    padding-top:6px;
    height:24px;
    width: 100px;
}
.ja-button-image a
{
    display:block;
    float:left;
    border:none;
    color:#0099CC;
    margin:2px 2px;
    width:20px;    
}
.ja-button-psp-box
{
    margin-right:3px;
    float:right;
    padding-top:2px;
    height:30px;
    width: 180px;
    border-right:solid 1px gray;
}
#jalh-modid122
{
    margin: auto auto;
    margin-right: 10px;
}
.jadk
{
    width: 65px;
    float: right;
    cursor: pointer;
    color: #000;
    padding-top:6px;
}
#contentdk
{
    width: 200px;
    position: fixed;
    bottom: 24px;
    display: none;
    z-index: 9999;
    float: right;
	font-size: 12px;
    background-color: #ECE9D8;
    padding: 20px 20px;
    color: #000;
}
* html #contentdk /* IE6 position fixed Bottom     */
{
    position: absolute;
    margin-bottom: 24px;
    bottom: auto;
	font-size: 12px;
    color: #000;
    top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,0)||0)));
}


#tic1
{
    /* enter any styles for the ticker below */
    border: .05em #CEC3AD solid;
    font-size: 0.85em;
    padding: 10px;
    width: 400px;
    line-height: 20px;
}
#tic *
{
    /* this will hide all children tags */
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    width: 400px;
    text-align: left;
}

#fscroller
{
    font-family: Arial;
    font-size: 12px;
    width: 400px;
    float: left;
    height:24px;
    padding-top:6px;
    padding-left:5px;
    text-align:left;

}
#fscroller a
{
    color:Black;   text-decoration:none;   
    font-weight:bold;
}
#fscroller a:hover
{
    text-decoration:none;   color:Black;   font-weight:bold;
    
}
#imageleft,#imageright
{
    cursor:pointer;
    position:fixed;
    bottom:30px;  
    z-index:99999; 
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)-30));
            
}
#imageleft
{
    left:0;
}
#imageright
{
    right:0;    
}