@charset "Shift_JIS";

/* ブラウザ初期化 ---------------------------------- */

* {
  margin: 0;
  padding: 0;
  font-family: "ＭＳ Ｐゴシック","ＭＳ Ｐ明朝";
}

body {
  width: 850px;
  background-color: #dddddd;
}


/* ヘッダー部分 ロゴ & ヘッダーメニュー ------------ */

div#header {
  width: 850px;
  background-color: #ffffff;
  border-bottom: 5px solid #003366;
}

div#header img {
  float: left;
  margin-top: 3px;
  margin-left: 3px;
  width: 167px;
  height: 34px;
}

.hnavi {
  padding-top: 20px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-align: right;
  font-size: 85%;
}

p.hnavi a, p.hnavi a:link, p.hnavi a:visited {
  text-decoration: underline;
  color: #333333;
}

p.hnavi a:hover, p.hnavi a:active {
  text-decoration: underline;
  color: #cc0000;
  font-weight: bold;
}


/* グローバルメニュー ------------------------------ */

div#gnavi {
  clear: both;
  width: 850px;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  background-color: #cccccc;
  float: left;
}

div#gnavi ul {
  width: 100%;
}

div#gnavi li {
  float: left;
  display: inline;
}

div#gnavi a, div#gnavi a:link, div#gnavi a:visited {
  text-decoration: none;
  background-color: #cccccc;
  height: auto;
  font-size: 85%;
  white-space: nowrap;
  border-left: 1px solid #333333;
  padding: 3px 15px;
  height: auto;
  color: #333333;
  display: block;
}

div#gnavi a:hover, div#gnavi a:active {
  text-decoration: none;
  color: #cccccc;
  background-color: #333333;
}

div#gnavi li.right-edge {
  border-right: 1px solid #333333;
}


/* メイン ------------------------------------------ */

div#main {
  clear: both;
  float: left;
  width: 850px;
  background-image: url('../image-fol/background.gif');
  background-repeat: repeat-y
}


/* メイン右側 -------------------------------------- */

div#main-right {
  float: right;
  width: 630px;
}

div#main-right h1 {
  width: 90%;
  font-size: 95%;
  color: #003366;
  padding: 3px 20px;
  border-top: 1px solid #003366;
  border-bottom: 1px solid #003366;
  background-color: #eeeeee;
}

div#main-right p.area {
  margin-left: 20px;
  font-size: 75%;
  letter-spacing: 1.5pt;
  color: #666666;
}

div#main-right span.red {
  color: #cc0000;
  font-weight: bolder;
}


/* パンくずナビ ------------------------------------ */

div#pnavi {
  width:625px;
  background-color: #eeeeee;
  color: #333333;
  font-size: 80%;
  padding: 2px 0px 3px 5px;
}

div#pnavi a, div#pnavi a:link, div#pnavi a:visited {
  text-decoration: underline;
  color: #333333;
}

div#pnavi a:hover, div#pnavi a:active {
  text-decoration: underlilne;
  color: #cc0000;
}


/* メインコンテンツ -------------------------------- */
/* トップコメント ---------------------------------- */

div#contents {
  width: 612px;
  padding: 5px;
  margin-top: 5px;
}

div#contents img {
  width: 592px;
  height: 286px;
  margin: 3px 2px;
}

div#contents br {
  clear: both;
}

div#contents h2 {
  clear: both;
  width: 90%;
  font-size: 95%;
  color: #cc0000;
  margin-top: 15px;
  padding: 1px 20px;
  border-top: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  background-color: #eeeeee;
}

div#contents h3 {
  clear: both;
  font-size: 90%;
  color: #ff9900;
  margin-top: 15px;
}

div#contents h3.red {
  clear: both;
  width: 90%;
  margin: 10px 0px 5px 10px;
  font-size: 90%;
  color: #cc0000;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #eeeeee;
  border-left: 8px solid #cc0000;
}

div#contents h3.green {
  clear: both;
  width: 90%;
  margin: 10px 0px 5px 10px;
  font-size: 90%;
  color: #009900;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #eeeeee;
  border-left: 8px solid #009900;
}

div#contents h3.blue {
  clear: both;
  width: 90%;
  margin: 10px 0px 5px 10px;
  font-size: 90%;
  color: #000099;
  padding-left: 15px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #eeeeee;
  border-left: 8px solid #000099;
}
div#contents h4 {
  clear: both;
  font-size: 90%;
  color: #3399FF;
  margin-top: 15px;
}
div#contents p {
  margin-bottom: 5px;
  padding: 5px 25px 10px 20px;
  font-size: 85%;
  color: #333333;
  line-height: 135%;
}

div#contents p.indent {
  padding: 5px 10px 0px 10px;
  font-size: 85%;
  color: #333333;
  line-height: 135%;
  text-indent: 1em;
}

div#contents p.color-back {
  width: 95%;
  padding: 5px 10px;
  font-size: 85%;
  font-weight: bolder;
  color: #000066;
  line-height: 135%;
  background-color: #ccffff;
}

div#contents strong.color {
  color: #cc0066;
}

div.contents ul {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}

div.contents li {
  padding-top: 5px;
  color: #333333;
  font-size: 85%;
}

div.contents2 {
  margin-left: 30px;
}

div.contents2 ul {
  display: block;
  list-style-type: disc;
  list-style-position: outside;
}

div.contents2 li {
  padding-top: 5px;
  color: #333333;
  font-size: 85%;
}

div#contents a, div#contents a:link, div#contents a:visited {
  text-decoration: underline;
  color: #333333;
}

div#contents a:hover, div#contents a:active {
  text-decoration: underlilne;
  color: #cc0000;
  font-weight: bolder;
}

div#contents p.setsumei {
  text-indent: 0;
  padding-left: 25px;
  font-size: 75%;
}

div#contents p.migi {
  text-align: right;
}

div#shousai {
  width: 612px;
}
  
div#contents span.strong-red {
  color: #cc0000;
  font-weight: bolder;
}

div#contents span.strong-blue {
  color: #000099;
  font-weight: bolder;
}

div#contents span.border-orange {
  color: #ff6600;
  font-weight: bolder;
  background-color: #ffffcc;
  padding: 2px 0px;
  border-top: 1px solid #ff6600;
  border-bottom: 1px solid #ff6600;
}

div#contents img.phone-image {
  float: left;
  width: 220px;
  height: 140px;
  margin: 5px 0px;
}

div#contents img.phone-menu {
  width: 160px;
  height: 40px;
  margin: 2px;
}

div#contents img.fukugouki-image {
  float: left;
  width: 220px;
  height: 140px;
  margin: 5px 0px;
}

div#contents img.fukugouki-menu {
  width: 160px;
  height: 40px;
  margin: 2px;
}

div#shousai img.illustration {
  margin: 0;
  padding: 0;
  width: 240px;
  height: 125px;
  vertical-align: top;
  float: right;
}

div#shousai img.illustration2 {
  margin: 0;
  padding-right: 35px;
  width: 128px;
  height: 141px;
  vertical-align: top;
  float: right;
}

div#contents img.illustration3 {
  margin: 0;
  padding-right: 0;
  width: 15px;
  height: 15px;
  vertical-align: bottom;
}

div#contents img.illustration4 {
  margin: 0;
  padding-right: 0;
  width: 261px;
  height: 182px;
  vertical-align: top;
  float: right;
}

div#contents img.illustration5 {
  margin: 5px 2px;
  padding-right: 0;
  width: 300px;
  height: 284px;
  vertical-align: top;
  float: left;
}

div#contents img.illustration6 {
  margin: 5px 2px;
  padding-right: 0;
  width: 300px;
  height: 284px;
  vertical-align: top;
}

div#contents img.illustration7 {
  float: left;
  margin: 5px 5px;
  padding-right: 0;
  width: 80px;
  height: 80px;
  vertical-align: top;
}

div#contents img.illustration8 {
  margin: 5px 5px;
  padding-right: 0;
  width: 300px;
  height: auto;
  vertical-align: top;
}

div#contents img.illustration9 {
  margin: 5px 2px 5px 40px;
  padding-right: 0;
  width: 450px;
  height: 180px;
  vertical-align: top;
}

div#contents img.illustration10 {
  margin: 5px 2px;
  padding-right: 0;
  width: 515px;
  height: 60px;
  vertical-align: top;
}

div#contents img.illustration11 {
  float: left;
  margin: 10px;
  width: 120px;
  height: 89px;
}

div#contents img.illustration12 {
  margin: 10px 0px 10px 40px;
  width: 90px;
  height: 120px;
}

div#contents img.illustration13 {
  margin: 15px 5px;
  width: 220px;
  height: 100px;
}

div#contents img.illustration14 {
  width: 580px;
  height: 120px;
}

div#contents img.illustration15 {
  float: right;
  width: 128px;
  height: 56px;
}

div#contents img.illustration16 {
  float: left;
  width: 280px;
  height: 215px;
}

div#contents img.illustration17 {
  float: right;
  width: 280px;
  height: 215px;
}

div#contents img.illustration18 {
  width: 580px;
  height: 420px;
}

div#contents img.illustration19 {
  width: 296px;
  height: 210px;
}

div#contents img.illustration20 {
}

div#contents img.illustration21 {
  width: 216px;
  height: 60px;
}

div#contents img.illustration22 {
  width: 50px;
  height: 28px;
  vertical-align: middle;
}
div#contents img.illustration23 {
  margin: 0;
  padding-right: 0;
  width: 201px;
  height:152px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration24 {
  margin: 0;
  padding-right: 0;
  width: 110px;
  height:85px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration25 {
  margin: 0;
  padding-right: 0;
  width: 550px;
  height:200px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration26 {
  margin: 0;
  padding-right: 0;
  width: 80px;
  height:80px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration27 {
  margin: 0;
  padding-right: 0;
  width: 258px;
  height:152px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration28 {
  margin: 0;
  padding-right: 0;
  width: 128px;
  height:91px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration29 {
  margin: 0;
  padding-right: 0;
  width: 106px;
  height:316px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration30 {
  margin: 0;
  padding-right: 0;
  width: 383px;
  height:129px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration31 {
  margin: 0;
  padding-right: 0;
  width: 548px;
  height:135px;
  vertical-align: top;
  float: center;
}
div#contents img.illustration32 {
  margin: 0;
  padding-right: 0;
  width: 296px;
  height:210px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration33 {
  margin: 0;
  padding-right: 0;
  width: 345px;
  height:232px;
  vertical-align: top;
  float: center;
}
div#contents img.illustration34 {
  margin: 0;
  padding-right: 0;
  width: 250px;
  height:118px;
  vertical-align: top;
  float: right;
}
div#contents img.illustration35 {
  margin: 0;
  padding-right: 0;
  width: 445px;
  height:46px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration36 {
  margin: 0;
  padding-right: 0;
  width: 193px;
  height:20px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration37 {
  width: 270px;
  height:156px;
}
div#contents img.illustration38 {
  width: 580px;
  height:214px;
}
div#contents img.illustration39 {
  margin: 0;
  padding-right: 0;
  width: 514px;
  height:207px;
  vertical-align: top;
  float: center;
}
div#contents img.illustration40 {
  margin: 0;
  padding-right: 0;
  width: 349px;
  height:111px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration41 {
  margin: 0;
  padding-right: 0;
  width: 344px;
  height:64px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration42 {
  margin: 0;
  padding-right: 0;
  width: 360px;
  height:19px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration43 {
  margin: 0;
  padding-right: 0;
  width: 343px;
  height:38px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration44 {
  margin: 0;
  padding-right: 0;
  width: 158px;
  height:81px;
  vertical-align: top;
  float: center;
}
div#contents img.illustration44 {
  margin: 0;
  padding-right: 0;
  width: 150px;
  height:200px;
  vertical-align: top;
  float: left;
}
div#contents img.illustration45 {
  width: 580px;
  height: 286px;
}
div#contents img.illustration46 {
  margin: 0;
  padding-right: 0;
  width: 442px;
  height:80px;
  vertical-align: top;
  float: center;
}
div#contents img.illustration47 {
	float: none;
	height: 221px;
	width: 440px;
}
div#contents img.illustration48 {
	float: none;
	height: 295px;
	width: 437px;
}
div#contents img.illustration49 {
	float: none;
	height: 292px;
	width: 440px;
}
div#contents img.illustration50 {
	float: none;
	height: 280px;
	width: 500px;
}
div#contents img.illustration51 {
	float: none;
	height: 264px;
	width: 494px;
}
div#contents img.illustration52 {
	float: none;
	height: 139px;
	width: 277px;
}
div#contents img.illustration53 {
	float: none;
	height: 511px;
	width: 508px;
}
div#contents img.illustration54 {
	float: none;
	height: 134px;
	width: 500px;
}
div#contents img.illustration55 {
	float: none;
	height: 327px;
	width: 250px;
}
div#contents img.illustration56 {
	float: none;
	height: 160px;
	width: 450px;
}
div#contents img.illustration57 {
	float: none;
	height: 111px;
	width: 450px;
}
div#contents img.illustration58 {
	float: none;
	height: 127px;
	width: 200px;
}
div#contents img.illustration59 {
	float: none;
	height: 135px;
	width: 180px;
}
div#contents img.illustration60 {
	float: none;
	height: 144px;
	width: 80px;
}
  div#contents img.illustration61 {
	float: none;
	height: 160px;
	width: 100px;
}
 
  
/* お知らせ ---------------------------------------- */

div#oshirase {
  clear:both;
  width: 612px;
  padding: 5px;
}

div#oshirase p {
  padding: 5px 10px;
  font-size: 80%;
  color: #333333;
  line-height: 120%;
  text-indent: 1em;
}


/* 商品ページ右側コンテンツ ------------------------ */

div#line-up {
  clear: both;
  width: 600px;
}

div#line-up-left {
  float: left;
  width: 285px;
  margin-left:5px;
}

div#line-up-right {
  float: right;
  width: 285px;
  margin-left: 5px;
}

div#line-up h2 {
  width: 80%;
  font-size: 95%;
  color: #cc0000;
  margin: 25px 0px 10px 0px;
  padding: 1px 20px;
  border-top: 1px solid #cc0000;
  border-right: 1px solid #cc0000;
  border-bottom: 1px solid #cc0000;
  border-left: 10px solid #cc0000;
  background-color: #eeeeee;
}

div#line-up h3 {
  font-size: 90%;
  color: #ff9900;
  margin: 5px 10px;
}

div#line-up h4 {
  font-size: 90%;
  color: #0099FF;
  margin: 5px 10px;
}

div#line-up p {
  font-size: 85%;
  color: #333333;
  padding-top: 10px;
}

div#line-up img.illustration1 {
  float: left;
  width: 120px;
  height: 120px;
  margin: 10px 5px;
}

div#line-up img.illustration2 {
  width: 248px;
  height: 120px;
  margin: 15px 20px;
}


/* お問合せフォーム -------------------------------- */

div#form-area {
  margin: 10px;
  padding: 5px;
  width: 580px;
  background-color: #eeeeee;
}

div#form-area table {
  width: 580px;
}

div#form-area td {
  border: 0px none;
}

div#form-area td.komoku {
  width: 180px;
  padding-left: 15px;
  text-align: left;
  color: #333333;
  font-size: 80%;
  font-weight: bolder;
}

div#form-area td.naiyo {
  width: 400px;
  padding: 3px;
  text-align: left;
}

div#form-area.contact-form {
  table-layout: fixed;
}

div#form-area input.hissu, div#form-area textarea.hissu {
  background-color:#ffff99;
}

div#form-area input:focus, div#form-area textarea:focus {
  border: 2px inset #000000;
}

div#form-area span.cream {
  background-color: #ffff99;
  border: 1px double #ff3300;
}

div#form-area span.chuui {
  font-size: middle;
  color: #cc0000;
}

div#form-area td.mail-send {
  padding: 15px 0px;
}


/* 仕様一覧 ---------------------------------------- */

.shiyo {
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.shiyo th {
  background-color: #99ccff;
  text-align: center;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo th.komoku {
  width: 150px;
}

.shiyo td.komoku {
  width: 180px;
  background-color: #eeeeee;
}

.shiyo2 {
  margin: 5px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.shiyo2 th{
  background-color: #99ccff;
  text-align: center;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo2 td.komoku {
  width: 40%;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo2 td.naiyo {
  width: 60%;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo3 {
  width: 580px;
  margin: 5px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.shiyo3 td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.shiyo3 td.komoku {
  width: 30%;
  background-color: #eeeeee;
}


/* 会社概要 ---------------------------------------- */

.company {
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.company caption {
  padding: 10px;
  letter-spacing: 2pt;
  text-align: left;
  font-weight: bolder;
  color: #333333;
}

.company .komoku {
  width: 120px;
  font-weight: bolder;
  letter-spacing: 2pt;
  background-color: #eeeeee;
  border: 1px solid #666666;
}

.company .kubun {
  border: 1px solid #666666;
}

.company .naiyo {
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
}

.company th {
  background-color: #99ccff;
  text-align: center;
  letter-spacing: 8pt;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.company td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
}


/* 利用規約 ---------------------------------------- */

.kitei {
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.kitei td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.kitei td.komoku {
  text-align: center;
  width: 80px;
  background-color: #eeeeee;
  font-weight: bolder;
  letter-spacing: 2pt;
}

.kitei td.indent {
  text-indent: 1em;
}


/* 特定商取引 -------------------------------------- */

.tokutei {
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.tokutei td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
}

.tokutei td.komoku {
  width: 140px;
  font-weight: bolder;
  letter-spacing: 2pt;
  background-color: #eeeeee;
}

.tokutei td.naiyo1 {
  width: auto;
}

.tokutei td.indent {
  text-indent: 1em;
}


/* 採用情報 -------------------------------------- */

.saiyo {
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.saiyo td {
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
}

.saiyo td.komoku {
  width: 120px;
  color: #ff6600;
  font-weight: bolder;
  letter-spacing: 2pt;
  background-color: #eeeeee;
}


/* CF録音時間 -------------------------------------- */

.cf-time {
  margin: 10px 0px 20px 10px;
  width: 500px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.cf-time .komoku {
  text-align: center;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
  background-color: #99ccff;
}

.cf-time .size {
  width: 180px;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
  background-color: #eeeeee;
}


/* レンタル ---------------------------------------- */

.rental {
  margin: 10px 0px 20px 35px;
  width: 400px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.rental .komoku {
  width:120px;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  background-color: #eeeeee; 
}

.rental .kingaku {
  text-align: right;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
}

.rental .gokei {
  text-align: right;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  background-color: #ccffcc;
}


/* NexcutePro -------------------------------------- */

.NP {
  margin: 10px 0px 20px 10px;
  width: 500px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.NP .komoku {
  width: 25%;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
  background-color: #99ccff;
}

.NP .naiyo {
  width: 75%;
  text-align: left;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  letter-spacing: 1pt;
  line-height: 110%;
  border: 1px solid #666666;
  background-color: #eeeeee;
}


/* 電話機各種一覧 ---------------------------------- */

.phone-lineup {
  margin: 5px;
  width: 600px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

div#contents .phone-lineup img.photo{
  width: 90px;
  height: 90px;
}

.phone-lineup td.komoku {
  background-color: #eeeeee;
}

.phone-lineup td.green {
  background-color: #ccffcc;
}

.phone-lineup td.pink {
  background-color: #ffccff;
}

.phone-lineup td.blue {
  background-color: #ccffff;
}

.phone-lineup td.yellow {
  background-color: #ffffcc;
}


/* 複合機各種一覧 ---------------------------------- */

.fukugouki-lineup {
  float: left;
  margin: 5px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.fukugouki-lineup td.komoku {
  width: 120px;
  text-justify: inter-cluster;
  background-color: #eeeeee;
}

.fukugouki-lineup td.fax {
  width: 120px;
  text-justify: inter-cluster;
  background-color: #ccffcc;
}

.fukugouki-lineup td.copy {
  width: 120px;
  text-justify: inter-cluster;
  background-color: #ffccff;
}

.fukugouki-lineup td.printer {
  width: 120px;
  text-justify: inter-cluster;
  background-color: #ccffff;
}

.fukugouki-lineup td.scan {
  width: 120px;
  text-justify: inter-cluster;
  background-color: #ffffcc;
}

.fukugouki-lineup td.naiyo {
  width: 200px;
  text-align: left;
}


/* お問合せ番号 ------------------------------------ */

.tel-list {
  clear: both;
  margin: 10px 0px 20px 20px;
  width: 580px;
  table-layout: fixed;
  border-collapse: collapse;
  border-color: #666666;
}

.tel-list caption {
  color: #003366;
  font-weight: bolder;
  text-align: left;
  font-size: 85%;
  padding: 15px 0px 5px 10px;
}

.tel-list th, td {
  text-align: center;
  padding: 3px;
  color: #333333;
  font-size: 80%;
  border: 1px solid #666666;
}

.tel-list .kubun {
  width: 35px;
}


/* サイトマップ ------------------------------------ */

.site-map {
  margin-left: 30px;
}

.site-map ul {
  display: block;
  list-style-type: disc;
  list-style-position: inside;
}

.site-map li {
  padding-top: 5px;
  color: #333333;
}


/* メイン左側 サブナビゲーション ------------------- */

div#main-left {
  float: left;
  width: 220px;
}

div#toiawase {
  width: 220px;
  background-image: url('../image-fol/toiawase-back.gif');
  background-repeat: repeat-y;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc
}

div#toiawase p {
  padding: 10px 5px 10px 5px;
  font-size: 80%;
  color: #ffffff;
  font-weight: bolder;
}

div#toiawase p.free-dial {
  font-size: 150%;
  font-family: verdana;
  color: #ffffcc;
}

div#toiawase a, div#toiawase a:link, div#toiawase a:visited {
  text-decoration: underline;
  color: #ffffff;
}

div#toiawase a:hover, div#toiawase a:active {
  text-decoration: underlilne;
  color: #ff9900;
}

div#snavi button {
  margin-left: 15px;
}

div#snavi img.favorite {
  margin-left: 20px;
  color: #ffffff;
  width: 150px;
  height: 30px;
}

div#banner img {
  width: 216px;
  height: 60px;
  margin: 5px 2px;
} 

div#sub-menu {
  margin-top:30px;
  width: 202px;
  background-color: #003366;
}

div#sub-menu ul {
  list-style-type: none;
}

div#sub-menu li {
  display: inline;
}

div#sub-menu a, div#sub-menu a:link, div#sub-menu a:visited {
  width: 100%;
  height: auto;
  text-decoration: none;
  color: #ffffff;
  background-color: #003366;
  border: 1px outset #ffffff;
  font-size: 85%;
  padding: 8px 0px 8px 15px;
  display: block;
  /*￥*//*/
  display: inline;
  /**/
}

div#sub-menu a:hover, div#sub-menu a:active {
  text-decoration: none;
  color: #003366;
  background-color: #cccccc;
  border: 1px inset #ffffff;
  font-weight: bolder;
}


/* フッター ---------------------------------------- */

div#footer {
  clear: both;
  width: 850px;
  height: auto;
  padding: 5px 0px;
  text-align: center;
  font-size: 80%;
  color: #ffffff;
  line-height: 120%;
  background-color: #003366;
}
