/* CSS Document */

.title1{
	background:url(../images/what_biztel.gif) no-repeat 0 0;

}

.title2{
	background:url(../images/feature.gif) no-repeat 0 0;
	margin-top:15px;

}

.title3{
	background:url(../images/function.gif) no-repeat 0 0;
	margin-top:15px;
}

.text{
	float:left;
	display:block;
	width:420px;
	padding:0 10px 40px 10px;
	}

.img1{
	float:left;
	}

.list{
	background:url(../images/function_bg.gif) 0 0;
	width:678px;
	margin-left:10px;
	padding:10px 10px 0px 10px;
	}
	
.list ul{
	list-style-type:none;
	float:left;
	margin:0 8px;
	}

.list ul li{
	background:url(../images/news_li_mark.gif) no-repeat left center;
	padding-left:8px;
	margin:5px 0;
	}
	
.list ul li a:link{
	color:#009FE6;
	text-decoration:none;
	}

.list ul li a:visited{
	color:#009FE6;
	text-decoration:none;
	}

.list ul li a:active{
	color:#009FE6;
	text-decoration:underline;
	}

.list ul li a:hover{
	color:#009FE6;
	text-decoration:underline;
	}
	
h4{
	font-size:12px;
	font-weight:bold;
	margin:15px 0 5px 10px;
	}
	
.underline{
	border-bottom:1px dotted #C3C3C3;
	}
	
.last{
	margin-bottom:20px;
	}

#top{
	margin:10px;
	padding-top:10px;
	text-align:right;
	}