@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #333333;
  background-image: url(img/back.gif);
}

a:link {
  color: #004080;
  font-size: 14px;
}

a:visited {
  color: #800080;
  font-size: 14px;
}

a:hover {
  color: #005ebb;
  font-size: 14px;
}

p {
  margin: 18px 0 18px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

ul {
  font-size: 14px;
}

ol {
  font-size: 14px;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 800px;
  border-right:  solid 2px #c6c6c6;
  border-bottom: solid 2px #c6c6c6;
  border-left: solid 2px #c6c6c6;
  background-color: #ffffff;
}



/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  width: 800px;
  height: 140px;
  background-color: #ffffff;
  background-image: url(img/header2.jpg);
  background-repeat: no-repeat;
}

#header h1 {
  margin: 0;
  padding: 3px 0 4px 8px;
  border-bottom: solid 1px #cccccc;
  text-align: left;
  font-weight: normal;
  font-size: 10px;
  color: #ffffff;
  background-image: url(img/h_back.gif);
}

#header h2 {
  margin: 0;
  padding: 3px 0 3px 10px;
  width: 400px;
  text-align: left;
  font-size: 14px;
  color: #666666;
  letter-spacing: 1px;
}


#table-left{
  text-align: left;
  font-size: 16px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;
}

#table-left a{
  font-size: 16px;
  color: #333333;
  text-decoration: none;
}

#table-left a:hover{
  font-size: 16px;
  color: #666666;
  text-decoration: none;
}


#table-right{
  text-align: right;
  margin: 0;
  padding: 2px 14px 0 0;
  font-size: 15px;
  color: #c9171e;
  line-height: 150%;
  text-decoration: none;
}

#table-right a{
  font-size: 12px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 12px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  margin: 0px;
  padding: 0px;
  height: 32px;
  border-bottom: solid 2px #ffffff;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: left;
  width: auto;
}

#header-menu ul {
  text-align: left;
  margin: 0px;
  padding: 0px
}

#header-menu li {
  list-style-type: none;
  float: left;
  margin: 0;
  display: inline;
}

#header-menu li a {
  font-size: 12px;
  height: 28px;
  width: 100px;
  line-height: 25px;
  color: #333333;
  background: url(img/head_menu_back.gif);
  background-repeat: repeat-x;
  text-align: center;
  display: block;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #005ebb;
  text-decoration: none;
  padding-top: 3px;
}

#header-menu li  a:hover {
  background: url(img/head_menu_back_hover.gif);
  background-repeat: repeat-x;
  color: #666666;
}

#header-menu #contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005ebb;
}

.pagetop {
  margin: 5px 0 0 15px;
  font-size: 10px;
  text-align: left;
}

.pagetop a {
  color: #004080;
  font-size: 10px;
}

.pagetop a:visited {
  color: #800080;
  font-size: 10px;
}

.pagetop a:hover {
  color: #005ebb;
  font-size: 10px;
}


/*---------- コンテンツ ----------*/

#container {
  width: 788px;
  overflow: hidden;
  margin: 0px;
  padding: 6px;
  background-color: #ffffff;
}


/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 13px;
  line-height: 180%;
  width: 590px;
  letter-spacing: 1px;
}

#contents h2.title {
  height: 24px;
  margin: 0 0 10px 0;
  padding: 6px 0 0 15px;
  font-size: 16px;
  color: #004080;
  background-image: url(img/titlebar.gif);
  background-repeat: no-repeat;
}

#contents h2.txt1 {
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 20px;
  color: #13369d;
  font-weight: bold;
  text-align: center;
  width: 590px;
}

#contents h3.title {
  margin: 0 0 0 0;
  padding: 2px 2px 5px 15px;
  font-size: 16px;
  color: #ffffff;
  background-image: url(img/titlebar1.gif);
  background-repeat: no-repeat;
}

#contents h4.txt1 {
  margin: 0;
  padding: 5px 0 0 5px;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  text-align: left;
}

#contents h4.txt2 {
  margin: 0;
  padding: 5px 10px 0 10px;
  font-size: 16px;
  color: #cc0000;
  font-weight: bold;
  text-align: left;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 150%;
  font-size: 14px;
}

#contents img.head_photo {
  margin: 0 0 10px 0;
}

#contents img.photo {
  float: left;
  margin: 10px 20px 0 0;
}

#contents img.picture {
  margin: 10px 10px 10px 0;
  float: left;
}

#contents img.picture2 {
  margin: 10px 10px 10px 0;
  float: right;
}

#contents p.photo {
  margin: 0 0 20px 0;
  padding: 0;
}


#top-photo {
  float: right;
  margin: 0;
  padding: 5px 5px 5px 5px;
  font-size: 12px;
  line-height: 180%;
  width: 210px;
  letter-spacing: 1px;
  text-align: center;
}

#top-border {
  margin:5px 5px 0 0;
  padding: 0 0 5px 0;
  font-size: 14px;
  background-color: #ffeeff;
  line-height: 150%;
  width: 375px;
  border: 2px solid;
  border-color: #ff0000;
}

#top-border ul{
  list-style-image:url("img/check_red.gif");
  margin: 0 0 0 2em;
  padding: 0 0 0 0;
}


.middle-border1 {
  margin: 0 0 15px 0;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  background-color: #eeffff;
  line-height: 150%;
  width: 580px;
  border: 2px solid;
  border-color: #13369d;
}

.middle-border1 a {
  color: #004080;
  font-size: 14px;
}

.middle-border1 a:visited {
  color: #800080;
  font-size: 14px;
}

.middle-border1 a:hover {
  color: #005ebb;
  font-size: 14px;
}

.middle-border2 {
  margin: 0 0 15px 0;
  padding: 5px 0 5px 5px;
  font-size: 14px;
  background-color: #ffeeff;
  line-height: 150%;
  width: 580px;
  border: 2px solid;
  border-color: #cc0000;
}

.middle-border2 a {
  color: #004080;
  font-size: 14px;
}

.middle-border2 a:visited {
  color: #800080;
  font-size: 14px;
}

.middle-border2 a:hover {
  color: #005ebb;
  font-size: 14px;
}


table#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#t01 {
  border: solid 1px #999999;
  border-collapse: collapse;
}


td#head {
  padding: 6px;
  border: solid 1px #999999;
  border-collapse: collapse;
}


#news {
  width: 564px;
  height: 150px;
  overflow: auto;
  background-color: #ffffff;
  padding: 10px 0 5px 20px;
  margin: 12px 0 10px 2px;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


.pagebottom {
  font-size: 10px;
  text-align: right;
}

.pagebottom a {
  color: #004080;
  font-size: 10px;
}

.pagebottom a:visited {
  color: #800080;
  font-size: 10px;
}

.pagebottom a:hover {
  color: #005ebb;
  font-size: 10px;
}


/*---------- メインコンテンツ・表関係 ----------*/

table.hyo1 {
   table-layout: fixed; width: 590px;
   margin: 0 0 10px 0;
   border: 2px #13369d solid;
   border-collapse: collapse;
}

table.hyo1 th,
table.hyo1 td {
   border: 1px #13369d solid;
   font-size: 90%;
   padding: 0.3em;
   letter-spacing: 0.1em;
}

table.hyo1 td.price {
   text-align: right;
   font-weight:bold
}

table.hyo1 thead {
   background-color: #eeffff;
}

table.hyo1 tbody td.yk {
   background-color: #eeeeff;
}

table.hyo1 ul {
   font-size: 100%;
   letter-spacing: 0.1em;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0 0 15px 0;
  padding: 0;
  width: 170px;
  text-align: left;
  background-image: url(img/menu_back.gif);
  letter-spacing: 1px;
}

#menu h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}


.menulist {
  margin: 0 0 15px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menulist h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menulist a{
  color: #004080;
  display: block;
  border-right: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  width: 134px;
  padding: 5px 4px 4px 20px;
  font-size: 12px;
  line-height: 160%;
  background-image: url(img/side_menu_bg.gif);
  background-repeat: no-repeat;
 }

.menulist a:hover{
  color: #005ebb;
  background-image: url(img/side_menu_bg_hover.gif);
  background-repeat: no-repeat;
}


.menu_free {
  margin: 0 0 14px 0;
  padding: 5px 2px 0px 5px;
  width: 160px;
  text-align: left;
  background-image: url(img/menu_back.gif);
}

.menu_free h2 {
  height: 19px;
  margin: 0;
  padding: 7px 0 0 12px;
  font-size: 12px;
  color: #fffffc;
  background-image: url(img/sidebar.gif);
  background-repeat: no-repeat;
}

.menu_free a{
  color: #004080;
  width: 148px;
  padding: 6px 0 5px 0;
  font-size: 12px;
  background-color: #f3f3f2;
 }

.menu_free a:visited{
  color: #800080;
  background-color: #f3f3f2;
}

.menu_free a:hover{
  color: #005ebb;
  background-color: #f3f3f2;
}

.menu_free p{
  margin: 10px 4px 0 4px;
  font-size: 12px;
  background-color: #f3f3f2;
  line-height: 180%;
}

#menu p {
  margin: 10px 4px 0 4px;
  line-height: 180%;
}


/*---------- フッター ----------*/

#footer {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 3px 0 3px 0;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-image: url(img/h_back_r.gif);
}

#footer a {
  color: #ffffff;
  font-size: 12px;
 }

#footer a:hover {
  color: #ffffff;
}


#footer0 {
  clear: both;
  width: 100%;
  margin: 0;
  padding: 5px 0 5px 0;
  text-align: center;
  font-size: 12px;
  color: #333333;
  background-color: #f3f3f2;
}

#footer0 a {
  color: #333333;
  font-size: 12px;
 }

#footer0 a:hover {
  color: #333333;
}