@charset "utf-8";

#newsMenu {
	width: 709px;
	height: 73px;
	background: url(../news/img/menu_bg.gif) no-repeat;
	margin-bottom: 35px;
}

#newsMenu dl {
	padding: 24px 0 0 22px;
	zoom: 1;
}
#newsMenu dl:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}

#newsMenu dt {
	display: block;
	line-height: 1;
	float: left;
	padding: 4px 30px 0 0;
}

#newsMenu dd {
	float: left;
	line-height: 1;
	padding-right: 38px;

}

#newsMenu dd select {
	padding: 2px;
}


.contents {
	width: 741px;
	float: left;
}


.side {
	width: 170px;
	float: right;
}

#newsContents dl {
	zoom: 1;
}
#newsContents dl:after {
	content:".";
	height:0;
	clear:both;
	display:block;
	visibility:hidden;
}


#newsContents dt,
#newsContents .newsIcon,
#newsContents .newsTx {
	padding-bottom: 20px;
}

#newsContents dt,
#newsContents .newsIcon {
	float: left;
}

#newsContents dt {
	width: 115px;
}

#newsContents .newsIcon {
	width: 69px;
	padding: 0 10px 0 5px;
}

#newsContents .newsTx {
	float: right;
	width: 530px;
}

* html body #newsContents .newsIcon {
	padding-top: 3px; /* for WinIE6 */
}
*+html bodyv #newsContents .newsIcon {
	padding-top: 3px; /* for WinIE7 */
}



.side h3 {
	margin-bottom: 12px;
}

#main .side ul {
	list-style: none;
	margin-bottom: 50px;
	border: 1px solid #a49c8c;
	border-bottom: 2px solid #a49c8c;
}

#main .side li {
	display: block;
	padding: 5px 8px;
	border: 1px solid #a49c8c;
	border-bottom: none;
}