/* ~~~~~~~~~~ NEWS STYLE ~~~~~~~~~~ */

.contable {
	width: 420px;
	}

#contitle {
	background: url(dotted0.gif) repeat-x bottom;
	height: 40px;
	}

#coninfo {
	height: 30px;
	padding-top: 4px;
	}

.coninfo_l {
	float: left;
	}

.coninfo_r {
	float: right;
	}

#newsbox {
	padding-top: 16px;
	padding-bottom: 20px;
	display: block;
	}
	
#newsbox a:link, a:visited {
	color: #444444;
	text-decoration: none;
	}

#newsbox a:hover, a:active {
	color: #000000;
	text-decoration: underline;
	}

#newsbox img {
	border: 1px solid #999999;
	height: auto;
	overflow: hidden;
	padding: 1px 1px 1px 1px;
	margin: 0px 0px 0px 0px;
	width: auto;
	}

#pagebox {
	border-top: 1px solid #D7D7D7;
	height: 40px;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	}

/* ~~~~~~~~~~ COMMENT STYLE ~~~~~~~~~~ */

#comtable {
	width: 420px;
	margin-top: 4px;
	margin-bottom: 10px;
	}

#comtit {
	background: url(comtit.gif) no-repeat;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	padding-top: 12px;
	padding-left: 8px;
	}

