@charset "utf-8";



/* Heading */
/* -------------------------------------------- */

#content h1 {
	margin: 0 !important;
}

body#whatsnew #content h2 {
	margin: 40px 0 18px 0 !important;
	padding: 0;
}

body#archive #content h2 {
	width: 585px;
	height: 26px;
	margin: 40px 0 18px 0 !important;
	padding: 0;
	background: url("../img/h_news_nkd.gif") 0 0 no-repeat;
	color: #fff;
	font-size: 85%;
	font-weight: bold;
}
body#archive #content h2 span {
	display: block;
	padding: 0 0 0 10px;
	line-height: 26px;
 }

body#entry #content h2 {
	margin: 20px 8px 18px 8px;
	color: #000;
	font-size: 85%;
	font-weight: bold;
}



/* List */
/* -------------------------------------------- */

#content dl.topics {
	width: 570px;
	margin: 0 8px 50px 8px;
	background: url("../../img/line_02.gif") left bottom repeat-x;
}
#content dl.topics dt {
	clear: left;
	float: left;
	width: 96px;
	margin: 0;
	padding: 14px 0 14px 4px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3;
	background: url("../../img/line_02.gif") left top repeat-x;
}
#content dl.topics dt span {
	display: block;
	margin: 0 0 2px 0;
}
#content dl.topics dt span.category {
	font-size: 85%;
	font-weight: normal;
}
#content dl.topics dt span.category a {
	text-decoration: none;
}
#content dl.topics dd {
	float: left;
	width: 460px;
	margin: 0;
	padding: 14px 10px 14px 0;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_02.gif") left top repeat-x;
}

#content p.message {
	margin: 0 0 0 10px;
}



/* Entry */
/* -------------------------------------------- */

body#entry .date {
	margin: 10px 0 0 0;
	font-size: 75%;
	text-align: right;
}
body#entry .entry .body {
	margin: 0 8px;
	padding: 0;
	font-size: 75%;
	line-height: 1.6 !important;
}
body#entry .entry .body p {
	font-size: 100%;
}

