.appli table {
}

.appli tbody {
}

.appli th, td {
  padding: 5px;
  margin: 5px;
}

.leftside {
  background-image: url(http://mutil.jp/images/table_curve_left.gif);
  background-repeat: no-repeat;
  background-position:left top;
}

.rightside {
  background-image: url(http://mutil.jp/images/table_curve_right.gif);
  background-repeat: no-repeat;
  background-position:right top;

}

.appli th {
  background-color: #cccccc;
  color: #000000;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #bdbdbd;
  height: 15px;
}

.appli td {
  background-color: #ffffff;
  border-bottom: 1px solid #bdbdbd;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #ffffff;
}

/**
 * mutil default style
 * (C) Infocraft, Inc.
 */

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 10px auto 10px auto;
  font-family: "ＭＳ Ｐゴシック", "Osaka";
  line-height: 1.1em; 
}

.main {
  width: 800px;
  border: 1px solid gray;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.header {
  width: 800px;
}

.header .logo {
  width: 600px;
  height: 225px;
  float: left;
  background-image: url(http://mutil.jp/images/logo.png);
  background-repeat: no-repeat;
}

.header .mobile {
  width: 190px;
  margin: 0px 3px 0px 2px;
  float: right;
}

.header .mobile .box {
  border-right: 2px solid #3D3D3D;
  border-left: 2px solid #3D3D3D;
  border-bottom: 2px solid #3D3D3D;
  background-color: #EEEEEE;
  height: 203px;
}

.header .mobile .box .boxtext {
  padding: 2px;
}

.center {
  width: 800px; 
  background-color: #EEEEEE;　
  font-size: 14px;
}

.chapter {
 font-size:100%;
 font-weight:bold;
 font-style:normal;
 margin:0.5em 1em 1em 0;
 border-width:0px 0px 1px 10px;
 border-bottom-color:#395152;
 border-left-color: #395152;
 border-style:none none solid solid;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:2px;
 }

.subsubsection {
 font-size: 12px;
 font-weight:bold;
 font-style:normal;
 margin:0.5em 1em 1em 0;
 border-right: 1px solid #395152;
 border-left: 7px solid #395152;
 border-bottom: 1px solid #395152;
 border-top: 1px solid #395152;
 padding-left:10px;
 padding-top:5px;
 padding-bottom:2px;
 background-color: #ffffff;
 }

.section {
  height: 18px;  
  font-size: 14px;
  margin: 5px 3px 8px 5px;
  padding: 0px 0px 0px 15px;
  color: #395152;
  font-weight: bold;
  background-image: url(http://mutil.jp/images/shadow_bar.gif);
  background-repeat: no-repeat;
}


.subsection {
  height: 12px;  
  font-size: 12px;
  margin: 5px 3px 8px 10px;
  padding: 0px 0px 0px 0px;
  color: #395152;
  font-weight: bold;
}

.left {
  width: 180px;
  float: left;
  padding: 10px;
  background-color: #EEEEEE;
  height:100%
  font-size: 10px;
}

.left li {
list-style-type: none;
background-position: left center;
}

.left ul {
list-style-type: none;
background-position: left center;
}

#qaitem {
  background-image: url("http://mutil.jp/images/arrow.png");
  background-repeat:no-repeat;
  border-bottom:1px dashed gray;
  padding-left: 20px;
  margin-top: 4px;
}

.right {
  float: right;
  width: 579px;
  padding: 2px 10px 2px 10px;
  border-left: 1px solid gray;
  background-color: white;
}

.right #product {
  margin: 0px 10px 0px 10px;
  width: 540px;
  background-color: white;
}

.right #product #ssh {
  background-color: white;
}

.right #product #info {
  margin-left: 10px;
  margin-right: 10px;
  background-color: white;
}

.right #product #another {
  background-color: white;
}


.right #news {
  margin: 10px;
  background-color: #EEEEEE;
  border: 1px solid gray;
}

.right #news #ntitle{
  background-color: gray;
  color: white;
  font-weight: bold;
  padding: 5px;
}


.right #news #rss {
  text-align: right;
  padding-right: 10px;
}

.right #news #nitem {
  padding-left: 25px;
  background-image: url(http://mutil.jp/images/arrow.png);
  background-repeat: no-repeat;
}

.footer {
  text-align: center;
  margin: 10px auto 0px auto;
  width: 800px;
  font-size: 9pt;
}

.footer .copyright {
}


table {
  margin: 0;
  empty-cells: show;
  font-size: 100%;
}

img {
  border: 0px solid white;
  padding: 0px;
  margin: 0px;
}

sup, sub {
  font-size: 73%;
}

form {
  margin: 0;
  padding: 0;
}

input, label {
  vertical-align: middle;
}

hr.divider {
  display: none;
}

a:link {
  text-decoration: none;
  color: #004477;

}

a:visited {
  text-decoration: none;
  color: #004477;

}

a:hover {
/*  text-decoration: underline;*/
  text-decoration: none;
  color: #FF0000;
  background-color: #FFF09E;
}

a:active {
}

.lefting {
  text-align: left;
}

.centering {
  text-align: center;
}

.righting {
  text-align: right;
}

.clear {
  clear: left;
}

.center:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.header:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.disp table {
  border: 1px solid cyan;
  background-color: gray;
}

.disp tbody {
  backgorund-color: gray;
}

.disp th, td {
  padding: 5px;
  margin: 5px;
}

.disp th {
  background-color: #AAAAFF;
}

.disp td {
  background-color: lightgray;
}

.qa ul, li {
  margin-left: 10px;
}

.qa {
  margin-top: 10px
}

.qa .qbox {
  border:1px solid #AAAAFF;
  background-color: #DDDDFF;
  padding: 10px;
}

.qa .abox {
  border-right:1px dashed #AAAAFF;
  border-left:1px dashed #AAAAFF;
  border-bottom:1px dashed #AAAAFF;
  background-color: #DDDDFF;
  padding: 10px;
}

.tableDashedBorder {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.1em;
  border-bottom: 1px dashed #666666;
 /* padding:1px 4px 0px 4px;*/
}

/* END OF FILE */