﻿#row-body {
	padding-top: 10px; /*FF*/
	*+padding-top: 20px !important; /*IE 7*/
	*padding-top: 20px; /*IE 6*/
}
#row-body .box-left {
	width: 735px;
	background-image: url(/images/listbox_top_5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#row-body .box-left .title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 35px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#row-body .box-left .date {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	color: #888888;
	margin-top: 5px;
}
#row-body .box-left .content {
	width: 660px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 30px;
	text-align:justify;	
	}
	
#row-body .box-left .content a:visited, a:link
{
	text-decoration:none;
}

#row-body .box-left .content a:hover {
	text-decoration: underline;
}

#row-body .box-left .bottom {
	background-image: url(/images/listbox_bottom_2.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
}

#row-body .box-right {
	width: 215px;
}

