
{
}
/* 全般 */

body {
    width: 760px;
    margin: 5px 0px;
    padding: 0px;
    background-color: #FFFFFF;
}
table {
}
 ul a {
    text-decoration: none;
 }

 /* フォントサイズ */
body {
    font-size: 90%;
}


    em {
   font-style: normal;
   font-weight: bold;
    }


table.topframe {
    width: 100%;
    margin: 0px;
}
table.topframe td {
    vertical-align: top;
    padding-top: 3px;
    padding-bottom: 3px;
}
table.topframe td th {
}
td.left {
    width: 150px;
    border-right: solid 1px #999999;
    background-color: #CCCCCC;
}
table.topframe td.main {
}

/* 汎用パーツ ----------------------------------------------------------- */
 h1, h2, h3, h4, h5, h6, h7 {
    color: #666666;
 } 
 h2, h3, h4, h5, h6, h7 {
    font-size: 100%;
    margin-bottom: 0em;
 } 
 h2 {
    margin-left: 2em;
 } 
 h3 {
    margin-left: 3em;
 }
 h4,h5,h6,h7
    margin-left: 4em;
 }

 a:hover, span a:hover, span.uttoff a:hover {
    color: red;
    text-decoration: underline;
  }

 p {
    margin-left: 3em;
 }
 .comment {
    font-size: 90%;
 }
 span.new {
    background-color: yellow;
    color: red;
    padding: 1px;
    font-weight: normal
 }
 a span.new {
    text-decoration: none;
 }

 .alert {
    background-color: yellow;
    margin-left: 2em;
    margin-right: 2em;
    padding: 3px;
    color: red;
 }

 span.dash {
    letter-spacing: -1px;
 }
 .title {
    color: #666666 }
 .minilink {
    text-align: right;
 }
 .minilink img {
    margin-right: 3px;
 }
 .minilink a {
    text-decoration: none;
 }

 div.right {
    float: right;
 }
 div.floatleft {
    float: left;
 }
 div.cols {
    float: left;
    margin-right: 2em;
    /*    width: 50%; */
 }
 div.cols ul{
    margin-top: 0px;
    margin-bottom: 0px;
 }
 div.cols ul li{
    line-height: 1.3em;
 }
 table.left td {
    text-align: left;
 }
 table.right td {
    text-align: right;
 }
 table.plain {
    width: 85%;
    margin: 0.5em 10px 1em 4em;
    border: solid 1px #333333;
    border-bottom: none;
    border-right: none;
 }
 table.plain th, table.plain td {
    padding: 5px;
    border-bottom:solid 1px #333333;
    border-right: solid 1px #333333;
 }
 table.plain th {
    background-color: #CCCCCC;
    font-weight: normal;
 }
 table.plain th.rowlabel {
    text-align: left;
    font-size: 90%;
 }
 table.plain ul {
    margin-top: 3px;
    margin-bottom: 3px;
    list-style-type: square;
 }
 table.irparts td, table.irparts th {
    white-space: nowrap;
 }
 table.plain.left td {
    text-align: left;
 }
 table.plain.irparts {
    width: 100%;
 }
 table.plain.irparts th.rowlabel {

 }
 table.plain.irparts.thtop th.rowlabel {
    vertical-align: top;
 }
 table.multiple {
    margin-top: 3px;
    margin-bottom: 3px;
 }

/* menu 関連 ------------------------------------------------------------ */
 table.header, table.footer {
    margin: 0px;
    padding: 0px;
    width: 100%;
  /*  width: 760px; */
 }
 table.header {
    margin-top: 3px;
 }
 table.footer {
 }
 table.header td {
    padding: 1px 5px;
    font-size: 90%;
 }
 table.header td.bordertop {
    padding: 0px;
 }
 td.titleicon_top {
    width: 78px;
    vertical-align: bottom;
 }
 td.counter {
    width: 140px;
    color: #666666;
 }
 span.count {
    margin-left: 8px;
    font-size: 18px;
    font-family: 'Courier New',Century,Serif;
    font-weight: bold;
 }
 div.counterstr {
    float: left;
    line-heigt: 0.5em;
    font-size: 10px;
    vertical-align: middle;
 }
 td.titleicon {
    width: 142px;
    vertical-align: bottom;
 }
 td.titlelogo {
    width: 160px;
    font-size: 12px;
 }
 td.uttmenu, td.uttmenu_top {
    padding: 0px 0px 0px 1em;
    text-align: right;
    vertical-align: middle;
    font-size: 90%;
 }
 td.uttmenu_top {
    border-bottom: solid 1px red;
 }
 td.uttmenu span.uttoff a, td.uttmenu_top span.uttoff a {
    text-decoration: none;
 }
 td.uttmenu span.uttoff a:hover, td.uttmenu_top span.uttoff a:hover {
    margin: 0px;
    text-decoration: underline;
    color: red;
 }
 td.contact, td.contacttop {
    text-align: right;
    color: #666666;
    padding: 0px;
    line-height: 1.5em;
    font-size: 12px;
 }
 td.contact {
    width: 135px;
 }
 td.contacttop {
    width: 130px;
    border: solid 1px #999999;
 }
 td.contact div {
 }
 td.tugline {
    text-align: center;
    border-top: solid 1px #000000;
    vertical-align: bottom;
 }

 tr.tabmenu td {
    padding: 0px;
    height: 28px;
    vertical-align: middle;
 }
 tr.tabmenu a{
    text-decoration: none;
 }
 tr.tabmenu td img {
    margin-bottom: 0px;
    vertical-align: bottom;
 }
 tr.tabmenu td.tabmenu_L {
    width: 14px;
 }
 tr.tabmenu td.tabmenu_M {
    width: 26px;
 }
 tr.tabmenu td.tabmenu_R {
    width: 100px;
 }
 tr.tabmenu td.tabmenu_on, tr.tabmenu td.tabmenu_off, td.tabmenu_uc {
    text-align: center;
 }
 tr.tabmenu td.tabmenu_on {
    background-color: #000000;
    color: white;
 }
 tr.tabmenu td.tabmenu_on a {
    color: #FFCC00;
 }
 tr.tabmenu td.tabmenu_off, tr.tabmenu td.tabmenu_uc {
    background-color: #BDBDBD;
 }
 tr.tabmenu td.tabmenu_uc {
    color: #999999;
 }
 td.bordertop {
    height: 30px;
    background-color: #000000;
    background-image: url(http://www.irsystem.com/images/lightline.png);
    background-position: center;
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #FFFFFF;
 }
 table.header td.bordertop img{
    margin: 0px;
    vertical-align: middle;
 }
 span.uttoff {
    margin: 0px 2px;
 }
 span.utton {
    padding: 2px;
    background-color: #FFCC66;
 }
 span.main {
    margin: 10px 10px;
    width: 78px;
    font-size: 10px;
    background-color: red;
    text-align: center;
 }
 div.tugline, span.tugline {
    padding: 3px 5px;
    background-color: #000000;
    color: #FFFFFF;
    font-size: 12px;
 }
 div.subcatmenu {
    margin: 0px;
    vertical-align: middle;
    width: 100%;
 }
 div.subcatmenu span.all {
    padding: 2px 5px;
    background-color: #000000;
 }
 div.subcatmenu span.all a {
    text-decoration: none;
 }
 div.subcatmenu span.all span.on, div.subcatmenu span.all span.off {
    margin: 0px 1em;
 }
 div.subcatmenu span.all span.on, div.subcatmenu span.all span.on a {
    color: #FFCC00;
 }
 div.subcatmenu span.all span.off a{
    color: #FFFFFF;
 }
 div.subcatmenu span.all span.uc {
    color: #999999;
 }
 td.bordertop form img {
    background-color: #000000 }
 td.mainbottom {
    vertical-align: bottom;
    height : 4em;
 }
 td.copyright, td.phoneno {
    padding-left: 5px;
    color: #666666;
 }
 td.copyright {
    font-size: 90%;
 }
 hr.borderbottom {
    border-top: 1px solid red;
    border-bottom: 2px solid black;
    margin: 0px 0px 3px;
 }

 /* パンくずリスト ------------------------------------------------------- */
 div.topicpath, div.topicpathbottom {
    margin: 0px 1em 5px;
    font-size: 90%;
 }
 div.topicpathbottom {
    margin-top: 1em;
    margin-bottom: 1em;
 }
 /* サイドメニュー sub2category メニュー ----------------------------------- */
 div.sidemenu {
    margin: 0px 3px;
    width: 142px;
    border: solid 1px #666666;
    background-color: white;
    font-size: 90%;
 }
 div.sidemenu div.itemoff,  div.sidemenu div.itemtop, div.sidemenu div.itemon, div.itemuc {
    padding: 0.5em 3px 3px 3px;
    border-bottom: solid 1px;
 }
 div.sidemenu a {
    text-decoration: none;
 }
 div.sidemenu div.itemtop a {
     color: #FFCC00;
 }
 
 div.sidemenu div.itemtop {
     background-color: #333333;
     color: #FFCC00;
 }
 div.sidemenu div.itemoff, div.sidemenu div.itemon, div.itemuc {
     padding: 0.5em 3px 3px 1.3em;
     border-bottom-color: #999999;
 }
 div.sidemenu div.itemon {
     border-left: solid 1em #999999;
     padding-left: 0.3em;
     background-color: #FFCC66; 
 }
 div.sidemenu div.itemon a {
     color: black;
 }
 div.sidemenu div.itemuc {
     color: #999999;
 }
 /* サイドメニュー トピックボックス----------------------------------------- */
 div.topicleft {
    margin: 3px;
    padding: 0px;
    border: solid 1px #666666;
    width: 142px;
    background-color: white;
    font-size: 90%;
 }
 div.topicleft a {
    text-decoration: none;
 }
 div.topictitle {
    background-color: #666666;
    color: white;
    border-left: solid 15px red;
    padding: 3px;
 }
 div.topictitle a {
    color: #CCCCFF }
 div.topictitle a:hover {
    color: #FFCC00 }
 div.topictitle a:visited {
    color: #CC99CC }
 div.topicleft div.desc, div.topicleft div.desc2 {
    margin: 3px;
 }

 /* コンテンツ要素 -------------------------------------------------------- */
 div.pagetitle {
    margin: 0.5em 3px 0.5em 1em;
    padding: 0.5em 3px 3px 3px;
    border-left: solid 1em #666666;
    padding-left: 0.3em;
    border-bottom: solid 1px #999999;
    background-color: #CCCCCC;
    font-weight: bold;
 }
 div.pagetitle h1 {
    color: #000000;
    font-size: 100%;
    margin: 2px;
 }
 div.pagetitle h1 a {
    text-decoration: none;
 }
 div.pagetitle h1 span.note {
    font-weight: normal;
    margin-left: 1em;
 }
 div.paratitle, h2.paratitle {
    clear:both;
    margin: 0.5em 3px 0.5em 2em;
    padding: 0.5em 3px 3px 3px;
    border-left: solid 1em #999999;
    padding-left: 0.3em;
    border-bottom: solid 1px #999999;
 }
 div.paratitle h2 {
     margin: 0px;
 }
 div.paratitle h2 a, h2.paratitle a {
     text-decoration: none;
 }

 div.topicitem {
    float: right;
    margin: 10px;
    margin-top: 0px;
 }
 div.topicitem div.item {
    border: solid 1px ;
    border-bottom-color: #666666;
 }
 div.topicitem div.item img{
    border: none;
 }
 div.topicitem div.itemnote {
    border: solid 1px ;
    border-top: none;
    text-align: center;
    font-size: 90%;
 }
 div.topicitem div.itemnote a {
    text-decoration: none;
 }
 span.titlecatch {
    font-size: 90%;
    font-weight: normal;
 }
 div.lead {
    margin-left: 2em;
    margin-right: 2em;
    line-height: 1.3em;
 }
 div.lead p {
    margin: 0.3em 0;
     text-indent:1em;
 }
 div.lead em {
 color: red;
 }

 div.index {
    margin-top: 1em;
    margin-left: 2em;
 }
 img.mainimg {
    border-right: solid 1px;
    border-bottom: solid 1px;
    margin-right: 5px;
 }
 div.img {
    float:right;
    margin-right:3em;
 }
 div.img img {
    margin-left: 10px;
 }
 ul.whatsnew {
    margin-top: 0.5em;
    margin-bottom: 2px;
 }
 ul.whatsnew li{
    margin-left: -1em;
    margin-top: 0.5em;
 }
 ul.whatsnew li a{
    text-decoration: none;
 }

 /* 製品パラメータ ------------------------------------------------------  */
 div.main ul {
    line-height: 1.3em;
 }
 div.main {
    margin-left: 1.5em;
 }
 div.spectitle {
    margin-left: 5em;
 }

 /* ユーティリティメニュー下部 --------------------------------------------- */
 div.uttmenubottom {
     text-align: center;
     font-size: 90%;
     margin-top: 1em;
     margin-bottom: 3px;
 }

 /* 右側に画像を縦に並べて表示する枠 --------------------------------------- */
 div.rightimgs {
     margin-left: 2em;
     margin-right: 3px;
     float: right;
 }
 div.rightimgs img {
     margin-bottom: 10px;
     border: solid 1px #666666;
 }
 div.movietitle {
     color: #666666;
 }
 div.movietitle img {
     border: none;
 }
 div.moviecaption {
 }
 div.movienote {
     font-size: 90%;
     color: #666666;
     margin-bottom: 0px;
 }
 div.rightimgs img.movieimg {
     margin-bottom: 3px;
 }
 div.moviecaption {
     font-size: 90%;
     text-align: center; 
 }

 div.prodimg {
     float: left;
     margin-right: 3px;
     margin-left: 10px;
     margin-bottom: 5px;
 }
 div.imgcaption {
     text-align: center;
     font-size: 90%;
     color: #666666;
 }

 img.pimg {
   margin-left: 3em;
 }
 div.producttopcol {
   margin-bottom: 1em;
   float: left;
   width: 45%;
 }
div.rightnote
{
    margin: 10px;
    text-align: right;
    font-size: 90%;
    color: #666666;
}

 p.solutionlead {
     margin-right:1em;
     padding-left:5px;
     font-weight:bold;
     border-bottom:double 4px #CCCCFF;
 }



