@charset "utf-8";
/* CSS Document */

*{
margin:0;
padding:0;
}

body {
font-family:Arial;
font-size:100%;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
color:#2A6A99;
}

.top {
background-color:#EFF4FA;
border-bottom:1px solid #DAE8F1;
cursor:pointer;
padding:0.5em 0em 1em 0.5em;
font-size:13px;
overflow:hidden;
}

a{
color:#2A6A99;
text-decoration:none;
}

img{
border:0em;
}

.tip{
float:left;
width:99%;
}

.close{
float:right;
font-size:12px;
padding:0.1em;
}

.ln{
border-bottom:1px dotted #FF0000;
color:#000000;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:none;
font-size:14px;
font-weight:bold;
}

.space{
margin:5em 18em 5em 18em;
padding:1em;
background:#BFDFFF;
border:#6AB5FF 0.1em solid;
overflow:hidden;
font-size:13px;
}
