@charset "utf-8";



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

#content h1 {
	margin: 15px 0 0 0;
	font-weight: bold;
}
body#home #content h1 {
	margin: 15px 0 41px 0;
	font-weight: bold;
}

body#home #content h2,
body#category #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 0;
	background: url("../../img/line_02.gif") left bottom repeat-x;
}
#content dl.topics dt {
	clear: left;
	float: left;
	width: 100px;
	margin: 0;
	padding: 10px 0 10px 10px;
	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 dt span.cat2,
#content dl.topics dt span.cat2 a {
	color: #c00;
}
#content dl.topics dt span.cat3,
#content dl.topics dt span.cat3 a {
	color: #00c;
}
#content dl.topics dt span.cat4,
#content dl.topics dt span.cat4 a {
	color: #090;
}
#content dl.topics dd {
	float: left;
	width: 485px;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_02.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;
}

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



/* List(whatsnew) */
/* -------------------------------------------- */

#content table.topics {
	width: 605px;
	margin: 0 0 50px 0;
	background: url("../../img/line_02.gif") left bottom repeat-x;
	border-collapse: collapse;
	border: 0;
}
#content table.topics th {
	width: 100px;
	margin: 0;
	padding: 10px 0 10px 10px;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.3;
	background: url("../../img/line_02.gif") left top repeat-x;
}
#content table.topics th span {
	display: block;
	margin: 0 0 2px 0;
}
#content table.topics th span.category {
	font-size: 85%;
	font-weight: normal;
}
#content table.topics th span.category a {
	text-decoration: none;
}
#content table.topics th span.cat2,
#content table.topics th span.cat2 a {
	color: #333;
}
#content table.topics th span.cat3,
#content table.topics th span.cat3 a {
	color: #333;
}
#content table.topics th span.cat,
#content table.topics th span.cat4 a {
	color: #333;
}
#content table.topics td {
	width: 485px;
	margin: 0;
	padding: 10px 10px 10px 0;
	font-size: 75%;
	line-height: 1.3;
	background: url("../../img/line_02.gif") left top repeat-x;
}



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

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

