@charset "utf-8";
.live {
	clear:both;
	width:690px;
	height:190px;
}
.l_img {
	float:left;
	margin:15px;
	margin-left:50px;
}
.r_img {
	float:left;
	margin:15px;
}
.text {
	width:350px;
	float:left;
	text-align:center;
	padding:10px;
}

.text div table {
	width:100%;
	border-spacing:0px;
	border-collapse: collapse;
	border:none;
}
.text div table td {
	text-align:center;
	vertical-align:middle;
	border:none;
}





.kisen {
	color:#ff0000;
}

a:link {
	color:#0000ff;
}
a:visited {
	color:#0000ff;
}
a:hover {
	color:#ff0000;
}
a:active {
	color:#0000ff;
}