<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(common.css);


#main div#network{
width:793px;
position:relative;
margin:30px 0 0 93px;
background: url(../network/images/network_bg.gif) repeat-y;
}
#network div#title{
background: url(../network/images/title_bg.gif) no-repeat top;
width:793px;
overflow:hidden;
}
#network h2{
background: url(../network/images/title-trans.png) no-repeat;
}


/* map */

#title div#map{
width:747px;
height:515px;
margin-left:22px;
margin-top:80px;
}


/* list */

#title div#list{
background: url(../network/images/list_bg.gif) repeat-y;
width:747px;
margin-left:22px;
margin-top:10px;
}
#list p#list_top{
background: url(../network/images/list_top.gif) no-repeat;
width:747px;
height:29px;
}
#list table {
width:720px;
margin-left:12px;
}
#list table th {
width:122px;
background-color:#584D11;
padding:5px;
}
#list table td {
width:215px;
padding:5px;
background-color:#363213;
}



#list p#list_btm{
background: url(../network/images/list_btm.gif) no-repeat;
width:747px;
height:25px;
}

#network p#network_btm{
background: url(../network/images/network_btm.gif) no-repeat top;
width:793;
height:31px;
}
</pre></body></html>