/* style.css */
/* --- Base Styles ---*/
* {
	margin: 0px;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {
	font-size: 1em; 
	font-weight: normal; 
	font-style: normal; 
}
ul,ol { 
	list-style: none; 
}
fieldset,img { 
	border: none; 
}
caption,th { 
	text-align: left; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}

html {
    height: 100%;
	width: 100%;
}
body {
	background-color: #ffffff;
	font-family: sans-serif;
	height:100%;
	color: #333333;
	font-size: 12px;
	line-height: 1.5em;
}
/*
a {
	text-decoration: none;
	color: #333333;
}
*/
/*
a:hover{
}
*/
p{
	padding-top: 12px;
	margin: 0px;
}
.right{
	float: right;
}
.left{
	float: left;
}
.clear{
	clear: both;
}
.small{
	font-size: 10px;
}

/* --- ar-page --- */
#container {
/* 	width: 986px; */
	height: auto;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 2px;
	margin-left: auto;
	min-height: 100%;
	text-align: center;
	/* border: solid 1px #cccccc; */
}
#container hr {
	display: none;
	clear: both;
}
/* #banner */
#banner {
/* 	width: 984px; */
	height: 66px;
	/* border: solid 1px #cccccc; */
	/* background-color: #ff0000; */
	/* background-color: #cccccc; */
}
#banner-inner {
/* 	font-family: serif; */
	font-family: sans-serif;
	font-size: small;
}
#banner-header {
	padding-left: 48px;
	text-align: left;
	float: left;
}
#banner-header br {
	display: none;
}
#banner-description {
	display: none;	
}
#banner-en-ja {
	padding-right: 48px;
	text-align: right;
}
/* #globalnavi */
/*
#globalheader {
	width: 982px;
	height: 38px;
	margin: 18px auto;
	position: relative;
	z-index: 9998;
}
*/
#globalnavi {
	width: 982px;
	height: 38px;
	margin: 0;
	padding: 0;
}
#globalnavi li {
	display: inline;
}
#globalnavi li a {
	float: left;
	width: 155px;
	height: 0;
	padding-top: 38px;
	overflow: hidden;
}
#globalnavi li a,
#globalnavi #gn-search {
	background-image: url(../img/globalnavi001.jpg);
	/* _background-image: url(globalnavi001.jpg); */
	background-repeat: no-repeat;
}
li#gn-home a { 
	background-position: 0 0; 
	left: 0px;
}
li#gn-whatsnew a { 
	background-position: -155px 0; 
	left: 155px;
}
li#gn-products a { 
	background-position: -310px 0; 
	left: 310px;
}
li#gn-support a { 
	background-position: -465px 0; 
	left: 465px;
}
li#gn-aboutus a { 
	background-position: -620px 0; 
	left: 620px;
}
li#gn-search a { 
	background-position: -775px 0; 
	left: 775px;
	width: 207px;
}

li#gn-home a:hover { 
	background-position: 0 -38px; 
}
li#gn-whatsnew a:hover { 
	background-position: -155px -38px; 
}
li#gn-products a:hover { 
	background-position: -310px -38px; 
}
li#gn-support a:hover { 
	background-position: -465px -38px; 
}
li#gn-aboutus a:hover { 
	background-position: -620px -38px; 
}
li#gn-search a:hover { 
	background-position: -775px -38px; 
}

li#gn-home a:active {
	background-position: 0 -76px;
}
.whatsnew li#gn-whatsnew a,
li#gn-whatsnew a:active { 
	background-position: -155px -76px; 
}
.products li#gn-products a,
li#gn-products a:active { 
	background-position: -310px -76px; 
}
.support li#gn-support a,
li#gn-support a:active { 
	background-position: -465px -76px; 
}
.aboutus li#gn-aboutus a,
li#gn-aboutus a:active { 
	background-position: -620px -76px; 
}
.search li#gn-search a,
li#gn-search a:active { 
	background-position: -775px -76px; 
}
/* #globalnavi end */



/*
#banner:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}
*/
/* #banner end */

#pagebody {
/* 	width: 984px; */
	height: auto;
	font-family: sans-serif;
}
/* #pagebody end */

#directorynavi {
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px 0;
	font-size: 11px;
	text-align: left;
	clear: left;
	border-top: 1px solid #cccccc;
}
#directorynavi ul {
	padding-left: 40px;
	padding-bottom: 10px;
	width: 155px;
	height: 100%;
	float: left;
}
#directorynavi ul.sub-category {
	padding: 0;
	width: 100%;
}
#directorynavi li {
	padding-left: 8px;
}
#directorynavi li.category {
	padding-left: 0px;
}
/*
#directorynavi ul {
	padding-left: 20px;
}
#directorynavi li {
	display: inline;
	padding-right: 20px;
}
#directorynavi li.category {
/* 	padding-right: 100px; */
/* } */
#footer {
	width: 100%;
	height: 30px;
	padding: 10px 0;
	border-top: 1px solid #cccccc;
	clear: left;
}
#footer div {
	width: auto;
	padding: 0 40px;
	float: left;
}
*/
/* directorynavi end */

/* ar-product-page */
.product-top {
	width: 54%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 0 23%;
	position: relative;
	white-space: normal;
	text-align: left;
/* 	border-top: 1px solid #cccccc; */
	background-color: #ffffff;
}
.product-top-header h1,
.product-top-header h2 {
	font-family: "Arial Black", sans-serif;
	font-size: 26px;
	line-height: normal;
}
.product-top-description {
	padding-top: 10px;
	font-size: 13px;
}
.product-top-description h3 {
	padding-top: 30px;
	padding-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}
.product-top-description p {
	padding-top: 10px;
	padding-bottom: 10px;
/* 	vertical-align: bottom; */
}
.product-top-description strong {
	font-weight: bold;
}
.product-top-description-images img {
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-sales-message {
	margin-top: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.product-sales-message strong {
	font-weight: bold;
}
.to_product-list {
	margin: 20px;
	padding: 20px;
	width: auto;
	text-align: center;
	font-size: 20px;
	font-family: "Rockwell Extra Bold","Impact",sans-serif;
/* 	border: 1px solid #cccccc; */
}
/* ar-products list */
.product-page {
	width: 54%;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 0 23%;
	position: relative;
	white-space: normal;
	text-align: left;
	font-size: 13px;
	font-family: sans-serif;
}
/*
.product-page .product-page-header {
}
*/
.product-page .product-page-header h2 {
	font-size: 26px;
	font-family: "Arial Black",sans-serif;
}
.product-page .entry {
	height: auto;
	margin-top: 10px;
/* 	padding-top: 10px; */
	border-top: 1px solid #cccccc;
}
.product-page .entry-body {
	height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.product-page .entry-body p {
	padding-left: 210px;
}
#reveivers .product-page .entry-body p {
	padding-left: 0px;
}

.product-page .entry-image {
	width: 200;
	height: 180;
/* 	margin-top: 10px; */
	float: left;
}
.nodisp {
	display: none;
}
#receivers .product-page .entry-image p {
	width: 210px;
	padding-left: 0;
	text-align: center;
}
.product-page .entry-header {
	padding-left: 210px;
	font-size: 20px;
}
.product-page .rohs {
	width: 41px;
	margin: 10px;
	float: right;
}
.product-page p.data_sheet {
	font-size: 13px;
	font-weight: bold;
}
.product-page .entry-footer {
	display: none;
}

