@charset "Shift_JIS";

/* 一括で全ての要素の余白をゼロに指定 */
* {
  padding: 0;
  margin: 0;
}

a:link {
  color: #0000ff;
  text-decoration: underline;
}

a:visited {
  color: #990066;
  text-decoration: underline;
}

a:hover {
  color: #cc0000;
  text-decoration: underline;
}

/* ---------------------------------------- フォントスタイル フォントサイズ */
body {
  font-size: ;
  text-align: center;
  padding: 0;
  margin: 0;
}

/* ---------------------------------------- レイアウトに関する指定 */

#wrapper {
  text-align: left;
  margin: 1em auto 0;
  width: 90%;
  border: 1px solid #cccccc;
}

#header {
  padding: 20px 20px 20px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}


#header2 {
  padding: 10px 20px 10px;
  border-bottom: 1px solid #cccccc;
  background-color: #ffffff;
}

#globalnavi {
  width: 100%;
  position: relative;
}

#container {
  float: right;
  width: 100%;
  margin-left: -200px;
}

#contents {
  margin-left: 200px;
  padding: 4em 30px 4em 29px;
  border-left: 1px solid #cccccc;
}

#contents2 {
  padding: 4em 30px 4em 29px;
  border-left: 1px solid #cccccc;
}


#sidebar {
  float: left;
  width: 180px;
  padding: 4em 10px 2em;
}

#footer {
  clear: both;
  padding: 0.5em 0 1em;
  border-top: 1px solid #cccccc;
}

/* ---------------------------------------- 会社案内レイアウトに関する指定 */
*.floating_kaisya {
  float: left;
  width: 400px;
  height: 325px;
  border: solid 0px #cccccc;
  padding: 0.5em;
}

*.box_kaisya {
  margin-bottom: 2em;
}

*.gaikan_setumei {
  padding: 0em; border-bottom: blue solid 0px;
}


/* ---------------------------------------- 修理レイアウトに関する指定 */
*.floating {
  float: left;
  width: 200px;
  height: 225px;
  border: solid 0px #cccccc;
  padding: 0.5em;
}

*.box {
  margin-top: 1em;
  margin-left: 1em;
}

*.syouhin {
  padding: 0em; border-bottom: blue solid 0px;
}

/* ---------------------------------------- レンタルレイアウトに関する指定 */
*.floating2 {
  float: left;
  width: 150px;
  height: 175px;
  border: solid 0px #cccccc;
  padding: 0.5em;
}

/* ---------------------------------------- レンタルレイアウトに関する指定2 */
*.floating3 {
  float: left;
  border: solid 0px #cccccc;
  padding: 0.5em;
}

/* ---------------------------------------- #header内の指定 */

/* -- 企業名 ショップ名 サイト名 (Home) -- */
.logo {
  font-size: 1.8em;
  letter-spacing: 0.5em;
  margin-bottom: 0.5em;
  font-weight: Bold;
}

.logo a {
  text-decoration: none;
  color: #0000ff;
}

.logo a:hover {
  text-decoration: none;
  color: #99ccff;
}

/* -- 企業名 ショップ名 サイト名 -- */
.logo2 {
  font-size: 1em;
  letter-spacing: 0.5em;
  margin-bottom: 0.5em;
  font-weight: Bold;
}

.logo2 a {
  text-decoration: none;
  color: #0000ff;
}

.logo2 a:hover {
  text-decoration: none;
  color: #99ccff;
}

/* -- 概要 (Home) -- */
.description {
  color: #000000;
 }

/* -- 概要 -- */
.description2 {
  color: #000000;
  font-size: 0.8em;
 }

/* ---------------------------------------- #globalnaviの指定 (Home)*/

#globalnavi ul {
  width: 100%;
  list-style-type: none;
  position: absolute;
  background-color: #0000ff;
}

#globalnavi li {
  width: auto;
  float: left;
  border-right: 2px groove #cccccc;
}

#globalnavi li a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #0000ff;
  color: #ffffff;
}

#globalnavi li a:hover {
  background-color: #99ccff;
  color: #000033;
}

/* ---------------------------------------- #globalnaviの指定 */

#globalnavi2 p {
  width: 100%;
  position: absolute;
  background-color: #0000ff;
}

#globalnavi2 span {
  width: auto;
  border-right: 2px groove #cccccc;
}

#globalnavi2 span a {
  text-decoration: none;
  display: block;
  width: auto;
  padding: 0.5em 1em;
  background-color: #0000ff;
  color: #ffffff;
}

#globalnavi2 span a:hover {
  background-color: #99ccff;
  color: #000033;
}


/* ---------------------------------------- #contents内の指定 */

/* -- 見出しレベル -- */
h1 {
  font-size: 2em;
  letter-spacing: 0.5em;
  margin-bottom: 1.5em;
}

h2 {
  font-size: 1.8em;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px;
  border-left: 10px solid #000000;
  border-bottom: 1px solid #000000;
}

h3 {
  font-size: 1.6em;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px;
  border-left: 8px double #000000;
  border-bottom: 1px solid #000000;
}

h4 {
  font-size: 1.4em;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px;
  border-left: 5px dashed #000000;
  border-bottom: 1px solid #000000;
}

h5 {
  font-size: 1.2em;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px;
  border-left: 4px dotted #000000;
  border-bottom: 1px solid #000000;
}

h6 {
  font-size: 1em;
  margin-bottom: 1.5em;
  padding: 5px 5px 5px;
  border-left: 2px dotted #000000;
  border-bottom: 1px solid #000000;
}

h4,h5,h6 { margin-top: 2.5em; }

/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

#contents2 p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

/* -- パン屑リスト -- */
#contents .topic-path {
  line-height: 1em;
  margin-top: 2em;
}

#contents2 .topic-path {
  line-height: 1em;
  margin-top: 2em;
}

/* -- 以下 リスト関係 -- */
#contents dl { margin: 1em 0; }

#contents dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents dd { margin-bottom: 2em; }

#contents ul { margin: 1em 0 1em 20px; }
#contents ol { margin: 1em 0 1em 30px; }
#contents li { margin-bottom: 0.5em; }

/* -- 以下 リスト関係 -- */
#contents2 dl { margin: 1em 0; }

#contents2 dt {
  margin-bottom: 0.5em;
  font-weight: bold;
  border-bottom: 1px dotted #666666;
}

#contents2 dd { margin-bottom: 2em; }

#contents2 ul { margin: 1em 0 1em 20px; }
#contents2 ol { margin: 1em 0 1em 30px; }
#contents2 li { margin-bottom: 0.5em; }

/* ---------------------------------------- #sidebar内の指定 */

/* -- カテゴリタイトル -- */
.sidetitle {
  padding: 0.5em 0;
  border-bottom: 1px solid #666666;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 2em;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 170px;
  padding: 0.5em 5px;
  background-color: #eeeeee;
  color: #000000;
  border-bottom: 1px solid #cccccc;
}

.localnavi a:hover {
  text-decoration: none;
  background-color: #99ccff;
  color: #000000;
  border-bottom: 1px solid #ff0000;
}

/* ---------------------------------------- #footer内の指定 */
#footer p { text-align: center; }

#footer address { text-align: center; }


/* 以下 CSSデザインサンプルクレジット部分 */
#cds{ display: none; }
