@charset "utf-8";

#left_out {
    width:200px;
    float:left;
    margin-right:20px;
}

#right_out {
    width:200px;
    float:right;
    margin-left:20px;
}

#center_out {
    margin:0 auto;
    overflow:hidden;
    /*border:solid 1px #bdbcbd;	*/
}

#center_out table td {
}

#outs div.title-out {
    background:#2c539e url(../images/bg-title.png) left bottom repeat-x;
    height:25px;
    font-weight:bold;
    color:#eaf1ff;
    padding:2px 0 0 10px;
    border:solid 1px #bdbcbd;
    margin:0;	
}
#outs div.title-out-en {
    background:#2c539e url(../images/bg-title.png) left bottom repeat-x;
    height:25px;
    font-weight:bold;
    color:#eaf1ff;
    padding:7px 0 0 10px;
    border:solid 1px #bdbcbd;
    margin:0;	
}

#outs .content-out {
    border:solid 1px #bdbcbd;
    border-top:none;
}

.list-item {
    border-bottom:solid 1px #e7e7e7;
    padding:5px 5px 5px 20px;
    background: url(../images/ya_1.png) 6px 12px no-repeat;
}

div.list-item:hover, div.selected{
    background: #d2e1ff url(../images/ya_1.png) 6px 12px no-repeat;
}

.banner {
    background:#FFFFDC;
}

#right_out .banner {
    background:#FFFFDC;
    padding:5px 0 0 0;	
}

.banner p {
    margin:0;
    font-weight:bold;
    color:#103F8E;
    padding:10px;
    border-bottom:solid 1px #CCCCCC;
}

.ico_profile {
    background:url(../images/ico-profile.png) left no-repeat;
    padding-left:40px;
    height:25px;
    padding-top:15px;
}

.number {
    background: none repeat scroll 0 0 #990000;
    border-radius: 12px 12px 12px 12px;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 5px;
    text-align: center;
    width: 24px;
}

.text_behind_number{
    font-size: 1.2em;

    margin-bottom: 10px;
}

.text_cir{
    background: none repeat scroll 0 0 #990000;
    border-radius: 13px 13px 13px 13px;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 7px 12px;
}

.text_mang{
    border-left: 3px solid #E0CCCC;
    border-right: 3px solid #E0CCCC;
    border-top: 3px solid #E0CCCC;
    border-bottom: 3px solid #E0CCCC;
    padding: 10px;
}

.tab_dt{
    border-bottom: 1px dotted #E0CCCC;
}