@charset "utf-8";
/* CSS Document */

.ad {
	position:relative;
	width:100%;
	height:155px;
}
.ad h6 {
	padding-top:0px;
	margin-top:0px;
}
.ad img {
	position:absolute;
	left:0px;
	top:25px;	
}
.ad p {
	position:absolute;
	left:130px;
	top:25px;	
}
.ad p a:link,
.ad p a:visited,
.ad p a:hover,
.ad p a:active {
	color:#000000;
	font-size:80%;
	text-decoration:none;
}
