@charset "utf-8";
h3 {
	margin-bottom: 1em;
	background-color: #CCF;
	color: #090;
	font-weight: bold;
	font-size: 200%;
	line-height: 1.2em;
	text-align: center;
}
h4 {
	margin: .5em;
	color: #090;
	font-size: 120%;
	line-height: 1.2em;
}
p {
	margin: 0.5em 0 0 1em;
	text-indent: 0em;
}
#topicPath {
	width:100%;
	margin:0;
	background-color: #FFC;
}
/* 見出しを不可視化 */
#topicPath h2 {
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
#topicPath p {
	margin: 0 10px;
	padding: 0;
}
/* 区切り記号の左右の間隔を調整 */
#topicPath p span {
	padding: 0 0.5em;
}





/* navigation */
#nav {
	width:830px;
	height:18px;
	background-color:#042;
}
#nav_Wrapper {
	width: 608px;
	margin:0 auto;
	overflow:hidden;
}
#nav ul {
	margin: 0;
	padding:0;
	display:inline;
}
#nav ul li {
	display:inline;
	list-style-type: none;
	// margin-left:20px;
	margin-left:0px;
	border-left:1px solid #fff;
	line-height:1.4em;
	float:left;
}
#nav ul li.lastLi {
	border-right:1px solid #fff;
}
#nav ul li a {
	display:block;
	width:100px;
	font-size:120%;
	font-weight:bold;
	text-decoration:none;
	color: #fff;
	text-align:center;
}
#nav ul li a:hover {
	color: #F9F;
	background-color: #ff9;
}




/* main article section */
#sectionMain {
	margin:0 10px;
	font-size:120%;
	line-height: 1.2em;
	color:#666;
	background-color: #fff;
}
#sectionMain_Wrapper {
	width:800px;
	margin:0 auto;
	position:relative;
	background-color: #Fff;
}
#sectionMain-topic {
	margin:0px 200px 0 0px;
	width:auto;
	text-align:left;
}
#sectionMain-topic h2 {
	color:#004800;
	font-size:180%;
}
table#sectionMain-topic-tableWrapper {
	margin:0;
	padding:0;
	width:100%;
	border:0;
}
#showUp {
	width:100%;
	margin:10px auto;
	border:solid 1px red;
	background-color:#fff;
}
#showUp h2 {
	font-size:120%;
}
#showUp li {
	list-style:none;
}
/* showcase - top section */
#sectionMain-topic-tableWrapper-showcase {
	margin-bottom:0;
	background-color:#fff;
}
#sectionMain-topic-tableWrapper-showcase tr, #sectionMain-topic-tableWrapper-showcase tr td {
	border:0;
}
#sectionMain-topic-tableWrapper-showcase td.col1 {
	margin:20px auto;
	padding:0;
	width:240px;
	height:250px;
	vertical-align:middle;
	text-align:center;
}
#sectionMain-topic-tableWrapper-showcase td.col1 table {
	margin: 20px auto;
}
#sectionMain-topic-tableWrapper-showcase td.col1 table tr td {
	width:250px;
	height:242px;
	/*background-image:url(../products/images/photoFrameL.gif);
	background-repeat:no-repeat;
	background-position:3px  ;*/
}
#sectionMain-topic-tableWrapper-showcase td.col1 table tr td img {
	margin:auto auto;
	width:200px;
	display:block;
}
#sectionMain-topic-tableWrapper-showcase td.col1 p.imageCaption {
	text-align:center;
	margin:auto auto 10px auto;
}
#sectionMain-topic-tableWrapper-showcase td.col2 {
	width:auto;
}
#sectionMain-topic-tableWrapper-showcase td.col2 h2 {
	font-size:130%;
	text-align:center;
}
#sectionMain-topic-tableWrapper-showcase div.keyFearures {
}
.linkToManual {
	height:20px;
	padding-left:20px;
	text-decoration:underline;
	font-style:italic;
	background-image:url("../i/pdficon_small.gif");
	background-repeat:no-repeat;
	background-position:left;
}
.linkToManual a {
	line-height:2;
}
#sectionMain-topic-tableWrapper-showcase div.keyFearures h3 {
	font-size:120%;
	background-color:#eee;
}
#sectionMain-topic-tableWrapper-showcase div.keyFearures ul {
	margin-left:20px;
}
#sectionMain-topic-tableWrapper-showcase div.keyFearures li {
	list-style:disc;
	color:#333;
	text-align:left;
}
/* descriptin section */
#sectionMain-topic-tableWrapper-description {
	margin-bottom:0;
	width:auto;
	border:1px solid #660;
	background-color:#eee;
}
#sectionMain-topic-tableWrapper-description h3 {
	text-align:center;
	font-size:120%;
	font-weight:bold;
	color:#600;
	background-color:#eee;
}
#sectionMain-topic-tableWrapper-description em {
	font-style:italic;
	color: #c69;
}
/* specification section */
table#sectionMain-topic-tableWrapper-spec {
	margin:16px 0 0 1px;
	width:auto;
	border:1px solid #999;
	background-color:#fff;
}
#sectionMain-topic-spec {
	width:auto;
	border:1px solid #999;
	background-color:#fff;
}
#sectionMain-topic-spec h3 {
	margin:0;
	padding:9px 0 0 0;
	width:100%;
	height:30px;
	font-size:100%;
	text-align:center;
	border-bottom:1px solid #999;
	background-color:#ccc;
}
#sectionMain-topic-spec dl {
	width:443px;
	font-size:90%;
}
#sectionMain-topic-spec dt {
	clear:both;
	float:left;
	width:150px;
	padding:0 0 0 12px;
	background-image:url(../products/images/green_sq.gif);
	background-position: left 7px;
	background-repeat:no-repeat;/*border:1px dotted red;*/
}
#sectionMain-topic-spec dd {
	width:300px;
	margin:0 0 0 162px;
	padding:0;/*border:1px dotted red;*/
}
table#sectionMain-topic-tableWrapper-spec tr, table#sectionMain-topic-tableWrapper-spec tr td {
	border:none;
}
#sectionMain-topic-tableWrapper-spec th.specificationTitle {
	font-size:100%;
	font-weight:bold;
	color:#333;
	text-align:center;
	background-color:#CCCCCC;
}
#sectionMain-topic-tableWrapper-spec td {
	margin:0 0 0 10px;
	padding:4px;
}
#sectionMain-topic-tableWrapper-spec td.itemName {
	font-weight:bold;
	font-size:90%;
}
#sectionMain-topic-tableWrapper-spec th.titleColumn {
	white-space:nowrap;
}
#sectionMain-topic table tr td {
/*border: 1px solid #333;*/
}
#sectionMain-topic p {
	padding-bottom:0.5em;
}
#sectionMain-topic ul li {
	list-style:none;
}
#sectionMain-topic-special {
	width:auto;
	background-color:#fff;
}
#sectionMain-topic-special h2 {
	margin-left:10px;
}
#sectionMain-topic-special h4 {
	margin:30px auto 10px auto;
	text-align:center;
}
#sectionMain-topic-special h5 {
	width:auto;
	margin:10px auto 5px auto;
	text-align:center;
	color:#036;
	line-height:2.5;
	border-top:solid 1px #777;
}
#sectionMain-topic-special ul {
	width:auto;
	margin:10px 20px;
}
#sectionMain-topic-special p.contactFactory {
	color: #036;
	font-style:italic;
	text-align:center;
}
#sectionMain-topic-special ul li{
	list-style: disc;
}


/* right column */
#asideFrame {
	position:absolute;
	top:1px;
	right:0px;
	overflow:hidden;
	border:0;
	background-color:#fff;
}
#asideFrameInclude {
	position:absolute;
	top:20px;
	right:20px;
	overflow:hidden;
	border:0;
	background-color:#fff;
	padding: 0; 
	width: 190px; 
	height: 1600px; 
}
#aside {
	margin:0;
	padding:0;
	line-height: 120%;
	border:2px solid #9a9;
	width:180px;
	background-color:#fff;
}
#aside h1 {
	margin:0;
	padding:0;
	font-size:120%;
	color:#777;
	text-align:center;
	line-height:150%;
	width:100%;
	background-color:#eec;
}
#aside div.aside-productLine, #aside div.aside-supportLine {
	margin:5px;
	padding:0;
	background-color:#fff;
}
#aside div.aside-productHighlight table {
	padding:0;
	margin:0;
	width:100%;
}
#aside h2 {
	margin:0;
	padding:4px 0 4px 0;
	font-size:90%;
	color:#777;
	text-align:center;
}
#aside h3 {
	margin:0;
	padding:4px;
	font-size:90%;
	color:#363;
	text-align:left;
}
#aside dl {
	margin:0 0 3px 0;
	padding:0 10px;
	font-size:90%;
}
#aside dt {
	margin:8px 0 0 0;
	padding:4px 0 4px 12px;
	background-image:url(../products/images/green_sq.gif);
	background-position: left 7px;
	background-repeat:no-repeat;
}
#aside dd {
	margin:0 0 6px 0px;
	padding:8px;
	border:1px solid #9a9;
}


table.termsCondition {	
}
table.termsCondition tr th{
	border:0;
	vertical-align:top;
	text-align:right;
}
table.termsCondition tr td {
	border:0;
}

table.formTable tr td {
	border:0;	
}

/* big table section - bottom */
table.bigTable {
	position:absolute;
	top:260px;
	left:0px;
	margin:0 10px;
	z-index:9999 !important;
	border:solid 1px #696;
	font-size:50%;
}
table.bigTable tr {
	border:solid 1px #696;
}
table.bigTable tr td {
	border:solid 1px #696 !important;
}
/* footer */
.toTop {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#555;
	text-align:right;
	padding-right:30px;
}
#footer {
	margin:0;
	width:100%;
	height:60px;
	padding:0;
}
.footer-bar {
}
#fotter-copyright {
	margin:0;
	width:100%;
	height:18px;
	background-image:url("../i/bottom_bar.jpg");
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#060;
	color:#FFF;
	text-align:center;
}


