/* I just wrote here the minimum necessary CSS only. So if you want, you can edit this. Of course, this can be externalized. */

/* clearfix */
.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html { height:1%; }
.clearfix { display:block; height:2xp; }

#titlenews{
	color:#000;
	text-decoration:none;
	font-family: "HiraKakuPro-W3";
	font-weight: 100 !important;
	font-size: 15px;
	}
a{color:#000;text-decoration:none;}
a:hover{color:#039;text-decoration:none;}

.catName{
	display:inline-block;
	font-size:11px;
	line-height:100%;
	background: #E4007F none repeat scroll 0% 0%;
	color: #FBF8F8 !important;
	padding: 2px 2px;
	text-decoration: none;
	font-family: "HiraKakuPro-W3";
	font-weight: 100 !important;
	font-size: 15px;
	margin-left:50px;
}
.newMark{
	display:inline-block;
	border:1px solid #F00;
	padding:1px 4px;
	font-size:11px;
	line-height:100%;
	background:#F00;
	color:#fff;
	box-shadow:1px 1px 1px #999;
	border-radius:8px;
	font-style:italic;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:500px;/* Width of the main texts. Please change this according to the layout. */
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
.copy
{
	display:none;
}
.newswrap{
	width:770px;
	overflow: hidden;
	padding-top:10px;
	}
 dl {
	overflow: hidden;
	margin:0 auto !important;
	padding-bottom:10px;
	border-bottom:1px dotted #888;
}
 dl dt {
	color:#000;
	text-decoration:none;
	font-family: "HiraKakuPro-W3";
	font-weight: 100 !important;
	font-size: 14px;
	margin-left: 10px;
	float: left;
	margin-right: 20px;
	width:37px;
	height:38px;
	background-image:url(../dot.png);
	background-repeat:no-repeat;
}
dl dd {
	color:#000;
	font-family: "HiraKakuPro-W3";
	font-weight: 100 !important;
	font-size: 15px;
	text-align: left;
	vertical-align:central;
	width: 610px;
	padding-top:10px;
}
dl dd a{color:#000; text-decoration:underline;}
dl dd a:hover{color:#000;text-decoration:none;}
#newsdesc{
	text-align:left;
	position:absolute;
	}



