/*メイン画像    ※各ディレクトリ*/

#second-main-object {
position: absolute;
top:73px;
left:0px;
width:910px;
height:190px;
background-image:url(/network/images/second_main_network.jpg);
background-repeat:no-repeat;
background-position:0px 0px;
z-index: 10;
}

#network-body {
margin:10px 0px 0px 35px;
padding:0px 0px 0px 0px;
width:590px;
background-image: url(/images/body_back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
}

/*タイトル*/
#network-title {
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
width:625px;
height:70px;
background-image:url(/network/images/network_title.gif);
background-repeat:no-repeat;
background-position:0px 0px;
}

/*キャッチ*/
#network-copy {
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
width: 575px;
height:  80px;
background-image: url(/network/images/network_copy.gif);
background-repeat: no-repeat;
background-position: 35px 0px;
}

/*リスト*/
dl.dl-network {
margin: 5px 5px 5px 6px;
padding: 0px 0px 0px 0px;
/*border-left:1px dashed #999;
border-right:1px dashed #999;*/
border-bottom:1px dashed #999;
width:560px;
background-image: url(/images/list_dt_back.gif);
background-repeat: repeat-y;
background-position: 0px 0px;
}
   
dt.dt-network {
float:left;
width:200px;
padding: 5px 0px 5px 10px;
font-weight:bold;
color: #666;
border-top:1px dashed #999;
}

dd.dd-network {
margin-left:200px;
padding:5px 5px 5px 10px;
border-left:1px dashed #999;
border-top:1px dashed #999;
}

/**左ブロック**/

