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

/* link */
a:link    {color: #000066; text-decoration: none;}
a:visited {color: #000066; text-decoration: none;}
a:hover   {color: #000066; text-decoration: underline;}
a:active  {color: #CC0000; text-decoration:underline;}

/* size */
.s {font-size:10px; line-height: 12px;}
.m {font-size:12px; line-height: 16px;}
.l {font-size:14px; line-height: 18px;}
.ttl {font-size:15px; line-height: 17px; font-weight: bold; text-decoration: none;}
.m_br {font-size:12px; line-height: 16px; word-break: break-all;}

/* bold */

.b{font-weight: bold;}

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

/* pad */
.pad5{padding:5px;}
.pad_l50{padding:50px;}

/* 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:#FFCC33;
    background-image:url(/www/accy/gps/images/bt_dl.gif);
}

.download a:hover{
    color:#FFCC33;
    text-decoration:underline;
    background-image:url(/www/accy/gps/images/bt_dl_on.gif);
}

div.dl_text{
    padding-top:10px;
    font-size:14px;
    color:#FFCC33;
}
.button a:hover{
	filter: alpha(opacity=50);
}