@charset "utf-8";



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

#content h1 {
	margin: 25px 7px 35px 7px;
	padding: 0;
	font-weight: bold;
}
body#entry #content h1 {
	margin: 25px 7px 0 7px;
	padding-bottom: 4px;
	border-bottom: 2px solid #3bab0a;
}

body#home #content h2,
body#archive #content h2 {
	margin: 12px 0 18px 0;
	padding: 4px 8px;
	background: #dedede;
	color: #000;
	font-size: 85%;
	font-weight: bold;
}
body#entry #content h2 {
	margin: 20px 0 18px 0;
	color: #000;
	font-size: 85%;
	font-weight: bold;
}



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

#content dl.topics {
	width: 605px;
	margin: 0 0 50px 7px;
	background: url("../../img/line_01.gif") left bottom repeat-x;
}
#content dl.topics dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 14px 0 14px 10px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3;
	background: url("../../img/line_01.gif") left top repeat-x;
}
#content dl.topics dt span {
	display: block;
	margin: 0 0 2px 0;
}
#content dl.topics dd {
	float: left;
	width: 485px;
	margin: 0;
	padding: 14px 10px 14px 0;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_01.gif") left top repeat-x;
}

body.whatsnew #content dl.topics dt {
	padding: 10px 0 10px 10px;
}
body.whatsnew #content dl.topics dd {
	padding: 14px 10px 10px 0;
}



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

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

