@charset "utf-8";

/* NY
======================================= */
.ny_tbl {
	margin:0;
	border-collapse:collapse;
	border:1px solid #000;
	font-size:12px;
}

.ny_tbl th {
	background:#000;
	color:#FFF;
	white-space:nowrap;
	border-bottom:1px solid #FFF;
	font-size:12px;
}
.ny_tbl th:last-child {border-bottom:none;}

.ny_tbl td {border-bottom: dotted 1px #000; font-size:12px;}

.ny_tbl td,
.ny_tbl th {
	padding:10px;
	font-size:12px;
}
.tit {margin-bottom:40px;}

.photo { float:left; margin-right:14px;}
.photo:last-child {margin-right:0;}

.clearfix {
    zoom:1;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.ny_image { background:url(../images/NY_ttl_bg.gif) no-repeat; width:959px; height:252px; margin-bottom:40px; padding-top:20px;}
.ny_inbox { width:340px; margin-left:600px;}

#live a:hover { 
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}