@charset "UTF-8";


/* メインコンテンツ部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.85em、colorが#000、line-heightが1.8emになっています。 */
div#main-inner{
  font-size: 0.85em;
  color: #000;
  line-height: 1.8em;
}


/* サイドフリーエリア部分の文字の大きさ、色、行間の幅を指定するところです。
   デフォルトではfont-sizeが0.9em、colorが#000、line-heightが1.7emになっています。 */
div.freearea{
  font-size: 0.9em;
  color: #000;
  line-height: 1.7em;
}


/* テキストリンクの色を指定するところです。
   デフォルトではcolorが#00fになっています。 */
a{
  color: #00f;
}


/* テキストリンクにマウスを乗せたときの色を指定するところです。
   デフォルトではcolorが#009になっています。 */
a:hover{
  color: #009;
}


p{      /*  段落間の広さを指定するところです。デフォルトでは1.5em;になっています。 */
  margin-bottom: 1.5em;
}







/* ▼--------------ここより下を修正する必要はないと思います。--------------------------------▼ */

body{
  min-width: 880px;
}

body, h1, h2, h3, h4, h5, h6, ul, ol, table, p{
  margin: 0;
}

ul, ol{
  padding-left: 20px;
}

th, td{
  vertical-align: top;
}

body{
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

div#logo-wrapper, #wrapper, table.f-inner{
  margin: 0 auto;
  width: 852px;
}

div#top{
  height: 80px;
  padding-top: 5px;
}

p#logo, p#phone, p#phone-description{
  margin: 0;
}

p#logo{
  width: 400px;
  float: left;
  font-size: 1.5em;
  line-height: 2em;
}

p#logo a{
  color: #000;
}

div#logo-side{
  padding-top: 10px;
  width: 330px;
  float: right;
  font-size: 0.85em;
  color: #000;
}

p#phone, #welcome-phone{
  font-family: "Cambria","Times New Roman",sans-serif;
}

p#phone{
  font-size: 1.6em;
  color: #f60;
}

p#phone-description{
  font-size: 0.8em;
}

div#navi{
  margin: 0 auto 30px auto;
  padding: 8px 0 0 20px;
  width: 860px;
  height: 32px;
  font-size: 0.95em;
}

p#header-image{
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: url("http://www.geocities.jp/img/base/etc/header-back.png");
}

#wrapper{
  clear: both;
  margin: 0 auto 20px auto;
  padding-top: 20px;
}

div#main-block{
  width: 600px;
  float: left;
}

div#main-inner{
  padding: 10px;
}

h1{
  height: 42px;
  padding: 10px 0 0 70px;
  font-size: 1.1em;
  font-weight: normal;
}

h2, h3, h4, h5, h6{
  font-size: 1.0em;
}

div#menu-block{
  width: 220px;
  float: right;
  margin-bottom: 40px;
  font-size: 0.7em;
  line-height: 1.6em;
}

div.welcome-block{
  padding: 5px;
  border: 1px dotted #f60;
  text-align: center;
}

p.m-header{
  padding: 4px 0 0 10px;
  height: 21px;
  color: #333;
  background: url("http://www.geocities.jp/img/base/menu/menu-header.png") no-repeat;
}

p#welcome-phone{
  margin: 5px 0;
  font-size: 2em
}

ul.menuA{
  list-style-type: none;
  font-size: 12px;
}

ul.menuA{
  margin: 0 10px;
  padding: 0;
}

.menuA li{
  margin-bottom: 10px;
  padding-left: 6px;
  border-bottom: 1px dotted #dfbf41;
}

.menuA  a{
  color: #000;
  text-decoration: none;
}

.menuA a:hover{
  color: #999;
}

div.freearea{
  padding: 0 10px;
}

table.f-inner{
  padding: 10px 0;
  font-size: 0.9em;
}

.clearfix:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
}

* html .clearfix{
  display: inline-block;
}

/* Hides from IE Mac */
* html .clearfix{
  height: 1%;
}

.clearfix{
  display: block;
}
/* End Hack */ 


/* ▼----------------------------------組み込みクラス ---------------------------------------▼ */

a img{
  border: none;
}

.img-blue{
  border: 8px solid #e6e7ff;
}

.img-gray{
  border: 8px solid #eee;
}

.img-green{
  border: 8px solid #d9ffa7;
}

.img-pink{
  border: 8px solid #ffeeff;
}

.img-yellow{
  border: 8px solid #ffc;
}

.font-small{
  font-size: 0.9em;
}

.body-graycheck{
  background: url("http://www.geocities.jp/img/base/body/graycheck.png");
}

.body-white{
  background: url("http://www.geocities.jp/img/base/body/white.png");
}

.top-blue{
  background: url("http://www.geocities.jp/img/base/top/blue.png") repeat-x;
}

.top-gray{
  background: url("http://www.geocities.jp/img/base/top/gray.png") repeat-x;
}

.top-green{
  background: url("http://www.geocities.jp/img/base/top/green.png") repeat-x;
}

.top-orange{
  background: url("http://www.geocities.jp/img/base/top/orange.png") repeat-x;
}

.top-pink{
  background: url("http://www.geocities.jp/img/base/top/pink.png") repeat-x;
}

.headerB-black, .headerB-blue, .headerB-green, .headerB-orange, .headerB-pink, .headerB-red,
.headerC-black, .headerC-blue, .headerC-green, .headerC-orange, .headerC-pink, .headerC-red,
.headerD-black, .headerD-blue, .headerD-green, .headerD-orange, .headerD-pink, .headerD-red{
  padding: 3px 0 0 10px;
}

.headerA{
  margin: 0;
  padding: 5px 0 3px 10px;
  color: #fff;
  background-color: #000;
  font-weight: bold;
}

.headerB-black{
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.headerB-blue{
  border-top: 1px solid #00f;
  border-bottom: 1px solid #00f;
}

.headerB-green{
  border-top: 1px solid #390;
  border-bottom: 1px solid #390;
}

.headerB-orange{
  border-top: 1px solid #f60;
  border-bottom: 1px solid #f60;
}

.headerB-pink{
  border-top: 1px solid #f09;
  border-bottom: 1px solid #f09;
}

.headerB-red{
  border-top: 1px solid #f00;
  border-bottom: 1px solid #f00;
}

.headerC-black{
  border-bottom: 2px solid #000;
}

.headerC-blue{
  border-bottom: 2px solid #00f;
}

.headerC-green{
  border-bottom: 2px solid #390;
}

.headerC-orange{
  border-bottom: 2px solid #f60;
}

.headerC-pink{
  border-bottom: 2px solid #f09;
}

.headerC-red{
  border-bottom: 2px solid #f00;
}

.headerD-black{
  border-bottom: 2px dotted #000;
}

.headerD-blue{
  border-bottom: 2px dotted #00f;
}

.headerD-green{
  border-bottom: 2px dotted #390;
}

.headerD-orange{
  border-bottom: 2px dotted #f60;
}

.headerD-pink{
  border-bottom: 2px dotted #f09;
}

.headerD-red{
  border-bottom: 2px dotted #f00;
}

.navi-blue{
  color: #eee;
  background: url("http://www.geocities.jp/img/base/navi/blue.png") no-repeat;
}

.navi-blue a{
  color: #fff;
}

.navi-blue a:hover{
  color: #eee;
}

.navi-gray{
  color: #eee;
  background: url("http://www.geocities.jp/img/base/navi/gray.png") no-repeat;
}

.navi-gray a{
  color: #fff;
}

.navi-gray a:hover{
  color: #eee;
}

.navi-green{
  color: #eee;
  background: url("http://www.geocities.jp/img/base/navi/green.png") no-repeat;
}

.navi-green a{
  color: #fff;
}

.navi-green a:hover{
  color: #eee;
}

.navi-orange{
  color: #eee;
  background: url("http://www.geocities.jp/img/base/navi/orange.png") no-repeat;
}

.navi-orange a{
  color: #fff;
}

.navi-orange a:hover{
  color: #eee;
}

.navi-pink{
  color: #fff;
  background: url("http://www.geocities.jp/img/base/navi/pink.png") no-repeat;
}

.navi-pink a{
  color: #fff;
}

.navi-pink a:hover{
  color: #fafafa;
}

.navi-red{
  background: #f5f5f5 url("http://www.geocities.jp/img/base/navi/red.png") repeat-x;
}

.navi-red a{
  color: #fff;
}

.navi-red a:hover{
  color: #eee;
}

.h1-beige{
  background: url("http://www.geocities.jp/img/base/h1/beige.png") no-repeat;
}

.h1-beige2{
  background: url("http://www.geocities.jp/img/base/h1/beige2.png") no-repeat;
}

.h1-gray{
  background: url("http://www.geocities.jp/img/base/h1/gray.png") no-repeat;
}

.h1-pink{
  background: url("http://www.geocities.jp/img/base/h1/pink.png") no-repeat;
}

table.tableA-black, .tableA-blue, .tableA-gray, .tableA-green, .tableA-red,
table.tableB-black, .tableB-blue, .tableB-gray, .tableB-green, .tableB-red, .tableC{
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  line-height: 1.5em;
}

.tableA-black th, .tableA-black td, .tableA-blue th, .tableA-blue td, .tableA-gray th, .tableA-gray td,
.tableA-green th, .tableA-green td, .tableA-red th, .tableA-red td,
.tableB-black th, .tableB-black td, .tableB-blue th, .tableB-blue td, .tableB-gray th, .tableB-gray td,
.tableB-green th, .tableB-green td, .tableB-red th, .tableB-red td,
.tableC th, .tableC td{
  padding: 5px;
}

.tableA-black, .tableA-black th, .tableA-black td, .tableB-black{
  border: 1px solid #000;
}

.tableA-blue, .tableA-blue th, .tableA-blue td, .tableB-blue{
  border: 1px solid #00f;
}

.tableA-gray, .tableA-gray th, .tableA-gray td, .tableB-gray{
  border: 1px solid #ccc;
}

.tableA-green, .tableA-green th, .tableA-green td, .tableB-green{
  border: 1px solid #390;
}

.tableA-red, .tableA-red th, .tableA-red td, .tableB-red{
  border: 1px solid #f00;
}

.tableB-black th, .tableB-black td{
  border: 1px dotted #000;
}

.tableB-blue th, .tableB-blue td{
  border: 1px dotted #00f;
}

.tableB-gray th, .tableB-gray td{
  border: 1px dotted #ccc;
}

.tableB-green th, .tableB-green td{
  border: 1px dotted #390;
}

.tableB-red th, .tableB-red td{
  border: 1px dotted #f00;
}

.tableC th, .tableC td{
  border-bottom: 1px dotted #000;
}

div.blockA-black, .blockA-blue, .blockA-gray, .blockA-green, .blockA-red, .blockA-pink, .blockA-yellow,
.blockB-black, .blockB-blue, .blockB-gray, .blockB-green, .blockB-red,
.blockC-black, .blockC-blue, .blockC-gray, .blockC-green, .blockC-orange, .blockC-red, .blockC-pink, .blockC-yellow,
.blockC-lightblue, .blockC-lightgreen, .blockC-lightpink, .blockC-lightyellow,
.block-section{
  padding: 5px;
}

.blockA-black{
  border: 1px solid #000;
}

.blockA-blue{
  border: 1px solid #00f;
}

.blockA-gray{
  border: 1px solid #ccc;
}

.blockA-green{
  border: 1px solid #6c3;
}

.blockA-orange{
  border: 1px solid #f60;
}

.blockA-pink{
  border: 1px solid #fcc;
}

.blockA-red{
  border: 1px solid #f00;
}

.blockA-yellow{
  border: 1px solid #fc0;
}

.blockB-black{
  border: 1px dashed #000;
}

.blockB-blue{
  border: 1px dashed #00f;
}

.blockB-gray{
  border: 1px dashed #ccc;
}

.blockB-green{
  border: 1px dashed #390;
}

.blockB-red{
  border: 1px dashed #f00;
}

.blockC-black{
  border: 10px solid #000;
}

.blockC-blue{
  border: 10px solid #00f;
}

.blockC-gray{
  border: 10px solid #eee;
}

.blockC-green{
  border: 10px solid #6c3;
}

.blockC-orange{
  border: 10px solid #f90;
}

.blockC-pink{
  border: 10px solid #fcc;
}

.blockC-red{
  border: 10px solid #f00;
}

.blockC-yellow{
  border: 10px solid #ff0;
}

.blockC-lightblue{
  border: 10px solid #d0e2fa;
}

.blockC-lightgreen{
  border: 10px solid #daf0cc;
}

.blockC-lightpink{
  border: 10px solid #ffeaf5;
}

.blockC-lightyellow{
  border: 10px solid #fffecc;
}

ul.list-check-black li, .list-check-blue li, .list-check-green li, .list-check-red li{
  list-style: none;
  margin-bottom: 8px;
  padding: 5px 0 5px 40px;
  min-height: 21px;
  height: auto !important;
  height: 21px;
}

.list-check-black li{
  background: url("http://www.geocities.jp/img/base/list/list-check-black.png") no-repeat;
}

.list-check-blue li{
  background: url("http://www.geocities.jp/img/base/list/list-check-blue.png") no-repeat;
}

.list-check-green li{
  background: url("http://www.geocities.jp/img/base/list/list-check-green.png") no-repeat;
}

.list-check-red li{
  background: url("http://www.geocities.jp/img/base/list/list-check-red.png") no-repeat;
}

.list-circle-black li, .list-circle-blue li, .list-circle-green li, .list-circle-red li{
  list-style: none;
  padding-left: 28px;
}

.list-circle-black li{
  background: url("http://www.geocities.jp/img/base/list/list-circle-black.png") no-repeat left center;
}

.list-circle-blue li{
  background: url("http://www.geocities.jp/img/base/list/list-circle-blue.png") no-repeat left center;
}

.list-circle-green li{
  background: url("http://www.geocities.jp/img/base/list/list-circle-green.png") no-repeat left center;
}

.list-circle-red li{
  background: url("http://www.geocities.jp/img/base/list/list-circle-red.png") no-repeat left center;
}

ul.list-squareA-black li, .list-squareA-blue li, .list-squareA-green li, .list-squareA-red li,
.list-squareB-black li, .list-squareB-blue li, .list-squareB-green li, .list-squareB-red li{
  list-style: none;
  margin-bottom: 8px;
}

.list-squareA-black li, .list-squareA-blue li, .list-squareA-green li, .list-squareA-red li{
  padding: 0 0 0 25px;
  min-height: 24px;
  height: auto !important;
  height: 24px;
}

.list-squareB-black li, .list-squareB-blue li, .list-squareB-green li, .list-squareB-red li{
  padding: 3px 0 3px 25px;
  min-height: 18px;
  height: auto !important;
  height: 18px;
  border-bottom: 1px dotted #000;
}

.list-squareA-black li, .list-squareB-black li{
  background: url("http://www.geocities.jp/img/base/list/list-square-black.png") no-repeat left center;
}

.list-squareA-blue li, .list-squareB-blue li{
  background: url("http://www.geocities.jp/img/base/list/list-square-blue.png") no-repeat left center;
}

.list-squareA-green li, .list-squareB-green li{
  background: url("http://www.geocities.jp/img/base/list/list-square-green.png") no-repeat left center;
}

.list-squareA-red li, .list-squareB-red li{
  background: url("http://www.geocities.jp/img/base/list/list-square-red.png") no-repeat left center;
}

div.no1-black, .no2-black, .no3-black, .no4-black, .no5-black, .no6-black, .no7-black, .no8-black, .no9-black,
.no1-blue, .no2-blue, .no3-blue, .no4-blue, .no5-blue, .no6-blue, .no7-blue, .no8-blue, .no9-blue,
.no1-green, .no2-green, .no3-green, .no4-green, .no5-green, .no6-green, .no7-green, .no8-green, .no9-green{
  margin: 0 0 8px 15px;
  padding: 5px 0 5px 40px;
  min-height: 24px;
  height: auto !important;
  height: 24px;
}

.no1-black{
  background: url("http://www.geocities.jp/img/base/no/no1-black.png") no-repeat;
}

.no2-black{
  background: url("http://www.geocities.jp/img/base/no/no2-black.png") no-repeat;
}

.no3-black{
  background: url("http://www.geocities.jp/img/base/no/no3-black.png") no-repeat;
}

.no4-black{
  background: url("http://www.geocities.jp/img/base/no/no4-black.png") no-repeat;
}

.no5-black{
  background: url("http://www.geocities.jp/img/base/no/no5-black.png") no-repeat;
}

.no6-black{
  background: url("http://www.geocities.jp/img/base/no/no6-black.png") no-repeat;
}

.no7-black{
  background: url("http://www.geocities.jp/img/base/no/no7-black.png") no-repeat;
}

.no8-black{
  background: url("http://www.geocities.jp/img/base/no/no8-black.png") no-repeat;
}

.no9-black{
  background: url("http://www.geocities.jp/img/base/no/no9-black.png") no-repeat;
}

.no1-blue{
  background: url("http://www.geocities.jp/img/base/no/no1-blue.png") no-repeat;
}

.no2-blue{
  background: url("http://www.geocities.jp/img/base/no/no2-blue.png") no-repeat;
}

.no3-blue{
  background: url("http://www.geocities.jp/img/base/no/no3-blue.png") no-repeat;
}

.no4-blue{
  background: url("http://www.geocities.jp/img/base/no/no4-blue.png") no-repeat;
}

.no5-blue{
  background: url("http://www.geocities.jp/img/base/no/no5-blue.png") no-repeat;
}

.no6-blue{
  background: url("http://www.geocities.jp/img/base/no/no6-blue.png") no-repeat;
}

.no7-blue{
  background: url("http://www.geocities.jp/img/base/no/no7-blue.png") no-repeat;
}

.no8-blue{
  background: url("http://www.geocities.jp/img/base/no/no8-blue.png") no-repeat;
}

.no9-blue{
  background: url("http://www.geocities.jp/img/base/no/no9-blue.png") no-repeat;
}

.no1-green{
  background: url("http://www.geocities.jp/img/base/no/no1-green.png") no-repeat;
}

.no2-green{
  background: url("http://www.geocities.jp/img/base/no/no2-green.png") no-repeat;
}

.no3-green{
  background: url("http://www.geocities.jp/img/base/no/no3-green.png") no-repeat;
}

.no4-green{
  background: url("http://www.geocities.jp/img/base/no/no4-green.png") no-repeat;
}

.no5-green{
  background: url("http://www.geocities.jp/img/base/no/no5-green.png") no-repeat;
}

.no6-green{
  background: url("http://www.geocities.jp/img/base/no/no6-green.png") no-repeat;
}

.no7-green{
  background: url("http://www.geocities.jp/img/base/no/no7-green.png") no-repeat;
}

.no8-green{
  background: url("http://www.geocities.jp/img/base/no/no8-green.png") no-repeat;
}

.no9-green{
  background: url("http://www.geocities.jp/img/base/no/no9-green.png") no-repeat;
}

div.answer-blue, .answer-gray, .answer-green, .answer-orange, .answer-pink,
.question-blue, .question-gray, .question-green, .question-orange, .question-pink{
  padding: 8px 5px 5px 40px;
  min-height: 30px;
  height: auto !important;
  height: 30px;
  background-position: 3px 2px;
  background-repeat: no-repeat;
}

.answer-blue, .answer-gray, .answer-green, .answer-orange, .answer-pink{
  margin: 0 0 0 40px;
}

.answer-blue{
  background-image: url("http://www.geocities.jp/img/base/qa/a-blue.png");
}

.answer-gray{
  background-image: url("http://www.geocities.jp/img/base/qa/a-gray.png");
}

.answer-green{
  background-image: url("http://www.geocities.jp/img/base/qa/a-green.png");
}

.answer-orange{
  background-image: url("http://www.geocities.jp/img/base/qa/a-orange.png");
}

.answer-pink{
  background-image: url("http://www.geocities.jp/img/base/qa/a-pink.png");
}

.question-blue, .question-gray, .question-green, .question-orange, .question-pink{
  margin: 0 0 10px 5px;
  border: 1px solid #ccc;
}

.question-blue{
  background-image: url("http://www.geocities.jp/img/base/qa/q-blue.png");
}

.question-gray{
  background-image: url("http://www.geocities.jp/img/base/qa/q-gray.png");
}

.question-green{
  background-image: url("http://www.geocities.jp/img/base/qa/q-green.png");
}

.question-orange{
  background-image: url("http://www.geocities.jp/img/base/qa/q-orange.png");
}

.question-pink{
  background-image: url("http://www.geocities.jp/img/base/qa/q-pink.png");
}

hr.line-black{
  color: #000;
}

.line-blue{
  color: #00f;
}

.line-green{
  color: #3c0;
}

.line-orange{
  color: #f60;
}

.line-pink{
  color: #f09;
}

.line-red{
  color: #f00;
}

div.footer-none{

}

.footer-none a{
  color: #000;
}

.footer-black{
  background: #000 url("http://www.geocities.jp/img/base/footer/black.png") repeat-x;
}

.footer-blue{
  background: #8ab0e3 url("http://www.geocities.jp/img/base/footer/blue.png") repeat-x;
}

.footer-gray{
  background: #6e6c6b url("http://www.geocities.jp/img/base/footer/gray.png") repeat-x;
}

.footer-green{
  background: #9dc33d url("http://www.geocities.jp/img/base/footer/green.png") repeat-x;
}

.footer-orange{
  background: #fea700 url("http://www.geocities.jp/img/base/footer/orange.png") repeat-x;
}

.footer-pink{
  background: #ff98ac url("http://www.geocities.jp/img/base/footer/pink.png") repeat-x;
}

.footer-red{
  background: #f00 url("http://www.geocities.jp/img/base/footer/red.png") repeat-x;
}

.footer-deepblue{
  background: #008 url("http://www.geocities.jp/img/base/footer/deepblue.png") repeat-x;
}

.footer-deepgreen{
  background: #060 url("http://www.geocities.jp/img/base/footer/deepgreen.png") repeat-x;
}

.footer-black, .footer-black a, .footer-blue, .footer-blue a, .footer-deepblue, footer-deepblue a, .footer-gray, .footer-gray a,
.footer-green,.footer-green a, .footer-deepgreen,.footer-deepgreen a,  .footer-orange, footer-orange a,
.footer-pink, footer-pink a, .footer-red, .footer-red a{
  color: #fff;
}