﻿div.left{
    font-weight:bold;
    display:block;position:absolute;
    top:5px;
    left:275px;
}

div.left .caption{
    font-size:15px;
    color:red;
}
div.left .cont{
    margin-top:2px;
}
div.left .cont .userinfo, div.left .cont .userinfo2{
    font-size:15px;
    color:red;
    display:block;
}
div.left .cont .userinfo2{
    color:white;
    position:absolute;
    top:-1px;
    left:-1px;
}

div.right{
    font-weight:bold;
    display:block;position:absolute;
    top:5px;
    right:51px;
    _right: 56px;
    width: 100px;
}
div.right ul li{
    display:block;
    width:85px;
    _width: 90px;
    height: 18px;
    margin-top:2px;
    text-align: center;
    /*float:left;*/
    /*padding-right:15px;*/
    background-color:white;
    /*background-image: url(/yokohama/img/title_header_bg.gif);
    background-position: left top;
    background-repeat: x-repeat;*/
}

div.right ul li a{
    text-decoration: none;
}

#manage, #logout{
    display:block;
    line-height: 20px;
}

.btn-tool {
    padding: 1px 1px 0px;
    background: #eee/*url(/yokohama/img/background/btn_print_bg.gif) no-repeat left top*/;
    border-left: 4px solid #f60;
    font-size: 12px;
}

.btn-tool a {
    float: left;
    display: block;
    text-align: center;
    width: 45px;
    padding: .3em .5em .2em;
    background: url(/yokohama/img/background/tool_btn_bg.gif) repeat-x left 50%;
    border-bottom: 1px solid #aaa;
    font-size: 105%;
    font-weight: bold;
    color: #339;
    text-decoration: none;
}

.btn-tool a:hover {
    background: url(/yokohama/img/background/tool_btn_bg_on.gif) repeat-x left 50%;
    color: #f00;
}

/* ヘッダ・ヘルプボタン */
div.sch_header {
	position: absolute;
	right: 10px;
	top: 8px;
	width: 86px;
	height: 30px;
}

div.sch_header a {
	display: block;
	width: 86px;
	height: 30px;
    background: url(../img/btn/btn_help.png) no-repeat left top;
    text-indent: -9999px;
    overflow: hidden;
}



/* 横浜市共通ヘッダ */
div#common-header {
    background: #0001ca;
    height: 31px;
    border-top: 1px solid #595AFD;
    border-bottom: 1px solid #000066;
    position: relative;
}

span#common-header-logo {
    left: 0;
    position: absolute;
}

span#common-header-navi {
    position: absolute;
    right: 0;
}