﻿@charset "utf-8";

<style type=text/css>
<!--

/*-----------------------------------------
Site URL:    http://www.web-repair.net
File name:   http://www.web-repair.net/contents.css
Created:     2009/04
Last Update: 2009/04
-------------------------------------------

スタイル一覧

 00▼すべて
 
 01▼会社概要        __kaisya.html
 02▼
 03▼
 04▼
 05▼
 
 06▼
 07▼
 08▼
 09▼著作権          __tyosakuken.html
 10▼個人情報        __kojinjyoho.html
 
 11▼よくある質問    __question.html
 12▼サイトマップ    __sitemap.html
 13▼リンク集        __link.html

-----------------------------------------*/




/* --------------------------------------
    00▼すべて
 -------------------------------------- */

#main h3 {
  margin: 0;
  padding: 5px 2px;
  letter-spacing : 1px;
}

#main h4 {
  margin: 10px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #FFCAE4;
}

#main p {
  margin: 5px;
  font-size: 1.2em;
  text-indent: 1em;
}



/* --- テーブル --- */

table {
  margin: 15px auto 0 auto;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-collapse: collapse;
  text-align: left;
}

table th {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background-color: #f0f0f0;
  font-weight: normal;
}

table td {
  padding: 8px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.bg_brown {
  background:#E7E5DA;
}

.bg_cream {
  background:#FCFBF6;
}

.bg_white {
  background:#ffffff;
}

.ver_c {
  vertical-align: middle;
}




/* --- 文字左右中央 --- */
.text_c {
  text-align: center;
}

.text_l {
  text-align: left;
}

.text_r {
  text-align: right;
}



/* --- float 左右位置 --- */
.flo_l {
  float: left;
}

.flo_r {
  float: right;
}


/* --- 文字色 --- */
.red {
  color: #FF0000;
}

.blue {
  color: #0000CC;
}





/* --------------------------------------
    01▼会社概要    __kaisya.html
 -------------------------------------- */

table.kaisya_gaiyo {
  width: 520px;
}

table.kaisya_gaiyo th {
  text-align: center;
}




/* --------------------------------------
    02▼
 -------------------------------------- */





/* --------------------------------------
    03▼
 -------------------------------------- */




/* --------------------------------------
    04▼
 -------------------------------------- */






/* --------------------------------------
    05▼
 -------------------------------------- */






/* --------------------------------------
    06▼
 -------------------------------------- */





/* --------------------------------------
    07▼
 -------------------------------------- */





/* --------------------------------------
    08▼
 -------------------------------------- */




/* --------------------------------------
    09▼著作権  __tyosakuken.html
 -------------------------------------- */

/* --- .danraku使用 --- */



/* --------------------------------------
    10▼個人情報  __kojinjyoho.html
 -------------------------------------- */
ul.kojinjyouhou {
  padding: 5px;
  padding-left: 50px;
}

ul.kojinjyouhou li {
  list-style-type: disc;
  padding: 1px;
}




/* --------------------------------------
    11▼よくある質問  __question.html
 -------------------------------------- */
/* よくある質問トップ */

#question h4 {
  margin: 10px;
  font-weight: bold;
}
#question ul {
  margin: 5px 20px 20px;
  padding: 0;
  list-style: none;
}
#question ul li {
  padding-left: 1.2em;
  padding-bottom: 3px;
  list-style: none;
}
#question ul li a {
  text-decoration: none;
  color: #000099;
}

#question div.q_left {
  width: 350px;
  float: left;
}
#question div.q_left h4 {
  background-color: #FFCAE4;
}
#question div.q_left ul li {
  background: url(image/q_mark1.gif) no-repeat top left;
}

#question div.q_right {
  width: 350px;
  float: left;
}
#question div.q_right h4 {
  background-color: #CCFF99;
}
#question div.q_right ul li {
  background: url(image/q_mark2.gif) no-repeat top left;
}



/* よくある質問の回答 */
hr {
  border-style: dotted;
  border-color: #FFCCFF;
  width: 95%;
}
#question h4.q_000 {
  padding: 3px 5px;
  background-color: #FFCCFF;
}
#question h5.pink {
  margin: 0px;
  margin-left: 15px;
  font-size: 1.6em;
  color: #000099;
  background: url(image/q_mark1.gif) no-repeat;
  text-indent: 1em;
}
#question p.q_answer {
  margin: 5px 15px;
  text-indent: 1em;
}





/* --------------------------------------
    12▼サイトマップ  __sitemap.html
 -------------------------------------- */
table.sitemap {
  width: 500px;
  border-width: 0;
}

table.sitemap td a {
  text-decoration: none;
}

table.sitemap td {
  border-width: 0;
  padding: 1px;
  background: url("image/menu-glue.gif") no-repeat;
  text-indent: 1em;
}

table.sitemap td.sitemap {
  width: 30px;
  background-image: none;
}

table.sitemap .sitemap_t {
  background-image: none;
  padding-top: 10px;
}





/* --------------------------------------
    13▼リンク集  __link.html
 -------------------------------------- */

#main h5 {
  margin-top: 10px;
  padding: 5px;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0px;
}

div.danraku {
  width: 670px;
  margin: 0 auto;
  margin-bottom: 20px;
}

table.link {
  margin-top: 0px;
} /* --- .tokuteiと合わせて使用 --- */






-->