@charset "shift_jis";

/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", "Osaka", "sans-serif";
  margin: 10;
  padding: 0;
  font-size: 13px;
  color: #333333;
  background-color: #fafafa;
}

a { text-decoration: none; }

a:link {
  color: #000099;
  text-decoration: none;
}

a:hover {
  color: #0000ff;
}

a:visited {
  color: #000099;
}



/*---------- メイン ----------*/

#main {
  margin: 0px auto 0px auto;
  padding: 10px;
  width: 920px;
  text-decoration: none;
  background-color: #ffffff;

}

/*---------- ヘッダー ----------*/

#header {
  height: 230px;
  line-height: 200%;
  font-size: 12px;
  color: #333333;

}

#headermenu {
  height: 40px;
  margin: 0px;
  padding: 5px;
  background-color: #eeeeee;
}

/*---------- コンテナー ----------*/

#container {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
}

/*---------- コンテンツ：左 ----------*/

#contents_l_text{
  width: 90%;
  padding: 15px;
      }

#contents_l {
  float: left;
  margin: 0;
  padding: 10px;
  line-height: 150%;
  width: 65%;
  letter-spacing: 1px;
  }


#contents_l h2 {
  height: 30px;
  padding: 9px 25px;
  letter-spacing: 1px;
  background-image : url(img/title_bar_01.gif);   
  background-repeat: no-repeat;
  font-size: 14px;
}

#contents_l ol {
  list-style-type: decimal;
  line-height: 200%;
}

#contents_l ul {
  line-height: 200%;
}

/*---------- コンテンツ：右 ----------*/

#contents_r {
  float: right;
  width: 30%;
  margin: 0 0 0 0;
  padding: 1px;
  font-size: 12px;
  line-height: 180%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#contents_r h2 {
  height: 30px;
  padding: 2px 10px;
  letter-spacing: 1px;
  background-image : url(img/rightbar.gif);   
  background-repeat: no-repeat;
  font-size: 12px;
}

#contents_r_p {
  margin: 1px;
  padding: 10px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 90%;
  background-color: #ffffff;
}

  
/*---------- フッター ----------*/


#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 15px 0 15px 0;
  line-height: 180%;
  text-align: center;
  font-size: 13px;
}
