@charset "utf-8";
/* CSS Document */

/*main(01.html)
---------------------------------------------------------------*/

.main-top {
	width: 600px;
	margin-bottom: 30px;
}


.logo {
	width: 220px;
	float: left;
}
.description {
	width: 350px;
	display: block;
	float: right;
	padding-right: 20px;
}
#product-contents {
	border: 1px solid #CCCCCC;
	clear: both;
	width: 598px;

}

/*tab
----------------------------------*/
#tab {
	width: 600px;
	float: left;
	margin-bottom: -3px;
	z-index: 1;
	position: relative;
}

#tab .tablist {


}

.tablist li {
	display: block;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #CCCCCC;
	float: left;
	margin-right: 4px;
	font-weight: bold;
	border-right: 1px double #999999;
	background-image: url(../products-images/tab-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.tablist .tab-on {
	color: #006699;
	background-color: #FFFFFF;
	padding: 7px 10px;
	font-size: 14px;
	background-image: none;

}

.tablist a {
	display: block;
	padding: 7px 10px;
}
.tablist a:link, .tablist a:visited {
	display: block;
	color: #666666;
}
.tablist a:hover, .tablist a:active {
	display: block;
	color: #006699;

}



.h3-c {
	background-image: url(../../images/h3-c.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	width: 578px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #555555;
}
.chapter {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 2em;
}
.chapter p {
	padding-bottom: 1.5em;
	line-height: 1.7em;
}

.dot-bottm {
	border-bottom: 1px dotted #999999;
	padding-bottom: 1.5em;
}
.bottm-fin {
	border-bottom: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.h4-c {
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0.5em;
	margin-top: 1.5em;
}


.product-contents-foot {
	background-image: url(../products-images/product-contents-foot.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	height: 45px;
	padding-right: 15px;
	padding-left: 15px;
}
.go-contact {
	height: 28px;
	width: 112px;
	position: absolute;
	top: 10px;
	left: 40%;
}
.pcf-l {
	background-image: url(../products-images/back.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 25px;
	width: 100px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	float: left;
}
.pcf-r {
	background-image: url(../products-images/next.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
	padding-right: 25px;
	width: 100px;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	float: right;
	text-align: right;
}




/*main features (02.html)
---------------------------------------------------------------*/

.features, .features-fin {
	clear: both;
	width: 560px;
	padding-top: 1.5em;
	border-bottom: 1px dotted #999999;
}

.features-fin,.features_bottom {
	border-bottom: none;

}

.features-fin_top {
	clear: both;
	width: 560px;
	padding-top: 1.5em;
	border-bottom: 1px dotted #999999;
}

.features_bottom {
	padding-top: 1.5em;
	}

.features h4, .features-fin h4,.features-fin_top h4,.features_bottom h4 {
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 1em;
}

.features p, .features-fin p {
	padding-bottom: 20px;
}

.features-l-360 {
	float: left;
	width: 360px;
}

.features-l-560 {
	width: 560px;
}

.features-r-180 {
	float: right;
	width: 180px;
}
.features-r-180 img {
	float: right;
	padding-bottom:20px;
}


.features-r-360 {
	float: right;
	width: 360px;
}
.features-l-180 {
	float: left;
	width: 180px;
}
.features-l-180 img {
	float: left;
	padding-bottom:20px;
}


.chapter ol {
	padding-left: 20px;
	padding-bottom: 1em;
}
.chapter ol li {
	padding-bottom: 0.5em;
	color: #004488;
}


/*products.html
---------------------------------------------------------------*/
#t-products-list li {
	width: 254px;
	border-left: 1px solid #CCCCCC;
	float: left;
	border-top: 1px solid #01368F;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding: 15px 13px 10px;
	/*margin-right:10px;*/
	margin-bottom: 12px;
	background-image: url(../products-images/list-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#t-products-list li li {
	margin-bottom: 10px;
}

#t-products-list li p {
	color: #333333;
	margin-top: 0.2em;
	width: 250px;
}

#t-products-list h3 {
	margin-top: 1.3em;
	font-weight: bold;
	color: #01368F;
	border-bottom: 1px dotted #01368F;
	margin-bottom: 0.5em;
	padding-bottom: 0.2em;
	width: 250px;
}

#t-products-list h3 a:link, #t-products-list h3 a:visited, #t-products-list h3 a:active, #t-products-list h3 a:hover {
	font-weight: bold;
	color: #01368F;
	text-decoration: none;
}


.select {
	margin-top: 1em;
}
#t-products-list .select li {
	width: 250px;
	border: 1px solid #CCCCCC;
	padding: 0px;
	background-image: url(../products-images/list-bbg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
}

.select li a:link, .select li a:visited, .select li a:active {
	color: #333333;
	text-decoration:none;
	display: block;
	padding: 3px 0px 3px 8px;
}

.select li a:hover {
	color:#333333;
	text-decoration:none;
	background-image: url(../products-images/list-bbg-select.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

.select img {
	vertical-align: baseline;
	padding-right:5px;
}



#product-contents .h3-c img {
	vertical-align: text-top;
}
