@charset   "Shift_JIS";
/* CSS Document */

/*■初期設定*/

body {
  background-color: #ecffff;
  /*背景の色*/
	color: #003700;
/*通常のテキストカラー*/
}
a {
  color: #023d71;
/*通常のリンクテキストカラー*/
}
a:hover {
  color: #cc00cc;
  /*マウスが乗った時の通常のリンクテキストカラー*/
	text-decoration: underline;
/*マウスが乗った時下線を表示（つけない場合は underline を none へ）*/
}
/*■初期設定ここまで*/

* {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
table,div {
  margin: auto;
}
/*■フォントサイズ調整*/

body {
  font-size: 15px;
  margin: 8px 0 0 0;
  line-height: 160%;
}
body {
  text-align: center;
}
/*■レイアウトセレクタ*/

.CNT {
  text-align: center;
}
.L {
  text-align: left;
}
.R {
  text-align: right;
}
/*■基本レイアウト*/

#bg {
  width: 820px;
  background: #fafafa;
  background-repeat: repeat-y;
  text-align: center;
}
#container {
  width: 800px;
  margin: auto;
  text-align: left;
}
#head {
  }
#head h1 {
  height: 20px;
  line-height: 16px;
  font-size: 11px;
  color: #400000;
  font-weight: normal;
  text-indent: 10px;
}
#head h2 {
  padding: 4px 0 0 10px;
  font-weight: bold;
  font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 15px;
  color: #004000;
}
#head h2 a {
  font-size: 24px;
  line-height: 140%;
  vertical-align: top;
  text-decoration: none;
  color: #f5f5f5;
  background-color: #660000;
}
#head h2 a:hover {
  font-size: 24px;
  line-height: 140%;
  vertical-align: top;
  text-decoration: none;
  color: #CCCCCC;
}
#head_menu {
  height: 42px;
  zoom: 100%;
}
#head_menu:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#head_menu ul * {
  list-style-type: none;
  display: block;
}
#head_menu ul li {
  width: 160px;
  height: 42px;
  position: relative;
  float: left;
}
#head_menu ul li a {
  width: 160px;
  height: 42px;
  text-align: center;
  color: #FFFFFF;
  line-height: 42px;
  text-decoration: none;
}
#head_menu ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
#head_menu ul li.off {
  overflow: hidden;
  width: 160px;
}
#head_menu ul li.off ol.sub {
  left: 0px;
  top: -999px;
}
#head_menu ul ol.sub {
  position: absolute;
  left: 0px;
  top: 42px;
  width: 160px;
  border: 1px solid #999999;
  text-align: center;
}
#head_menu ul li.on {
  width: 160px;
}
#head_menu ul >li.on {
  overflow: visible;
/*×*/
}
#head_menu ul ol.sub li {
  width: 160px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #999999;
  text-align: center;
  float: none;
  filter: alpha(opacity=85);
/*IE*/
}
#head_menu ul ol.sub li a {
  background: none;
  background-color: #FFFFFF;
  text-decoration: none;
  color: #000000;
  vertical-align: middle;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#head_menu ul ol.sub li a:hover {
  color: #ffd0e8;
  background-color: #004000;
}
#head_menu ul li.a01 a {
  background: url(a01.jpg) no-repeat;
}
#head_menu ul li.a01 a:hover {
  background-repeat: no-repeat;
}
#head_menu ul li.a02 a {
  background: url(a02.jpg) no-repeat;
}
#head_menu ul li.a02 a:hover {
  background-repeat: no-repeat;
}
#head_menu ul li.a03 a {
  background: url(a03.jpg) no-repeat;
}
#head_menu ul li.a03 a:hover {
  background-repeat: no-repeat;
}
#head_menu ul li.a04 a {
  background: url(a04.jpg) no-repeat;
}
#head_menu ul li.a04 a:hover {
  background-repeat: no-repeat;
}
#head_menu ul li.a05 a {
  background: url(a05.jpg) no-repeat;
}
#head_menu ul li.a05 a:hover {
  background-repeat: no-repeat;
}
/*メインイメージ*/

#main_image {
  clear: left;
  width: 800px;
  padding: 0 0 1px 0;
  border: solid #333333;
  border-width: 0 0 1px 0;
}
#main_image div#main_img_txt h3 {
  font-size: 18px;
  vertical-align: top;
  margin: 10px 0px 10px 0px;
  background-color: #990000;
  text-decoration: none;
  color: #cccc00;
}
#contents {
  margin: 20px 10px 20px 10px;
  clear: left;
  zoom: 100%;
}
#contents:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#foot_up {
  clear: both;
  height: 32px;
  margin: 0 0 0 0;
}
#foot {
  clear: left;
  background: url(bg_foot.gif) no-repeat;
  width: 820px;
  height: 50px;
}
#copy {
  line-height: 40px;
  font-size: 11px;
  text-align: center;
  color: #FFFFFF;
  padding: 2px;
}
#copy a {
  color: #ffffff;
  text-decoration: none;
}
#copy a:hover {
  color: #ffffff;
}
/***トップ***/

#top {
  }
#top div#top_up {
  margin: 0 0 20px 0;
}
#top div#top_up:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#top div#top_up div#left {
  float: left;
  width: 400px;
  margin: 0 0 0 0;
}
#top div#top_up div#left p {
  margin: 8px 0 0 0;
  line-height: 160%;
}
#top div#top_up div#right {
  float: left;
  width: 360px;
  margin: 0 0 0 20px;
}
#top div#top_up div#right h3 {
  font-size: 13px;
  color: #f5f5f5;
  background-color: #660000;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
#top div#top_up div#right div#info {
  background-repeat: no-repeat;
  background-color: #fefff4;
  width: 360px;
  height: 260px;
  padding: 1px 1px 0px 1px;
  color: #004000;
}
#top div#top_up div#right div#info div#main {
  overflow: auto;
  width: 358px;
  height: 350px;
  margin: 0;
  color: #003300;
}
#top div#top_up div#right div#info div#main span {
  background-color: #660000;
  color: #ffe6f2;
  font-weight: bold;
  padding: 1px 15px 1px 15px;
  margin: 4px 10px 5px 10px;
}
#top div#btm {
  clear: left;
}
#top div#btm div#bnr_sps {
  }
#top div#btm div#bnr_sps ul {
  list-style-type: none;
  zoom: 100%;
}
#top div#btm div#bnr_sps ul:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#top div#btm div#bnr_sps ul li {
  float: none;
  margin: 0 8px 0 0;
  text-align: center;
  padding-top: 10px;
  padding-left: 1px;
}
#top DIV#btm DIV#bnr_sps UL LI A:HOVER IMG {
  filter: alpha(opacity=85);
/*IE*/
}
#CNT,h3 {
  color: #ffffff;
  background-color: #009999;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
/***その他のページ***/

#other_page {
  }
#other_page h1 {
  font-size: 12px;
  line-height: 52px;
  color: #f7f7f7;
  vertical-align: bottom;
  text-indent: 10px;
  background-color: navy;
}
#other_page h2 {
  background: #9a1b14;
  font-size: 18px;
  color: #ffe8f5;
  text-indent: 10px;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
#other_page h3 {
  background: #009999;
  font-size: 16px;
  line-height: 40px;
  color: #f9ffec;
  vertical-align: bottom;
}
#other_page h4 {
  font-size: 18px;
  vertical-align: top;
  margin: 10px 0px 10px 0px;
  padding: 10px 3px 5px 3px;
  color: #ffe1f0;
  border: solid #FFCC00;
  border-width: 0 0 0 3px;
  background-color: #d72f69;
  text-indent: 2px;
}
#other_page h5 {
  font-size: 16px;
  line-height: 1.0;
  vertical-align: top;
  margin: 5px 0px 5px 0px;
  padding: 10px 3px 5px 3px;
  color : rgb(128, 0, 64);
  background-color : rgb(251, 234, 240);
  text-indent: 2px;
  width : 90%;
  left : 10px;
}
#other_page h6 {
  font-size: 16px;
  line-height: 1.0;
  vertical-align : middle;
  margin: 5px 0px 5px 0px;
  padding: 10px 3px 5px 3px;
  color: #000099;
  background-color: #eeffff;
  text-indent: 2px;
  width : 90%;
}
#other_page div.typeA {
  }
#other_page div.typeA li {
  list-style-image: url(Real_col_Comment.png);
  list-style-position: inside;
  font-size: 12px;
  text-align: left;
  color: #666666;
  background-color: #dae2ef;
  padding: 1px 20px;
  margin: 5px 5px 5px 20px;
}
#other_page div.typeB {
  zoom: 100%;
}
#other_page div.typeB div.left li {
  list-style-image: url(bookmark.gif);
  list-style-position: inside;
  font-size: 12px;
  text-align: left;
  color: #666666;
  background-color: #ecfbff;
  padding: 1px 20px;
  margin: 5px;
}
#other_page div.typeB:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
#other_page div.typeB p {
  margin : 2px 0px;
  line-height: 200%;
}
#other_page div.typeB div.left {
  float: left;
  width: 370px;
}
#other_page div.typeB div.right {
  float: right;
  width: 370px;
  text-align: left;
  margin: 0 0 0 20px;
}
#other_page div#pick {
  margin: 6px 0 0 0;
  background: #ffffe6;
  overflow: auto;
  width: 558px;
  height: 700px;
}
#other_page p.margin_none {
  margin: 0;
}
#other_page p {
  margin: 6px 0 0 0;
}
#other_page div.typeC {
  overflow: auto;
  padding: 20px;
}
#other_page div.typeC li {
  list-style-image: url(bookmark.gif);
  font-size: 13px;
  text-align: left;
  color: #666666;
  margin: 10px 50px 0 50px;
}
/*テーブルセット*/

#tbl_setA {
  border: #666666 solid 1px;
  border-collapse: collapse;
  margin: 0;
}
#tbl_setA th {
  border: #666666 solid 1px;
  background: #004000;
  padding: 6px;
  color: #CCCCCC;
  text-align: center;
}
#tbl_setA td {
  border: #666666 solid 1px;
  padding: 6px;
  color: #004000;
  background-color: #fffff7;
  text-align: center;
}
}
#tbl_setB {
  border: #666666 solid 1px;
  border-collapse: collapse;
  margin: 20px;
}
#tbl_setB th {
  border: #666666 solid 1px;
  background: #408080;
  padding: 6px;
  color: #CCCCCC;
}
#tbl_setB td {
  width: 360px;
  padding: 6px;
  color: #004000;
  background-color: #ffffee;
  text-align: left;
}
#tbl_setC {
  width: 80%;
  border: #ffffff solid 1px;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
}
#tbl_setC th {
  border: #990000 solid 1px;
  background: #f2f9f9;
  color: #004f00;
  text-align: center;
}
#tbl_setC td {
  color: #004000;
  background-color: #ffffee;
  text-align: center;
}
#tbl_setD {
  width: 80%;
  border: #408080 solid 1px;
  border-collapse: collapse;
  text-align: center;
  padding: 5px;
}
#tbl_setD th {
  background: #408080;
  color: #fafafa;
  text-align: center;
  height: 20px;
}
#tbl_setD td {
  color: #666666;
  background-color: #ffffff;
  text-align: left;
  padding: 3px 30px;
  font-size: 12px;
}
/******************************************************************************************************/

#p-copy {
  width: 796px;
  text-align: left;
}
#p-copy p a {
  background: url(copy_pondt_bk.gif) no-repeat;
  display: block;
  width: 24px;
  height: 13px;
  text-indent: -9999px;
  margin: 0 0 0 772px;
}
#container {
  width: 820px;
}
.hpb-colm1-cell1 {
  color: #fff7fb;
  background-color: #660000;
  text-align: center;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
}
.hpb-colm1-cell2 {
  text-align: center;
}
.hpb-cnt-tb1 {
  width: 500px;
  height: 800px;
  padding: 1px 1px 0px 1px;
  border: #004000;
  background-color: #ffffff;
  text-align: center;
  margin: 0 0 0 1px;
}
.hpb-colm1-cell1 {
  color: #fff0f8;
  background-color: #990000;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 10px;
}
.hpb-colm1 {
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 18px 5px;
  border: #009900 inset 1px;
}
#top div#top_up div#left h3 {
  color: #ffffff;
  background-color: #009999;
  font-size: 14px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
span {
  font-weight: bold;
  color: #009900;
}
span#c2 {
  font-size: 12px;
  color: #660000;
}
span#c3 {
  font-size: 14px;
  font-weight: bold;
  color: #f2f2f2;
}
.hpb-ca-tb1 {
  color: #990000;
  padding: 5px 5px 5px 5px;
  margin: 5px 25px 15px 25px;
  background-image: url(katrea-glolyarenji7.jpg);
  background-repeat: no-repeat;
  table-layout: auto;
  font-size: 15px;
  color: green;
  font-weight: bold;
  text-align: center;
}
.hpb-ca-tb1 th {
  border-collapse: collapse;
  background-color: #eef8ff;
}
.hpb-tb1 {
  border: solid 1px #009900;
  border-collapse: collapse;
  background-color: #eef7f7;
  text-align: center;
}
.hpb-ca-tb1 a {
  color: #990000;
  font-size: 14px;
  font-weight: bold;
  background-color: white;
}
h6 {
  font-size: 21px;
  color: #009900;
}
.hbp-cnt-tb1 {
  background-color: white;
  border-collapse: collapse;
  caption-side: top;
  table-layout: auto;
  empty-cells: show;
}
.tbl_top {
  color: #666666;
  margin: 15px 25px 15px 25px;
  padding: 0px;
  table-layout: auto;
  background-color: #dbb7b7;
}
.tbl_top th {
  font-size: 15px;
  color: #666666;
  background-color: #660000;
  padding: 1px;
}
.tbl_top td {
  font-size: 15px;
  padding: 6px;
  text-align: center;
}
.tbl_setA {
  font-size: 15px;
  background-color: #fbf2ec;
  padding: 6px;
  margin-left: auto;
}
.tbl_setA th {
  border: #008040 dotted 2px;
  background: #ffffff;
  padding: 6px;
  color: #666666;
  text-align: center;
}
.tbl_setA td {
  border: #008040 dotted 2px;
  color: #004000;
  background-color: #fffff7;
}
.tbl_setA form {
  background-color: #fedae3;
  padding: 10px;
  margin: 5px;
}
.tbl_setB {
  margin-left: auto;
  margin-right: 0;
}
.tbl_setB td {
  border-left: #008040 dotted 2px;
  background: #ffffff;
  padding: 0px 5px;
  font-size: 13px;
  color: #666666;
  text-align: center;
}
.tbl_setB p {
  font-size: 13px;
  color: #800040;
  padding: 10px;
  font-weight: bold;
}
.a1 {
  font-size: 12px;
  color: #023d71;
  text-align: left;
  padding: 5px;
}
.c1 {
  font-size: 12px;
  color: #666666;
  background-color: #ecfbff;
  text-align: left;
  padding: 7px;
}
.c2 {
  font-size: 12px;
  color: #990000;
}
.c3 {
  font-size: 14px;
  font-weight: bold;
  color: #f2f2f2;
}
.c4 {
  font-size: 12px;
  color: #004000;
}
.c5 {
  font-size: 13px;
  background-color: #ffe1f0;
  padding: 10px;
}
.c6 {
  font-size: 11px;
  color: #990000;
  background-color: #cccccc;
  padding: 8px;
}
.mail {
  font-size: 12px;
  color: #009900;
  background-color: #eeffff;
  padding: 8px;
}
.cart {
  font-size: 12px;
  background-color: #fbf2ec;
  padding: 6px;
}
h5 {
  font-size: 20px;
  color: #ecffec;
  background-color: #009999;
}
#c3 {
  font-size: 16px;
  font-weight: bold;
  color: white;
  background-color: #cccc00;
  vertical-align: 13px;
  text-align: center;
}
@media print{
  }
.a2{
  color : rgb(204, 0, 0);
  font-weight : normal;
}
