@charset "utf-8";

/*
---------------------------------------------------------------------
	全体の設定
---------------------------------------------------------------------
*/
body {
  width: 900px;
  margin: 0 auto;
  color: #333333;
  font: 14px/1.5em "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

h1 {
  font-size: 150%;
  margin: 1em 0;
}

h2 {
  font-size: 122%;
  margin: 1em 0;
}

input[type="text"]:focus, textarea:focus {
  background-color: #ffff99;
}
/*
dt {
  font-weight: bold;
  font-size: 115%;
}

dd {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

dl dl {
  margin-left: 1em;
}

dl dl dt {
  font-size: 100%;
}

dl dl dd {
  text-indent: 0;
  margin-left: 0;
}
*/
p {
  margin: 1em 0;
}

img {
   vertical-align:bottom
}

label, input[type="radio"], input[type="checkbox"] {
  cursor: pointer;
}

a:link {
  color: blue;
}

a:visited {
  color: blue;
}

a:hover {
  color: red;
}

caption {
  text-align: left;
  font-weight: bold;
}

/*
---------------------------------------------------------------------
	ヘッダー
---------------------------------------------------------------------
*/
#header {
  width: 900px;
  border-bottom: 1px solid #333333;
  margin-bottom: 5px;
  padding: 5px 0;
}

#header a {
  float: left;
}

/*
---------------------------------------------------------------------
	申込フォームのナビゲーション
---------------------------------------------------------------------
*/
#navigation {
  float: right;
  margin: 0;
}

/*
---------------------------------------------------------------------
	コンテンツ
---------------------------------------------------------------------
*/
#contents {
  float: left;
  width: 685px;
  margin-bottom: 20px;
  padding: 0 10px;
}

#banner {
  overflow: hidden;
  margin-right: -5px;
  margin-top: 5px;
  margin-bottom: 10px;
  _zoom: 1;
}

#banner li{
  float: left;
  margin-right: 5px;
}

#contents h1 {
  line-height: 45px;
  margin: 0 0 10px;
  text-indent: 1em;
  border-style: solid none;
  border-color: #ff9900;
  border-width: 3px 0 1px;
  background-color: #ffffcc;
}

#contents h2 {
  font-size: 122%;
  line-height: 30px;
  text-indent: 5px;
  letter-spacing: -1px;
  margin: 20px 0 0;
  border-left: 10px solid #ff3300;
  border-bottom: 1px solid #ff3300;
}

#contents h3 {
  font-size: 115%;
  text-indent: 0.5em;
  border-left: 10px solid #99cc33;
  border-bottom: 1px solid #99cc33;
}

#contents h4 {
  margin: 15px 0 10px;
  text-indent: 0.2em;
  border-left: 5px solid #ff9900;
}

.section {
  padding: 10px 20px;
}

.section fieldset.case {
  border: 1px solid #333333;
  padding: 15px;
  margin-top: 15px;
}

.section fieldset.case legend {
  border: 1px solid #333333;
  background-color: #ffffcc;
  padding: 5px 10px;
  font-size: 115%;
}

.section fieldset.case dl dt {
  margin-bottom: 10px;
}

.section fieldset.case h3 {
  margin: 0 0 15px 0;
}

.section fieldset.case dd {
  margin: 0;
}

.section table {
  width: 100%;
}

.section table,.section th,.section td {
  border: 1px solid #ff9900;
}

.section table th {
  text-align: left;
  padding: 5px;
  background: url(../images/bg_slash.gif) #ffffcc;
}

.section table td {
  padding: 5px;
}

table.spec_in_table,table.spec_in_table th,table.spec_in_table td {
  border: 0;
}

table.spec_in_table th{
  width: 120px;
  font-weight: normal;
  padding: 0;
  background-color: #ffffff;
}

table.spec_in_table td{
  padding: 0;
}

.feature {
  margin-bottom: 10px;
}

.feature div {
  padding: 10px;
  border: 1px solid #03202E;
  float: left;
  margin-right: 10px;
}

.tax {
  font-size: 79%;
}

.img {
  float: left;
  margin-right: 15px;
}

.step {
  text-align: right;
}

.step img {
  margin-right: -14px;
  _zoom: 1;
}

.comment {
  font-size: 79%;
  font-weight: normal;
}

table#price_list, table#price_list th, table#price_list td {
  text-align: center;
}

.kiyaku {
  width: 665px;
  margin: 0 auto;
  padding-top: 10px;
  white-space:pre-wrap;
  word-wrap:break-word;
}

/*
---------------------------------------------------------------------
	メニュー
---------------------------------------------------------------------
*/
#menu {
  width: 185px;
  float: left;
  margin-left: 10px;
}

#menu ul {
  _zoom: 1; /* for IE6 */
  overflow: hidden;
  border: 1px solid #ff9900;
}

#menu ul li {
  _zoom: 1; /* for IE6 */
  margin-top: -1px;
  border-top: 1px solid #ff9900;
}

#menu ul li a {
  _zoom: 1; /* for IE6 */
  display: block;
  font-size: 115%;
  color: #333333;
  background: #ffffcc;
  padding: 15px 0 15px 26px;
}

#menu ul li a.primary {
  font-weight: bold;
}

#menu ul li a:hover {
  font-weight: bold;
  color: #ffffff;
  background: #ff9900; /* Old browsers */
  background: -moz-linear-gradient(top, #ff9900 0%, #ff6600 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9900), color-stop(100%,#ff6600)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff9900 0%,#ff6600 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff9900 0%,#ff6600 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ff9900 0%,#ff6600 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9900', endColorstr='#ff6600',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ff9900 0%,#ff6600 100%); /* W3C */
}

#menu ul li a:active {
  color: #ffffff;
  background: #ff6600; /* Old browsers */
  background: -moz-linear-gradient(top, #ff6600 0%, #ff9900 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ff9900)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff6600 0%,#ff9900 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff6600 0%,#ff9900 100%); /* Opera11.10+ */
  background: -ms-linear-gradient(top, #ff6600 0%,#ff9900 100%); /* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ff9900',GradientType=0 ); /* IE6-9 */
  background: linear-gradient(top, #ff6600 0%,#ff9900 100%); /* W3C */
}

#nav_box {
  border: 1px solid #ff9900;
  background-color: #ffffcc;
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 86%;
}

#nav_box h1 {
  font-size: 129%;
  margin: 0;
}

#nav_box p {
  margin: 0;
}

#nav_box p strong {
  font-size: 129%;
}

#nav_box a.person {
  display: block;
  width: 170px;
  height: 40px;
  margin: 0 auto 5px;
  text-indent: -9999px;
  background: url(../images/person.gif) no-repeat top;
}

#nav_box a.corporation {
  display: block;
  width: 170px;
  height: 40px;
  margin: 0 auto 5px;
  text-indent: -9999px;
  background: url(../images/corporation.gif) no-repeat top;
}

#nav_box a:hover {
  background-position: bottom;
}

/* FAQ */
#faq_link {
  list-style: square inside;
  padding: 0 20px;
}

dl.faq {
  padding: 25px 20px 0;
}

dl.faq dt {
  font-size: 115%;
  border-bottom: 1px solid green;
  border-left: 5px solid green;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

dl.faq dd:first-letter {
  font-size: 115%;
  font-weight: bold;
}

dl.faq dd {
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin: 0 0 40px 6px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #f3fff3;
}

dl.faq dd ul {
  list-style: circle inside;
  padding-left: 2em;
}

dl.faq dd ul.square {
  list-style-type: square;
}

/*
---------------------------------------------------------------------
	設定ガイド
---------------------------------------------------------------------
*/
.setting dd {
  text-indent: 0;
  margin-bottom: 2em;
}

.setting dd div {
  float: left;
  width: 245px;
  text-align: center;
}

.setting dd dl{
  overflow: hidden;
  _zoom: 1;
}

.setting dd dl dd{
  margin: 0;
}

.setting ol {
  list-style: decimal inside;
  width: 400px;
  float: right;
}

.setting ol li {
  margin-left: 1em;
  text-indent: -1em;
}

.caution {
  text-decoration: underline;
  color: red;
  font-size: 115%;
}

/*
---------------------------------------------------------------------
	フッター
---------------------------------------------------------------------
*/
#footer {
  width: 900px;
  clear: both;
  border-top: 1px solid #03202E;
  margin-top: 10px;
  text-align: center;
}

/*
---------------------------------------------------------------------
	今すぐお申し込み
---------------------------------------------------------------------
*/
div#appli {
  margin: 50px auto;
  width: 400px;
  padding: 20px;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
}

div#appli a.person {
  display: block;
  float: left;
  width: 180px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/person2.gif) no-repeat;
}

div#appli a.corporation {
  display: block;
  float: right;
  width: 180px;
  height: 50px;
  margin: 0 auto;
  text-indent: -9999px;
  background: url(../images/corporation2.gif) no-repeat;
}

div#appli a:hover {
  background-position: bottom;
}

/*
---------------------------------------------------------------------
	申込ページ
---------------------------------------------------------------------
*/
#contents2 {
  width: 700px;
  margin: 0 auto;
}

#contents2 h1 {
  font-size: 122%;
  margin-top: 1em;
}

#contents2 pre {
  width: 700px;
  border: 1px solid #999999;
  height: 300px;
  overflow-y: scroll;
  white-space:pre-wrap;
  word-wrap:break-word;
}

#submit {
  margin: 50px auto;
  width: 380px;
  overflow: hidden;
}

#cancel {
  display: block;
  width: 150px;
  height: 50px;
  text-indent: -9999px;
  float: left;
  background: url(../images/cancel.gif) no-repeat;
}

#cancel:hover {
  background-position: bottom;
}

#agree {
  display: block;
  width: 180px;
  height: 50px;
  text-indent: -9999px;
  float: right;
  background: url(../images/agree.gif) no-repeat;
}

#agree:hover {
  background-position: bottom;
}

/*
---------------------------------------------------------------------
	入力フォーム用のスタイル
---------------------------------------------------------------------
*/
table.form_table {
  width: 100%;
  border: 1px solid #c6c6c6;
  border-left: #ff4500 solid 3px;
  margin-bottom: 15px;
}

table.form_table th,table.form_table td {
  border: 1px solid #c6c6c6;
  padding: 0.5em 1em;
}

table.form_table th {
  background: none #ffebcd;
  text-align: left;
  vertical-align: top;
  width: 6em;
}

table.form_table_sub th {
  background: none lightpink;
}

table.form_table th,table.form_table td {
  padding: 0.5em 1em;
}

table.form_table th.required img {
  float: right;
}

table.form_table th label {
  display: block;
}

table.form_table .form_submit {
  text-align: center;
}

table.form_table th.th14 {
  width: 14em;
}

table.price {
  width: auto;
}

table.form_table th.remark {
  width: auto;
}

.caption {
  margin: 0;
}

.router, .usb {
  width: 50%;
}

.product {
  display: block;
}

table.form_table textarea {
  width: 100%;
  height: 200px;
}

/*
---------------------------------------------------------------------
	トップへ戻るリンク
---------------------------------------------------------------------
*/
p.pagetop {
  text-align: right;
  margin-bottom: 10px;
  padding-right: 20px;
}


.standard {
  overflow: hidden;
  margin-right: -7px;
}

.standard div {
  float: left;
  border: 1px solid #999999;
  border-radius: 5px;
  margin-right: 7px;
  width: 154px;
}

/*
---------------------------------------------------------------------
	サポート料金表
---------------------------------------------------------------------
*/

.rates {
  margin: 20px 0 0;
}

.rates caption {
  font-size: 129%;
}

.rates caption span {
  font-size: 78%;
}

.rates .th1 {
  width: 350px;
}

.rates .th2 {
  width: 175px;
}

.rates .th3 {
  width: 125px;
}

.rates td {
  text-align: center;
  vertical-align: middle;
}

.rates .center {
  text-align: center;
  vertical-align: middle;
}

.rates .th4 {
  background-color: #ffffff;
}

ul.inqury {}

ul.inqury li {
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 1em;
}

dl#map {
  margin-left: 0;
  text-indent: 0;
}

dl#map dt {
  font-size: 100%;
  text-indent: 6px;
}

dl#map dt.nanbu {
  border-left: 8px solid #ffcc00;
}

dl#map dt.chubu {
  border-left: 8px solid #0099ff;
}

dl#map dt.hokubu {
  border-left: 8px solid #ff6600;
}

dl#map dd {
  margin-left: 1em;
  margin-bottom: 1em;
}

.img_box {
  padding: 0;
  border: 1px solid #666666;
  text-indent: 0;
}

.right {
  float: right;
}

.left {
  float: left;
}

.tel {
  font: bold 32px Verdana;
  margin: 0;
}

#index1 p {
  float: left;
}

.date {
  margin: 0;
  font-size: 86%;
  text-align: right;
}