/* common */
a {
  color: #009900;
  font-weight: bold;
}
img {
  border-style: none;
}
table{
  border-collapse: collapse;
  table-layout: fixed;
  margin: 0px;
  padding: 0px;
}
td {
  margin: 0px;
  padding: 0px;
}
del {
  color: #999999;
  text-decoration: none;
}
ins {
  color: #7777FF;
}

/* mainframe */
table.mainframe {
  width: 820px;
}

/* header */
table.mainframe table.header {
  width: 100%;
}
table.mainframe table.header td {
  vertical-align: bottom;
  height: 80px;
}
table.mainframe table.header td.h-indent {
  width: 5px;
}
table.mainframe table.header td.h-logo {
  width: 245px;
}
table.mainframe table.header td.h-iso9001, table.mainframe table.header td.h-iso14001 {
  width: 90px;
}
table.mainframe table.header td.h-free {
  width: 270px;
}
table.mainframe table.header td.h-link {
  width: 120px;
  vertical-align: bottom;
  padding-bottom: 5px;
}
table.mainframe table.header td.h-link a {
  display: block;
  font-size: 80%;
  color: #0D422C;
  text-decoration: none;
  border-color: #5D927C;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  margin-top:2px;
}
table.mainframe table.header td.h-link a:hover {
  border-color: #8DC2AC;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}

/* header-menu */
table.mainframe table.header-menu {
  width: auto;
}
table.mainframe table.header-menu td {
  height: 50px;
  width: 102px;
  text-align: left;
}

/* header-line */
table.mainframe table.header-line {
  border-top: 2px solid #5D927C;
  width: 100%;
}
table.mainframe table.header-line td {
  height: 10px;
}

/* contents */
table.mainframe table.contents {
  width: 100%;
}
table.mainframe table.contents td.l-menu {
  width: 230px;
  vertical-align: top;
}
table.mainframe table.contents td.r-con {
  width: 585px;
  vertical-align: top;
}

/* product */
table.mainframe table.product {
  width: 100%;
}
table.mainframe table.product td {
  height: 920px;
  text-align: center;
  border: 2px solid #EEE;
}
table.mainframe table.product td.p-navi {
  border: 0;
  height: auto;
}
table.mainframe table.product td.p-navi div {
  margin-left: auto;
  margin-right: 0;
  background-image: url(goto-top.png);
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}
table.mainframe table.product td.p-navi div a {
  display: block;
  height: 32px;
  width: 32px;
}


/* footer-line */
table.mainframe table.footer-line {
  border-bottom: 2px solid #5D927C;
  width: 100%;
}
table.mainframe table.footer-line td {
  height: 10px;
}

/* footer */
table.mainframe table.footer {
  margin-top: 5px;
  width: 100%;
}
table.mainframe table.footer td {
  height: 80px;
  text-align: right;
}
table.mainframe table.footer p.f-xxsmall {
  font-size: xx-small;
   margin: 0px;
}
table.mainframe table.footer p.f-small {
  font-size: small;
   margin: 0px;
}

/* menu-bar */
div.menu {
  font-size: 90%;
  padding: 5px 1px 5px 1px;
  margin:0;
  height:30px;
  width:100px;
}
div.menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
	text-align: center;
}
div.menu a, div.menu a:visited {
  overflow: hidden;
  background-color: #0D422C;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 1px 0;
  line-height: 26px;
  color: #FFFFFF;
  display: block;
  height: 30px;
  width: 100px;
  text-decoration: none;
}
div.menu li {
  position: relative;
}
div.menu *:hover > a {
  background-color: #4D826C;
  color: #EEEEEE;
}
div.menu li ul {
  display: none;
}
div.menu li:hover > ul {
  display: block;
  top: 31px;
  position: absolute;
  left: 0px;
}
div.menu ul li ul li a, div.menu ul li ul li a:visited{
  padding-left: 10px;
  text-align: left;
  background-color: #2D624C;
  width: 120px;
}
div.menu ul li ul li:hover > a, div.menu ul li ul li:hover > a:visited{
  background-color: #4D826C;
}

/* short menu-bar */
div.s-menu {
  font-size: 90%;
  padding: 5px 1px 5px 1px;
  margin:0;
  height:30px;
  width:100px;
}
div.s-menu ul {
  list-style-type:none;
  margin:0;
  padding:0;
	text-align: center;
}
div.s-menu a, div.s-menu a:visited {
  background-color: #0D422C;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 0 0 1px 0;
  line-height: 26px;
  color: #FFFFFF;
  display: block;
  height: 30px;
  width: 100px;
  text-decoration: none;
}
div.s-menu li {
  position: relative;
}
div.s-menu *:hover > a {
  background: #4D826C;
  color: #EEEEEE;
}
div.s-menu li ul {
  display: none;
}
div.s-menu li:hover > ul {
  display: block;
  top: 31px;
  position: absolute;
  left: 0px;
}
div.s-menu img {
  position: relative;
  top: 5px;
}

/* left-menu */
div.v-menu, div.v-menu * {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
div.v-menu {
	margin: 30px 10px;
	padding: 5px;
}
div.v-menu table {
	border-collapse: separate;
	border-spacing: 1px;
}
div.v-menu td {
	width: 180px;
	overflow: hidden;
	border-color: #FFFFFF;
	border-top-style: solid;
	border-top-width: 15px;
}
div.v-menu div {
	height: 30px;
}
div.v-menu a {
	display: block;
	height: 100%;
	padding: 5px;
	display: block;
	color: #000000;
	border-top: 1px solid;
	border-left: 3px solid;
	border-color: #CCCCCC;
	text-decoration: none;
}
div.v-menu a.activate {
	background-color: #DAF5DA;
}
div.v-menu a:hover {
	padding: 5px;
	background-color: #EAEAEA;
	color: #000000;
	text-decoration: none;
}
div.v-menu td td {
  margin: 0px;
  padding: 0px;
	border-top-width: 5px;
}
div.v-menu td td a {
  font-size: 70%;
  width: 160px;
  margin-left: auto;
  margin-right: 0px;
}

/* table1 */
table.t-info {
  font-size: 90%;
  border-collapse: separate;
  background-color: #E0E0E0;
  width: 820px;
}
table.t-info td {
  background-color: #FFFFFF;
  padding:5px 5px 5px 10px;
  text-align: left;
}
table.t-info col.t-title {
  width: 100px;
}
table.t-info col.t-contents {
}
table.t-info dt {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.t-info dd {
  text-align: left;
  line-height: 1.5em;
  margin-left: 10px;
  width: 720px
}

/* table2 */
table.t-info2 {
  font-size: 90%;
  border-collapse: separate;
  background-color: #E0E0E0;
  width: 820px;
}
table.t-info2 td {
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  width: 100%;
}
table.t-info2 dt {
  font-weight: bold;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.t-info2 dd {
  text-align: left;
  line-height: 1.5em;
  width: 720px
}

/* table3 */
table.t-info3 {
  font-size: 90%;
  border-collapse: separate;
  background-color: #E0E0E0;
  width: 820px;
}
table.t-info3 col.t-title {
  width: 70px;
}
table.t-info3 td {
  background-color: #FFFFFF;
  padding:5px 5px 5px 10px;
  text-align: left;
}
table.t-info3 dt {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 5px;
}

/* table4 */
table.t-info4 {
  font-size: 80%;
  border-collapse: separate;
  background-color: #A0A0A0;
  width: 585px;
}
table.t-info4 a{
  text-decoration: none;
}
table.t-info4 em.newproduct {
  font-style: normal;
  color: #FF3333;
}
table.t-info4 th {
  background-color: #EEEEEE;
}
table.t-info4 td {
  background-color: #FFFFFF;
  padding:5px 5px 5px 5px;
  text-align: left;
}
table.t-info4 td.td-center {
  text-align: center;
}
table.t-info4 dt {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
table.t-info4 dd {
  text-align: left;
  line-height: 1.5em;
  margin-left: 10px;
}
table.t-info4 a {
  text-decoration: underline;
}
table.t-info4 td.datasheet {
  text-align: center;
}
table.t-info4 td.datasheet table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
table.t-info4 td.datasheet table td {
  margin:0;
  padding:0;
}
table.t-info4 tr.discontinuance > td {
  background-color: #BBB;
  color: #555;
}
table.t-info4 tr.discontinuance > td td {
  background-color: #BBB;
}
table.t-info4 td.datasheet table td div {
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  width: 16px;
  height: 16px;
}
table.t-info4 td.datasheet table td div.sheet {
  /*background-image: url(sheet.png);*/
}
table.t-info4 td.datasheet table td div.pdf {
  /*background-image: url(pdf.png);*/
}
table.t-info4 td.datasheet div a {
  display: block;
  height: 16px;
  width: 16px;
}

/* table4 header */
table.t-header4 {
  width: 100%;
}
table.t-header4 p {
  font-weight: bold;
}
table.t-header4 td.acrobat {
  font-size: 70%;
  width: 330px;
  height: 70px;
  text-align: right;
}
table.t-header4 td.acrobat table {
  width: 200px;
  margin-left: auto;
  margin-right: 0px;
}
table.t-header4 td.acrobat table td {
  padding: 2px;
}
table.t-header4 td.acrobat table td.img {
  width: 20px;
}
table.t-header4 td.acrobat div.acrobat {
  /*background-image: url(get_adobe_reader.gif);
  background-repeat: no-repeat;*/
  margin-left: auto;
  margin-right: 0px;
  width: 112px;
  height: 33px;
}
table.t-header4 td.acrobat div.acrobat a {
  display: block;
  width: 112px;
  height: 33px;
}
table.t-header4 td.acrobat div.sheet {
  background-image: url(sheet.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 0px;
  width: 16px;
  height: 16px;
}
table.t-header4 td.acrobat div.pdf {
  background-image: url(pdf.png);
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: 0px;
  width: 16px;
  height: 16px;
}

/* table4 symbol */
table.t-symbol4 {
  font-family: monospace;
  font-size: 80%;
  width: 380px;
  margin: 5px;
}
table.t-symbol4 col.c-symbol1 {
  width: 80px;
}
table.t-symbol4 col.c-symbol2 {
  width: 300px;
}

table.t-comment {
  font-size: 70%;
}
table.t-comment ul {
  list-style-type: none;
  padding: 0px;
}
table.t-comment li {
  margin-bottom: 2px;
}
table.t-comment td.question ul {
  list-style-position: inside;
  list-style-type: disc;
  color: #990099;
}
table.t-comment li.ex {
  color: #FF0000;
}