/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
#article {
	margin-top: 20px;
	margin-bottom: 20px;
}

#articletlist {
	list-style-type: square;
	display: list-item;
	margin-left: 30px;
}

#articletitle {
	text-align: center;
	font-size: 16px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: underline;
}

#articleinfo {
	text-align: center;
	background-color: #EFEFEF;
	font-size: 12px;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#articlectr {
	text-align: right;
	margin-right: 15px;
}
#articlezoom {
	line-height: 1.6em;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

#articlefooter {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin: 5px;
	padding: 5px;
}
#comment {
	font-size: 12px;
	line-height: 1.6em;
}
#comment h5 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}
#comment iframe#list {
	width: 100%;
	height: expression(1);
	hght: expression(autoResize());
}
#comment .space {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#commentlist {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	margin: 0px;
}
#commentlist .info {
	margin: 0px;
	padding: 0px;
}
#commentlist .content {
	padding: 0px;
	color: #666666;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

