/* body */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9F9F9;
}

/* link */
a:link    {color: #0033cc; text-decoration:underline;}
a:visited {text-decoration:underline;}
a:hover   {color: #0033cc; text-decoration:underline;}
a:active  {color: #0033cc; text-decoration:underline;}

/* size */
.s {font-size:12px; line-height: 16px; font-family: sans-serif; padding:0px 0px 1px 1px;}
.m {font-size:13px; line-height: 20px; font-family: sans-serif;}
.l {font-size:15px; line-height: 25px; font-family: sans-serif;}
.ttl {font-size:17px; line-height: 17px; font-weight: bold; text-decoration: none; font-family: sans-serif;}
.m_br {font-size:12px; line-height: 16px; word-break: break-all; font-family: sans-serif;}

/* bold */

.b{font-weight: bold;}

/* color */
.orange {color:#FF6600;}
.gray   {color:#666666;}
.blue   {color:#009999;}
.blue02 {color:#56A7B6;}
.blue03 {color:#111184;}
.red    {color:#CC3333;}
.red02  {color:#FF6666;}
.white  {color:#FFFFFF;}
.orange02{color:#EC8C0F;}
.yellow  {color:#FFCC33;}

/* pad */
.pad5{padding:5px;}
.pad_l50{padding:50px;}
.pad_rt10{padding-right:10px;}

/* download button */
div.download{
    width:233px;
    height:37px;
}
.download ul{
    margin:0px;
    padding:0px;
    font-weight:bold;
    list-style:none;
}

.download li{
    margin:0px;
    padding:0px;
    text-align:center;
}

.download a{
    height:37px;
    text-decoration:none;
    display:block;
    color:#FFFFFF;
    background-image:url(/www/disoft/int/pmb/images/download/bt_dl_app.gif);
}

.download a:hover{
    height:37px;
    color:#FFFFFF;
    text-decoration:underline;
    background-image:url(/www/disoft/int/pmb/images/download/bt_dl_app_on.gif);
}


div.dl_text{
    padding-top:10px;
    font-size:14px;
    color:#FFFFFF;
}

/* title bar */
.titlebar_gray { line-height: 22px; padding-left: 5px;  background-color: #E8E8E8}
.titlebar_step { line-height: 16px; padding: 4px;  background-color: #5479A5;}
.titlebar_step_detail { line-height: 16px; padding-left: 10px;  background-color: #F4F6F9; padding-top:5px;}
.bg_gray { background-color: #F6F6F6}

.bg_menu { background-color: #F4F6F9}
.yellow_underline{ text-decoration: none; border-bottom: 1px solid #FFCC33}
.white_underline{ text-decoration: none; border-bottom: 1px solid #FFFFFF}


