#topic-path {
	padding-left: 10px;
}

#topic-path p {
	font-size: 13px;
}

#topic-path a {
	font-size: 13px;
}

#contents {
	width: 590px;
	padding: 0px 0px 0px 10px;
	float: left;
	position: relative;
	left: 800px;
	font-size: 14px;
}

#feed-news {
	position: relative;
	float: left;
	width: 290px;
	left: 0px;
}

#feed-tech {
	position: relative;
	float: left;
	width: 290px;
	padding-left: 10px;
}

#contents h1 {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #ffdd46;
	border-left: 4px solid #ffdd46;
	padding-top: 8px;
	padding-left: 8px;
	background-color: #eeffee;
}

#contents h2 {
	position: relative;
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
	border-left: 8px solid #ffb0b0;
	padding-left: 6px;
	padding-top: 4px;
	background-color: #eeeeee;
	clear: both;
}

#contents h2.h-top {
	padding-top: 0px;
	margin-top: 0px;
}
#contents h2.page-title {
	padding-top: 0px;
	margin-top: 0px;
}

#contents h3 {
	position: relative;
	margin-top: 14px;
	font-size: 16px;
	font-weight: bold;
	border-left: 6px solid #88ee88;
	padding-left: 6px;
	padding-top: 4px;
	background-color: #eeeeee;
}

#contents div.p1 h3 {
	padding-top: 0px;
	margin-top: 0px;
}

#contents abbr {
	font-size: 12px;
	border: none;
	padding-left: 8px;
}

#contents strong {
	color: red;
}

#contents p {
	font-size: 13px;
}

#index-feed {
	clear: both;
	margin-top: 10px;
	border-top: 1px solid #ffdd46;
}

p.index-pubdate {
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
}

.entry-meta {
	font-size: 12px;
	text-align: right;
}

#contents ol {
	padding-left: 2em;
}

#contents ul {
	padding-left: 2em;
}

#contents li {
	font-size: 13px;
}

.read-more {
	text-align: right;
}

#index-body .index-unit {
	width: 180px;
	height: 320px;
	float: left;
	padding: 0px 6px;
}

#index-body img {
	padding: 10px;
}

p.index-link {
	text-align: right;
}

/* pre ------------ */
.pre-source {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 8px 8px;
	margin: 4px 0px;
	font-family: monospace, "ＭＳ ゴシック", "Osaka";
}

.pre-command-line {
	border: 1px solid #c0c0c0;
	background-color: #f0f0f0;
	padding: 8px 8px;
	margin: 4px 0px;
	font-family: monospace, "ＭＳ ゴシック", "Osaka";
}

/* sitemap --------------------- */
ul.sitemap-level1 {
	list-style: none;
}

ul.sitemap-level2 {
	list-style: none;
}

ul.sitemap-level3 {
	list-style: none;
}

li.sitemap-level1 {
	padding-left: 0em;
}

li.sitemap-level2 {
	padding-left: 50px;
}

li.sitemap-level3 {
	padding-left: 100px;
}

/* font color ------------ */
span.exp-blue {
	color: blue;
}
span.exp-green {
	color: green;
}
span.exp-red {
	color: red;
}

