﻿

.NetSeaSec{
    /*float:left;*/
    position:relative;
    padding:0 5px;
    /*background-color:#FFFFFF;
    border-radius:5px;*/
    margin-bottom:10px;
}

.NetSeaSec:before{
    content:'';
    position:absolute;
    /*background:url('../images/NetSea/n1_txt.png') top left no-repeat;*/
    width:86px;
    height:94px;
    left:4px;
}

    .NetSeaSec:after {
        content:'';
        position:absolute;
        /*background:url('../images/NetSea/n1_bg.png') right bottom no-repeat;*/
        width:149px;
        height:134px;
        right:5px;
        bottom:3px;
    }

.NetSeaSec > ul {    
    background-color:#FFFFFF;
    border-radius:17px;
    padding:15px 0;
    text-align:left;
    /*text-indent:4em;*/
}

    .NetSeaSec > ul a {
        color:#000;
        font-size:0.9em;
    }

    .NetSeaSec > ul li {
        margin-left:4em;
        position: relative;
        z-index: 3;
    }

#n1.NetSeaSec:before {
    background:url('../images/NetSea/n1_txt.png') top left no-repeat;
}
#n1.NetSeaSec:after {
    background:url('../images/NetSea/n1_bg.png') right bottom no-repeat;
}
#n2.NetSeaSec:before {
    background:url('../images/NetSea/n2_txt.png') top left no-repeat;
}
#n2.NetSeaSec:after {
    background:url('../images/NetSea/n2_bg.png') right bottom no-repeat;
}
#n3.NetSeaSec:before {
    background:url('../images/NetSea/n3_txt.png') top left no-repeat;
}
#n3.NetSeaSec:after {
    background:url('../images/NetSea/n3_bg.png') right bottom no-repeat;
}

#NetSeaLink {
    margin-left: -10px;
    margin-right: -10px;
}

.txt_clr_a {
    color:#ff3399;
    font-weight: bolder;
}

.txt_clr_b {
    color:#ff9900;
    font-weight: bolder;
}

.txt_clr_c {
    color:#00cc99;
    font-weight: bolder;
}