@charset "utf-8";

/* CSS Import Style
---------------------------------------------------- */
@import "01format.css";
@import "02layout.css";
@import "03common.css";

/* Daily News Box Style
---------------------------------------------------- */
#dNews #main {
	float: left;
	width: 651px;
}
#dNews #sideBar {
	float: right;
	width: 300px;
}

/* Daily News Top Style
---------------------------------------------------- */
#dNews .dNewBox {
	clear: both;
	margin-bottom: 40px;
	width: 651px;
	position:relative;
}
#dNews .dNewBox h3 {
	background: url(/images/d_news/bg_d_news_title.gif) repeat-x left bottom;
	padding: 0 5px 20px;
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}
#dNews .dNewBox h3 a {
	text-decoration: none;
	color: #333;
}
#dNews .dNewBox p.twitter {
	position:absolute;
	right:0;
	top:-5px;
}
#dNews .dNewBox p.date {
	margin-bottom: 14px;
	text-align: right;
	font-size: 10px;
}
#dNews .dNewBox p.pic {
	float: left;
	margin: 0 15px 15px 0;
}
#dNews .dNewBox p.pic img {
	border: 1px solid #a1a1a1;
	width: 200px;
}
#dNews .dNewBox p.detail {
	line-height: 1.8;
}
#dNews p.detail .more {
	display: block;
	margin-left: 0;
	font-size: 12px;
}
#dNews p.detail .more a {
	background: url(/images/icon_arrow1.gif) no-repeat left center;
	padding-left: 13px;
}

/* Daily News Detail Style
---------------------------------------------------- */
#dNews #detail.dNewBox p.pic {
	margin-right: 25px;
}
#dNews #detail.dNewBox p.pic img {
	width: 280px;
}
#dNews #detail.dNewBox p.credit {
	margin-top: 20px;
	text-align: right;
}
#dNews #detail.dNewBox {
	margin-bottom: 0;
}

/* Calendar Style
---------------------------------------------------- */
#dNews #calMenu {
	margin-top: 16px;
	background-color: #fff;
	padding: 7px;
	text-align: center;
}
#dNews #calMenu ul li {
	display: inline;
	color: #9f9f9f;
	font-size: 14px;
	font-weight: bold;
}
#dNews #calMenu ul li#latest {
	margin: 0 15px;
	font-size: 12px;
}
#dNews #calMenu ul li#prevM {
	margin-left: 15px;
}
#dNews #calMenu ul li#nextM {
	margin-right: 15px;
}
#dNews #calMenu ul li#latest a {
	text-decoration: none;
}
#dNews #cal {
	margin-top: 2px;
	background-color: #ebeee7;
	padding: 6px;
	width: 288px;
}
#dNews #cal p.month {
	padding: 1px 0;
	background-color: #717a62;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
#dNews #cal table#calTable {
	border-collapse: separate;
	border-right: 1px solid #717a62;
	width: 288px;
}
#dNews #cal table#calTable th,
#dNews #cal table#calTable td {
	border-collapse: separate;
	border-left: 1px solid #717a62;
	border-bottom: 1px solid #717a62;
	text-align: center;
	height: 34px;
	vertical-align: middle;
}
#dNews #cal table#calTable th {
	background-color: #dfdfdf;
	width: 38px;
	font-size: 10px;
}
#dNews #cal table#calTable th.sun {
	background-color: #ffb605;
}
#dNews #cal table#calTable th.sat {
	background-color: #8fd0ee;
}
#dNews #cal table#calTable td {
	background-color: #fff;
	font-size: 14px;
}
#dNews #cal table#calTable td.sun,
#dNews #cal table#calTable td.sat {
	background-color: #f8faf5;
}
#dNews #cal table#calTable td.current {
	background-color: #e5f9c8;
}


