@charset "utf-8";


/* Base Margin */

#content .main p,
#content .main address {
	margin-top: 10px;
}

#content .main ol,
#content .main ul {
	margin-top: 5px;
}

#content .main h1 {
	margin-top: 5px;
}

#content .main h2 {
	clear: both;
	margin-top: 20px;
}

#content .main h3 {
	clear: both;
	margin-top: 15px;
}

#content .main h4,
#content .main h5 {
	clear: both;
	margin-top: 10px;
}


/* #content General Style */

#content {
	background: white url("/common_parts/content_bg.png") left bottom repeat-y;
}

#content .main a {
	text-decoration: underline;
}

#content .main .getPlugin {
	clear: both;
	margin-top: 20px;
	padding: 0 5px 5px 5px;
	border: 3px double #999;
	background: #eee;
}

#content .main .getPlugin img {
	float: right;
}

#content .main p a.pdf {
	line-height: 2;
	padding-left: 20px;
	padding-bottom: 2px;
	background: url("/common_parts/icon/pdf.gif") no-repeat;
}

#content .main hr {
	clear: both;
	visibility: hidden;
}

#content .main p.note {
	text-indent: -1em;
	padding-right: 1em;
	margin-left: 10px;
}

#content .main .separator {
	clear: both;
}

#content .main .separator hr {
	display: none;
}


/* categoryTop Headings Style */

#content .main h1.mainVisual {
	margin-top: 5px;
	padding: 0;
	background: none;
}


/* Lists Style */

#content .main ul {
	list-style: square;
}

#content .main ul li,
#content .main ol li {
	max-width: none;
}

#content .main ul,
#content .main ol,
#content .main dl {
	padding-left: 30px;
}

#content .main ol li {
	margin-top: 10px;
}

#content .main ul li {
	margin-top: 5px;
}

#content .main ul li.current,
#content .main dl .current {
	font-weight: bold;
}

#content .main dl dt {
	font-weight: bold;
	margin-top: 10px;
}

#content .main dl dd{
	margin-left: 30px;
	padding-left: 5px;
	border-bottom: 1px dotted #999;
}


/* Table Style */

#content .main table {
	clear: both;
	margin-top: 10px;
	border: 2px ridge gray;
	border-collapse: collapse;
	margin-left: 10px;
	width: 550px;
}

#content .main table col.item {
	width: 20%;
}

#content .main caption {
	font-weight: bold;
	font-size: small;
	color: teal;
	text-align: center;
}

#content .main table th {
	background: #eee;
}

#content .main table th,
#content .main table td {
	border: 1px solid #999;	
	padding: 5px;
}


/* .sub Block */

#content .sub {
	float: left;
	width: 200px;
}

#content .sub ul {
	list-style: none;
	padding: 10px;
	background: #eee;
}

#content .sub ul li {
	padding: 5px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: white url("/common_parts/highlight_bg.png") left bottom repeat-x;
}

#content .sub ul li a {
	display: block;
	padding-left: 20px;
	background: url("/common_parts/marker.png") 5px 5px no-repeat;
}

#content .sub ul li ul li a {
	display: inline;
}

#content .sub ul li a.maCompany {
	padding-left: 0;
	background: none;
}

#content .sub ul li .current {
	display: block;
	padding-left: 20px;
	background: url("/common_parts/marker_current.png") 5px 5px no-repeat;
	font-weight: bold;
}

#content .sub ul li.hasContents {
	background: white;
}

#content .sub ul li.hasContents ul {	
	margin: 0;
	padding: 0;
	background: white;
	list-style: square;
}

#content .sub ul li.hasContents ul li {
	background: white;
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

#content .sub ul li.hasContents a {
	padding: 0;
	background: none;
}

#content .sub a.seconderly {
	display: block;
	margin: auto auto 10px auto;
	width: 180px;
}


/* .main Block */

#content .main {
	float: right;
	width: 570px;
	background: white;
}

#content .main .topicPath {
	padding: 0 10px;
	background: #eee;
	font-size: small;
}

#content .main p.abstract {	
	clear: both;
	padding: 5px 10px 10px 10px;
	border: 1px solid #80a4a4;
	background: #edf2f2;
}

#content .main div.abstract {	
	clear: both;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #80a4a4;
	background: #edf2f2;
}

#content .main p img {	
	float: right;
	margin-left: 5px;
	margin-bottom: 5px;
}

#content .main p.highlight {
	padding: 5px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background: white url("/common_parts/highlight_bg.png") left bottom repeat-x;
}

#content .main p.highlight a {
	display: block;
	padding-left: 20px;
	background: url("/common_parts/marker.png") 5px 5px no-repeat;
}

#content .main li span.date {
	float: left;
	width: 70px;
	color: #004080;
	margin-right: 10px;
	font-weight: bold;
}

#content .main .relation {
	clear: both;
	margin-top: 20px;
	padding-bottom: 10px;
	border: 1px solid #004080;
}

#content .main .relation h2 {
	margin: 0;
	border: none;	
	background: #004080;
	color: white;
}

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

#content .main .relation dl {
	padding: 0 10px;
}


/* .main Block Figure Style */

#content .main p span.figInclude {	
	float: right;
	width: 270px;
	margin-left: 10px;
	margin-bottom: 5px;
	text-align: center;
}

#content .main p span.figPresence1 {	
	float: left;
	width: 270px;
	text-align: center;
}

#content .main p span.figPresence2 {	
	float: right;
	width: 270px;
	text-align: center;
}

#content .main p span.figInclude img,
#content .main p span.figPresence1 img,
#content .main p span.figPresence2 img {	
	display: block;
	float: none;
	margin-left: 0;
}

#content .main p.dlink img {	
	float: none;
	margin-right: 10px;
}

#content .main p span.figInclude img,
#content .main p span.figPresence1 img,
#content .main p span.figPresence2 img,
#content .main p.dlink img {
	border: 1px solid #ccc;
	padding: 2px;
}

#content .main p.figCaption {
	border-left: 5px solid teal;
	margin: 10px;
	padding: 10px;
}


/* .main Block TOC(INDEX)Page Style */

#content .main .tocGroup {
	clear: both;
}

#content .main .toc1 {
	float: left;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 280px;
	background: #eee;
}

#content .main .toc2 {
	float: right;
	margin-top: 10px;
	padding-bottom: 5px;
	width: 280px;
	background: #eee;
}

#content .main .toc1 h2,
#content .main .toc2 h2 {
	margin: 0;
	padding: 0;
	border: none;
}

#content .main .toc1 p,
#content .main .toc2 p {
	padding-right: 0;
	padding-left: 0;
	margin-right: 10px;
	margin-left: 10px;
}


/* .main Block NewsList Style */

#content .main ul.news,
#content .main ul.docs {
	float: left;
	width: 560px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 10px;
}

#content .main ul.news li,
#content .main ul.docs li {
	clear: both;
	float: left;
	width: 550px;
	padding: 5px;
	border-bottom: 1px dotted #999;	
}

#content .main ul.news li span.item,
#content .main ul.docs li span.item {
	float: left;
	width: 420px;
	padding-left: 20px;
	background: url("/common_parts/icon/pdf.gif") no-repeat;
}

#content .main ul.news li span.itemPlain,
#content .main ul.docs li span.itemPlain {
	float: left;
	width: 420px;
}


/* .main Block Graph Unit Style */

#content .main p.unit {
	text-align: right;
	font-weight: bold;
	color: teal;
}
