/* @override 
	http://spc-reit.com/for_beginner/for_beginner.css
*/

h2.localmaintitle {
	margin-bottom: 24px;
}

div#submenu {
	margin: 5px 25px 20px 0;
	text-align: right;
}

div#submenu span {
	padding-left: 10px;
	padding-right: 10px;
	color: #999;
}

div#submenu a.selected:link,
div#submenu a.selected:visited {
	color: #666;
	text-decoration: none;
}

div.texts {
	margin: 20px 20px 20px 0;
}

div.texts p {
	margin: 0.5em 0;
	text-indent: 1em;
	line-height: 1.5;
}

ul.options {
	margin: 20px 28px 20px 0;
	padding: 7px 10px 7px 20px;
	border: 2px dotted #ccc;
	list-style: disc;
	list-style-position: inside;
}

ul.options li {
	margin: 8px 0;
}

/* @group Compare Figure */

table#compareFigure {
	width: 540px;
	margin: 20px 0 20px 20px;
	border-collapse: collapse;
}

table#compareFigure th {
	text-align: center;
	border: 5px solid #e8e8ff;
	background: #e8e8ff;
}

table#compareFigure td.void {
	background: white;
	border: none;
}

table#compareFigure td {
	border: 5px solid #e8e8ff;
	background: white;
	padding: 5px;
	line-height: 1.5;
}



/* @end */

div.graph {
	margin: 0 40px 0 20px;
	float: right;
}

div.texts ul.list {
	margin: 10px 20px;
	list-style: disc;
	list-style-position: inside;
}

div.texts ul.list li {
	margin: 5px ;
}

div#toNext {
	margin: 0 28px 0 0;
	padding: 3px;
	text-align: center;
	background: #efefef;
}

/* @group Kind Of Products */

table#kindofproducts {
	margin: 20px 28px 20px 0;
	border-collapse: collapse;
}

table#kindofproducts th, 
table#kindofproducts td {
	border: 1px solid #ccc;
	padding: 4px;
}

table#kindofproducts thead th {
	white-space: nowrap;
	background: #d9d9ff;
	border: 1px solid #a7a7ff;
}

table#kindofproducts tbody th {
	white-space: nowrap;
	background: #d9d9ff;
	border: 1px solid #a7a7ff;
}

table#kindofproducts tbody td {
	text-align: center;
}

table#kindofproducts tbody td.text {
	text-align: left;
}

table#kindofproducts tbody td.void {
	border-left: none;
	border-bottom: none;
}

table#kindofproducts sup {
	vertical-align: super;
	font-weight: normal;
	font-size: x-small;
}

/* @end */

/* @group Remarks */

div.remarks {
	margin: 20px 28px 20px 0;
	line-height: 1.3;
}

div.remarks ul {
	
}

div.remarks ul li {
	margin: 4px 0;
	font-size: x-small;
	line-height: 1.2;
}



/* @end */

/* @group Product Info */

table.productinfo {
	width: 600px;
	margin: 15px 0 25px;
	border-collapse: collapse;
}

table.productinfo th,
table.productinfo td {
	padding: 6px 3px;
}

table.productinfo th {
	background: #dfdfdf;
	border-bottom: 1px solid #efefef;
	width: 200px;
}

table.productinfo td {
	border-bottom: 1px solid #dfdfdf;
}

/* @end */