@charset "utf-8";
/* CSS Document */
@import url(nav.css);
@import url(conn.css);

#newsweb{
    width:700px;
    float:right;
    }
#newsweb h6{
    background:url(../img/title2_newsweb.jpg) left top no-repeat;
    padding:30px 0;
    }
#newsweb ul{
    margin-left:20px;
    }
#newsweb ul li{
    float:left;
	margin:10px;
    }
#newsweb ul li a{
    display:block;
	padding:3px;
	background:url(../img/back.gif) left top;
    }
#newsweb ul li a:hover{
    background:url(../img/hoverback.gif) left;
    }
#newsweb ul li p{
    margin-top:10px;
    }
#newsweb ul li p a{
    display: inline;
	padding:0px;
	background:none;
    }
#newsweb ul li p a:hover{
	background:none;
    }


#box2 { padding-bottom:20px;}
#box2 ul{ margin:40px;
    
    }
#box2 li{ display:block; height:150px;float:left; padding:5px 5px; background:url(../img/caseback.jpg) left bottom no-repeat; margin:10px;}

#box2 li a{ padding:4px; background:#FFFFFF; display:block;}

#box2 li a:hover{ background:url(../img/casehover.gif) left top no-repeat;}

#box2 li h5{color:#7a795a;}

#box2 li p a{color:#7a795a; background:none; display:inline;}
#box2 li p a:hover{color:#7a795b; background:none;}

#box2 li p {text-align:justify; color:#7a795a;}

#box2 li p span{ text-indent:100px;}
