@charset "shift_jis";

/* -------------------------------------------------------------

[1] レイアウトに関する指定
[2] ヘッダーブロック内に関する指定
[3] コンテンツブロック内に関する指定
[4] サイドバーブロック内に関する指定
[5] フッターブロック内に関する指定
[6] CSSデザインサンプルリンク指定

----------------------------------------------------------------
CSSデザインサンプ [ URL ] http://www.css-designsample.com
------------------------------------------------------------- */


/* 一括で全ての要素の余白をゼロに指定 */
* {
  margin: 0;
  padding: 0;
}

/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link { color: #00f; }

a:visited { color: #00f; }

a:hover { color: #f00; }

a:active { color: #90f; }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */
body {
  font-size: 85%;
  text-align: center;
  font-family: "メイリオ", Meiryo "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0;
  background-color: #333;
}

#wrapper {
  text-align: left;
  width: 800px;
  margin: 10px auto;
  padding: 0 10px;
  background: #fff url(img/bg-wrapper02.gif) no-repeat 10px 185px;
}

#header {
  width: 100%;
  height: 180px; /*トップ画像の高さ調整*/
  margin-bottom: 20px;
  position: relative;
  background: url(img/haq002.jpg) no-repeat 0 60px;
}

#contents {
  float: right;
  width: 570px;
  padding: 0 5px;
}

#sidebar {
  float: left;
  width: 200px;
}

#footer {
  clear: both;
  padding: 10px 0 5px;
  background-color: #000;
  color: #fff;
}

/* -------------------------------------------------------------
   [2] ヘッダーブロック内に関する指定 */

/* -- 見出しレベル1 -- */
h1 {
  font-size: 100%;
  font-weight: normal;
  color: #009933;
  position: absolute;
  top: 40px;
  right: 10px;
}

/* -- 企業名 ショップ名 サイト名 -- */

/* -------------------------------------------------------------
   [3] コンテンツブロック内に関する指定 */

/* -- 見出し -- */
h2 {
  font-size: 120%;
  font-weight: normal;
  height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  background: url(img/bg-h.gif) no-repeat 0 0;
}

h3 {
  font-size: 16px;
  color: deeppink;
  padding-top: 5px;
  
}

h5 { margin-top: 50px; }

h6 {
  font-size: 14px;
  padding-top: 1em;
}

h4 {
  font-size: 14px;
  color: deeppink;
}



/*--------------------------------------------------------------
---テーブルプロパティ ------*/
img.ny {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
img.photol {float: left}
img.photor {float: right}

br.menu {
  clear: left;
}
br.menu_b {
  clear: right;
}

.kaisya {
  float: right;
  margin-left: 20px;
}

td { 
  padding: 5px 5px;
  vertical-align: top;
}

.ktable {
  width: 330px;
  border-collapse: collapse;
  border: 1px #1C79C6 solid;
}
.ktable td {
  border: 1px #1C79C6 solid;
}

.kaisya_b {
  float: right;
  margin-left: 20px;
}

.jtable {
  width: 350px;
  border-collapse: collapse;
  border: 1px #1C79C6 solid;
}

.jtable td {
  border: 1px #1C79C6 solid;
}


/* -- 文字 -- */
#contents p {
  line-height: 1.6em;
  margin-bottom: 0.5em;
}


#myButton2 a {
    display: block;
    overflow: hidden;
    height: 0px;
    width: 200px;
    background-image: url(img/toiawase00.jpg);
    padding-top: 50px;
    text-align: center;
    margin: 30px 50px;
}
 
#myButton2 a:hover {
    background-position: 0 -50px;
}


/* -------------------------------------------------------------
   [4] サイドバーブロック内に関する指定 */

/* ---------------------------- カテゴリタイトル_a ----#006600---------------------------- */
.side-title {
  text-align: center;
  color: #9900ff;
  font-size: 16px;
  height: 20px;
  padding: 6px 5px 0;
  letter-spacing: 2px;
  background: url(img/bg-sidetitle.gif) no-repeat 0 0;
}

/* -- リスト -- */
.localnavi {
  list-style-type: none;
  margin-bottom: 20px;
  padding-bottom: 12px;
  background: url(img/bg-localnavi.gif) no-repeat 0 100%;
}

.localnavi li { display: inline; }

.localnavi a {
  text-decoration: none;
  display: block;
  width: 190px;
  padding: 7px 5px 7px;
  background: #ccc url(img/bg-localnavi-li.jpg) no-repeat 0 100%;
  color: #006600;
}

.localnavi a:hover {
  text-decoration: none;
  background: #cc9 url(img/bg-localnavi-li.jpg) no-repeat -210px 100%;
  color: #c0c;
}




/* ------------------------------ カテゴリタイトル_b --------------------------------------- */
.side_b-title {
  text-align: center;
  color: #006600;
  font-size: 16px;
  height: 30px;
  padding: 6px 5px 0;
  letter-spacing: 2px;
  background: url(img/bg-sidetitle_a30.gif) no-repeat 0 0;
}



/* -------------------------------------------------------------
   [5] フッターブロック内に関する指定 */

#footer p { text-align: center; }

/* -------------------------------------------------------------
   [6] CSSデザインサンプルリンク指定 */

#cds {
  font-size: 80%;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: right;
  margin: 0;
  padding-right: 20px;
  clear: both;
}

#cds,
#cds a,
#cds a:hover {
  text-decoration: none;
  color: #ccc;
}

.copyright {
  font-size: 10px;
}
