body {
	background: #FFF url(../../img/body_bg.png) no-repeat fixed right 80%;
}
#container {
	background: url(../../img/body_top_bg.png) no-repeat fixed left top;
}
#contentBody .section {
	background: url(../../img/first_bg.png) repeat-x left bottom !important;
	background: none;
	padding: 5px;
	margin-bottom: 1.5em;
	border-top: 3px solid #4A63B5;
	border-bottom: 3px solid #4A63B5;
}
#contentBody h2 {
	border-bottom: solid 1px #333;
}
#contentBody h3 {
	color: #4A63B5;
}
#contentBody p {
	line-height: 1.6;
	padding-bottom: 1em;
}
#contentBody blockquote, 
#contentBody .attention{
	margin: 1em 20px;
	padding: .1em;
	border: dashed 1px #FEA90A;
	font-style: italic;
}

#contentBody pre {
	margin: 2em 15px;
}
#contentBody .command {
	margin: 1em 20px;
	padding: .1em;
	border: solid 1px #ccc;
}
/*
#contentBody code {
	display: block;
	height: 15em;
	padding: 10px;
	overflow: auto;
	background-color: #333333;
	color: #f0f0f0;
	font: 10px/1.4 "ＭＳ ゴシック", "Osaka－等幅", san-serif;
}*/
#contentBody ul,
#contentBody ol {
	margin-left: 1em;
}
#contentBody ul li {
	list-style-type: circle;
}
#contentBody ol li {
	list-style-type: decimal;
}
#contentBody .ce_code ol li {
	list-style-type: none;
}
#contentBody  dl {
	margin: 1em 15px;
}
#contentBody dt,
#contentBody dd {
	line-height: 1.3;
}
#contentBody dt{
	font-weight: bold;
	color: #4A63B5;
}
#contentBody dd {
	padding-left: 2em;
}
#contentBody .cat  {
	margin-bottom: 1em;
}
#contentBody .cat dl {
	margin: 0;
	padding:0;
}
#contentBody .cat dt {
	font-weight: normal;
	float: left;
	width: 100px;
	padding-left: 10px;
}
#contentBody .cat dd {
	float: left;
	display: block;
	width: 350px;
	text-align: right;
}
#contentBody table {
	margin: 1em 15px;
	border: solid 1px #AAAAAA;
	border-collapse: collapse;
}
#contentBody th,
#contentBody td {
	border: solid 1px #AAAAAA;
	padding: 5px;
}
#contentBody th {
	vertical-align: top;
	white-space: nowrap;
}

.screenshot,
.image_container{
	width: 210px;
	height: 1%;
	margin: 1em;
}
.mod_articleNav {
	float: left;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-bottom: 1em;
}
.mod_articleNav ul {
	clear: left;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	left: 50%;
	text-align: center;
}
.mod_articleNav li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	right: 50%;
}
.mod_articleNav a,
.mod_articleNav .current {
	display: block;
	margin: 0;
	padding: 0 5px;
	text-align: center;
	border-left: solid 1px #666;
}
.mod_articleNav a.previous {
	border-left: none;
}
#contentBody .screenshot p {
	margin: 0;
	padding: 0;
}
.worksdesc {
	width: 240px;
	float: right;
}
.dp-highlighter {
	height: 20em;
}
#footer {
	border-top: double 3px #999999;
}
