@charset "Shift_JIS";

/* ウィンドウを小さくした場合、左が見えなくなってしまうため、position:relative; min-width:960px; の2行を追加している。 */
body {
    background-color:#E1EBF7;
    margin:0;
    padding:0;
    position:relative;
    min-width:960px;
    background-image:url(images/bodybackground2.jpg);
    background-repeat:repeat-x;
    font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','ＭＳ Ｐゴシック',Verdana,Arial,sans-serif;
    }

#MainCampus {
    position:absolute;
    top:0;
    left:50%;
    width:960px;
    margin:0 0 0 -481px;
    border-left:solid 1px #a0a0a0;
    border-right:solid 1px #a0a0a0;
    background-color:#fafafa;
    -webkit-box-shadow:0 8px 10px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:0 8px 10px rgba(0, 0, 0, 0.5);
    box-shadow:0 8px 10px rgba(0, 0, 0, 0.5);
    }

div#musashiLogo img {
    border: none;
}

img#rightLogo {
    position:absolute;
    top:0;
    right:0;
}

.clear {
    clear:both;
} 

/********************/
/* ヘッダーメニュー */
/********************/

div#header {
    background-color:#ffffff;
}

div#header img {
    display: block;
    margin : 0;
    padding: 0;
}

div#headmenu ul {
    margin : 0;
    padding: 0;
    background-image:url(images/button0.gif);
    font-size:15px;
    height:26px;
    width:100%;
}

div#headmenu ul li {
    float: left;
    line-style-type: none;
    display: block;
    padding: 0;
    text-align:center;
    background-image:url(images/button0.gif);
    height:26px;
    width: 20%;
    margin-left:-1px;
    border-left: 1px solid #e0e0e0;
}

div#headmenu ul li.headmenuTop {
    border-left: 1px solid #a0a0a0;
}

div#headmenu ul li a {
    display: block;
    padding: 0;
    text-decoration:none;
    line-height:26px;
    color: #ffffff;
}

div#headmenu ul li a:hover {
    color: #33ccff;
    background-image:url(images/button2.gif);
}

div#headmenu a#CurrentTop {
    color: #000;
    background-image:url(images/button0.gif);
}

/**************/
/* 左メニュー */
/**************/
.leftmenu {
    font-size:12px;
    margin-left:0;
    margin-right:0;
    margin-top:0;
    width:150px;
    position:absolute;
    left:0;
    top:78px;
    }

.leftmenu a {
    color:#5e8eab;
    text-decoration:none;
    border-top:solid 2px #ffffff;
    border-bottom:solid 1px #a0a0a0;
    border-left:solid 2px #ffffff;
    border-right:solid 1px #a0a0a0;
    background-color:#f6f6f6;
    text-align:center;
    display:block;
    width:100%;
    line-height:2.5em;
    }

.leftmenu a.smallFontSize {
    font-size:11px;
    }

.leftmenu a:hover {
    color:#0000a0;
    text-decoration:underline;
    }

.leftmenu span {
    display:none
    }

#CurrentLeft {
    border-top:solid 2px #ffffff;
    border-bottom:solid 1px #5e8eab;
    border-left:solid 2px #ffffff;
    border-right: solid 1px #ffffff;
    color:#306080;
    background-color:#ffffff;
    width:150px;
    text-decoration:none;
    }

/**************/
/* 右メニュー */
/**************/
#rightmenu {
    margin: 0;
    padding: 0;
    position:absolute;
    top:92px;
    left:764px;
    width:190px;
    list-style-type: none;
    }

#rightmenu li.MenuTitle > a {
    display:none;
    }

#rightmenu li.MenuGroup {
    list-style-image:none;
    border-top:double 2px #5e8eab;
    border-bottom:double 2px #5e8eab;
    margin: 10px 14px 10px -20px;
    padding: 4px 4px;
    color:#5e8eab;
    }

#rightmenu ul {
    list-style-type: none;
    text-align:left;
    margin-left:16px;
    padding-left:10px;
    margin-top:0;
    list-style-image:url(images/listmark.jpg);
    }

#rightmenu li {
    font-size:12px;
    margin-bottom:1em;
    }

#rightmenu li a {
    text-decoration:none;
    color:#5e8eab;
    }

#rightmenu li a:hover {
    color:#49abdb;
    text-decoration:underline;
    }

li#CurrentRight {
    list-style-image:url(images/listmarkCur.gif);
    text-decoration:none;
    font-weight:bold;
    color:#5e8eab;
    }

div.RightmenuTip {
  border: 1px Solid Silver;
  background-color: #ffd;
  font-size: smaller;
  padding: 2px;
  width:200px;
  position: absolute;
  display: none;
}

/********/
/* 本文 */
/********/
.contents {
    width:598px;
    margin-left:152px;
    padding-left:0;
    background-color:#fafafa;
    }

.contentsInner {
    padding: 10px 0 0 0;
    margin: 0;
    border-left:solid 1px #5e8eab;
    border-right:solid 1px #5e8eab;
    background-color:#fff;
    }

.section {
    margin-left:20px;
    margin-right:20px;
    text-align:left;
    margin-top:2em;
    min-height:460px;
    }

.contents h1 {
    font-size:1.25em;
    padding-top:6px;
    padding-bottom:3px;
    margin-left:20px;
    margin-right:20px;
    border-top:solid 1px #c0c0c0;
    border-bottom:solid 3px #d0d0d0;
    color:#2d444f;
    text-align:center;
    }

.contents h2 {
    font-size:1em;
    color:#2d444f;
    margin-bottom:0.5em;
    }

.contents h3 {
    font-size:0.9em;
    color:#2d444f;
    margin-left:0.5em;
    margin-bottom:0.5em;
    }

.contents p {
    font-size:0.8em;
    line-height:1.5em;
    margin-left:1em;
    margin-top:0em;
    margin-bottom:0.2em;
    }

.contents pre {
    font-size:0.8em;
    line-height:1.5em;
    margin-left:1em;
    margin-top:0em;
    margin-bottom:0.2em;
    }

.contents ul {
    text-align:left;
    margin-left:2em;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
    }

.contents ol {
    text-align:left;
    margin-left:2em;
    padding-left:0;
    margin-top:0;
    margin-bottom:0;
    }

.contents li {
    font-size:0.8em;
    line-height:1.6em;
    }

p.topic1 {
    border-bottom:solid 1px #c0c0c0;
    }

p.smallFont {
    font-size:0.7em;
    }

p.description {
    margin-left:4em;
    }

img.border0 {
    border: none;
}

img.border1 {
    border: 1px #000 solid;
}

img.alignMiddle {
    vertical-align: middle;
}

table.table1 {
    margin-left:2em;
    border-collapse:collapse;
    border:1px solid #a0a0a0;
    font-size:0.9em;
    }

table.table1 th{
    border-collapse:collapse;
    border:1px solid #a0a0a0;
    font-size:0.9em;
    background:#e1ebf7;
    font-weight:normal;
    padding-left:1em;
    padding-right:1em;
    text-align:left;
    }

table.table1 td {
    border-collapse:collapse;
    border:1px solid #a0a0a0;
    font-size:0.9em;
    padding-left:0.5em;
    padding-right:0.5em;
    text-align:right;
    }

table.OrderMail {
    border-collapse:collapse;
    border:1px solid #a0a0a0;
    }

table.OrderMail td {
    border-collapse:collapse;
    border:1px solid #a0a0a0;
    padding-left:0.5em;
    padding-right:0.5em;
    }

#simplenavi {
    margin-left:1em;
    }

#simplenavi a {
    font-size:0.9em;
    font-weight:bold;
    font-style:normal;
    text-align:left;
    text-decoration:underline;
    color:#5e8eab;
    }

#simplenavi a:hover {
    color:#ff0000;
    text-decoration:none;
    }

a.aTagWithIcon {
    padding-left:14px;
    background-image: url(images/sitemaplink.gif);
    background-repeat: no-repeat;
    background-position: center left; 
    }

a.aTagWithIcon:hover {
    background-image: url(images/sitemaplink1.gif);
    }

p.margin2 {
    margin: 0 0 0 2em;
    }

p.TradeNote {
    padding-top:1em;
    padding-bottom:1em;
    margin-left:0.5em;
    }

p.centerP {
    text-align: center;
    }

p.indentCenter {
    text-indent: 50%;
    }

p.marginLeft50Per {
    margin-left: 50%;
    }

p.margin15Per {
    margin-left:15%;
    margin-right:15%;
    }

p.infomessage {
    font-size:1.0em;
    }

div.centerDiv {
    text-align: center;
    }

form {
    font-size:0.8em;
    margin-left:1em;
    }


.textdecoration_linethrough {
    text-decoration: line-through;
    }


.TableItemName  {
    text-align:right;
    width:16em;
    font-family:'ＭＳ Ｐゴシック','メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3';
    }

div#fontdownload form{
    font-size:1em;
    }

div#ques p  {
    margin-left:0;
    margin-bottom:1em;
    font-size:0.8em;
    padding-left: 2em;
    text-indent: -2em;
    }

div#ques a {
    text-decoration:none;
    }

div#ques a:hover {
    color:#c00000;
    text-decoration:underline;
    }

.hilight {
    color:#f00;
    }

ol.OrderDescription li {
    padding-bottom:0.6em;
    }


/* infoService
----------------------------------------*/
div#infoService {
    background-color: #404040;
    margin: 0;
    padding: 0;
}

div#infoService p {
    height: 20px;
    font-size: 13px;
    color: #fff;
    margin: 0;
    padding: 1px 10px 1px 30px;
    display:table-cell;
    vertical-align:middle;
}

/* footerNavi
----------------------------------------*/
div#footerNavi{
    clear: both;
    margin: 0 4em -20px 0;
}
div#footerNavi ul{
    text-align: center;
}
div#footerNavi ul li{
    display: inline;
    padding: 0 10px;
    list-style-type: none;
    font-size: 82%;
    background-image: url(images/inc_line_vertical.gif);
    background-repeat: no-repeat;
    background-position: left bottom;
}
div#footerNavi ul li.firstChild{
    background-image: none;
}

/*******************/
/* 最下のCopyright */
/*******************/
address {
    font-size:0.6em;
    font-weight:bold;
    font-style:normal;
    text-align:center;
    color:#5e8eab;
    padding-top:4px;
    padding-bottom:4px;
    margin:6px 0px 6px 0px;
    display: none;
    }

p#Copyright {
    font-size:0.6em;
    font-weight:bold;
    font-style:normal;
    text-align:center;
    color:#5e8eab;
    padding-top:4px;
    padding-bottom:4px;
    margin:30px 10px 6px 10px;
    border-top:solid 2px #5e8eab;
    border-bottom:solid 2px #5e8eab;
    }

/************************************/
/* 製品タイトル、セクションタイトル */
/************************************/
h2.ProductTitle  {
    text-align:left;
    margin-left:0;
    margin-top:0;
    color:#ffffff;
    margin-bottom:0;
    background-image:url(images/bar01.png);
    background-repeat:repeat-y;
    padding-bottom:5px;
    padding-top:5px;
    padding-left:10px;
    width:100%;
    }

h2.SectionTitle  {
    text-align:left;
    color:#ffffff;
    background-image:url(images/bar01.png);
    background-repeat:repeat-y;
    padding-bottom:2px;
    padding-top:2px;
    padding-left:5px;
    }

#dropmenu {
    display:none;
    }

/**********/
/* 印刷用 */
/**********/
@media print
{
    #header{
        display:none;
    }

    .submenu{
        display:none;
    }

    .leftmenu{
        display:none;
    }

    #rightmenu{
        display:none;
    }

    .noprint{
        display:none;
    }

    #MainCampus {
        border-left:none;
        border-right:none;
    }

    .contents {
        margin-left:0;
        border-left:none;
        border-right:none;
    }

    .contentsInner {
        margin-left:0;
        border-left:none;
        border-right:none;
    }
}

/****************/
/* タブレット用 */
/****************/
@media screen and (max-width:752px){

img{
    max-width: 100%;
    height: auto;
    }

body {
    min-width:598px;
    }

#MainCampus {
    width:100%;
    left:0;
    margin:0;
   }

.contents {
    position:relative;
    float: right;
    margin-left:0;
    width: 100%;
    margin-left: -150px;
    }

.contentsInner {
    margin-left: 150px;
    }

.leftmenu {
    position:relative;
    float: left;
    top:0;
    margin-left: -2px;
    }

.leftmenu a {
    line-height:3.5em;
    }

div#headmenu ul {
    background-image:url(images/button10.gif);
    height:39px;
    }

div#headmenu ul li {
    background-image:url(images/button10.gif);
    height:39px;
    width: 16.66%;
    }

div#headmenu ul li a {
    line-height:39px;
    }

div#headmenu ul li a:hover {
    background-image:url(images/button12.gif);
    }

div#headmenu a#CurrentTop {
    background-image:url(images/button10.gif);
    }

div#headmenu ul li.headmenuTop {
    border-left: 1px solid #e0e0e0;
    }

div#infoService {
    clear: both;
    }

#rightmenu {
  list-style-type: none;
  position: absolute;
  top: 30px;
  left: 83.3%; 
  margin: 0 0 0 -1px;
  padding: 0;
  font-size: 15px;
  width:16.66%;
  list-style-type: none;
  }

#rightmenu li{
  position: relative;
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  line-height:39px;
  text-align: center;
  background-image:url(images/button10.gif);
  background-repeat:repeat-x;
  border-left: 1px solid #e0e0e0;
  }

#rightmenu li.MenuTitle > a {
  display:block;
  }

#rightmenu li.MenuGroup {
  display:none;
  }

#rightmenu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height:39px;
  text-decoration: none;
}

#rightmenu li:hover > a{
  color: #33ccff;
  text-decoration: none;
}

#rightmenu li ul{
  list-style: none;
  position: absolute;
  width: 190%;
  top: 100%;
  left: -90%;
  margin: 0;
  padding: 0;
}

#rightmenu li ul li{
  overflow: hidden;
  height: 0;
  text-align: left;
  background: #909090;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: left;
  line-height:45px;
  font-size: 13px;
  font-weight: normal;
}

#rightmenu li ul li a{
  text-align: left;
  line-height:45px;
  font-size: 13px;
  font-weight: normal;
  padding: 0 0 0 10px;
}

#rightmenu li:hover ul li{
  overflow: visible;
  height: 45px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #333;
  }

#rightmenu li:hover ul li:first-child{
  border-top: 0;
  }

#rightmenu li:hover ul li:last-child{
  }

#rightmenu li ul li#CurrentRight{
  list-style: none;
  color: #000; 
 }

#rightmenu li ul li#CurrentRight span{
  padding: 0 0 0 10px;
  }

div.RightmenuTip {
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: none;
  }

}

/************/
/* スマホ用 */
/************/
@media screen and (max-width:598px){

body {
    min-width:420px;
    }

#MainCampus {
    width:100%;
    }

.contents {
    width:100%;
    margin-left:0;
    border-left:0;
    border-right:0;
    }

.contentsInner {
    margin-left: 0;
    padding-bottom: 20px;
    }

div#headmenu ul {
    height:78px;
    }

div#headmenu ul li {
    width:33.33%;
    }

div#infoService {
    clear: both;
    }

.leftmenu {
    width:100%;
    position:relative;
    top:0;
    border-top:solid 1px #5e8eab;
    }

.leftmenu a {
    display:inline-block;
    border-top:solid 1px #ffffff;
    border-bottom:solid 1px #a0a0a0;
    border-left:0;
    border-right:0;
    background-color:#fafafa;
    width:48%;
    }

.leftmenu #CurrentLeft {
    display:none;
    }

#rightmenu {
  top: 69px;
  left: 66.66%; 
  width:33.33%;
  }

#rightmenu li ul{
  width: 140%;
  left: -40%;
}

div.RightmenuTip {
  height: 0;
  width: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  display: none;
  }

address {
  display: block;
  }

p#Copyright {
  display: none;
  }

}
