﻿@charset "UTF-8"; /*文字コード指定*/

* {
  padding: 0;
  margin: 0;
}

/* ----- ページ設定 ----- */
body {
  color: #85623e;
  text-align: center;
  font-size: 15px;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  background-image : url(bg-blue.gif);
  padding: 0;
  margin: 0;
}

ul{
  list-style-type: none;
}

table {
  border-collapse:collapse;
  font-size: 100%;
  border-spacing: 0;
}

/* ----- リンク設定 ----- */
a:link {
  color: #85623e;
  text-decoration: none;
  font-size: 14px;
}
a:visited {
  color: #85623e;
  text-decoration: none;
}
a:hover {
  color: orange;
  text-decoration: underline;
}

a:hover img{
  opacity:0.8;
  filter:alpha(opacity=80);
  -ms-filter: “alpha( opacity=80 )”;
}

/*-------------------------wrapperの指定*/   
#wrapper {  
  width: 800px;
  margin: 0 auto;
  padding: 0;  
  text-align: left;
}

/*-------------------------headerの指定*/   
#header {
  width: 100%;
  height: auto;
  background-image : url(bg-dot.gif);
  background-repeat: no-repeat;
}

/*h1タグ設定*/
#header h1 {
  font-size: 13px;
  line-height: 20px;
  color: #999999;
  position: absolute;
  right: 130px; /*ヘッダーブロックに対して右から..pxの位置に配置*/
  top: 0px; /*ヘッダーブロックに対して上から..pxの位置に配置*/
}

/*h2タグ設定*/
#header h2 {
  font-size: 10px;
  line-height: 20px;
  color: #999999;
  position: absolute;
  right: 110px;
  top: 20px;
}

/*ロゴ画像設定*/
#header #logo {
  position: absolute;
  left: 10px;
  top: 25px;
}

/*-------------------------左contentsの指定*/  
#left_contents {
  background-image : url(blue-waku-left.gif);
  width: 230px;
  height: 3000px;
  float: left;
  padding-left: 16px;
  padding-bottom : 200px
}

/*-------------------------右contentsの指定*/  
#right_contents {
  background-image : url(blue-waku-right.gif);
  width: 550px;
  height: 3000px;
  float: right;
  padding-bottom : 200px
}

/*-------------------------サブメニューの指定*/
ul.submenu li a {
  display: block;
  width: 230px;
  padding: 6px 0px 6px 10px;
  text-decoration: none;
  color: #60462d;
}
ul.submenu li a:hover {
  width: 216px;
  padding: 6px 5px 6px 15px;
  color: #60462d;
  background-color: #FFFFFF;
}

/*-------------------------footerの指定*/  
#footer {
  clear: both;
  background-image : url(blue-waku-bg.gif);
  text-align: center; 
  padding: 10px;
}

/*フッター内にリンク設定した場合用*/
#footer a {
  color: #85623e;
}

/* ----- TOPに戻るりんごボタン ----- */
.page-back {
  position: fixed;
  bottom: 20px;
  right: 10px;
}

/* ----- 画像の横に文字 ----- */
.hidari {
  float: left;
  margin-right: 2em;
  margin-bottom: 1em;
}

/* ----- box設定 ----- */
.box1 {
  border: 1px solid #999; /*ボックスのライン設定*/
  width: 135px;
  height: 200px;
  background: #fff;
  color: #666;
  text-align: center;
  float: left;
  margin: 10px 10px;
  padding: 10px;
}
.box2 {
  border: 1px solid #999;
  width: 135px;
  height: 200px;
  background: #fff;
  color: #666;
  text-align: center;
  float: left;
  margin: 10px 10px;
  padding: 10px;
}
.box3 {
  border: 1px solid #999;
  width: 135px;
  height: 200px;
  background: #fff;
  color: #666;
  text-align: center;
  float: left;
  margin: 10px 10px;
  padding: 10px;
}

.tex1 {
  background-image : url(keisen.gif);
  width: 135px;
  float: left;
  margin: 0px 20px;
}
.tex2 {
  background-image : url(keisen.gif);
  width: 135px;
  float: left;
  margin: 0px 20px;
}
.tex3 {
  background-image : url(keisen.gif);
  width: 135px;
  float: left;
  margin: 0px 20px;
}

/* ----- スペース幅 ----- */
.space1{
  clear: left;
  height: 15px;
}
.space2{
  clear: left;
  height: 30px;
}

