@charset "shift_jis";


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

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 10px;
  color: #333333;
  background-image: url(../img/TOP.jpg);

  height:100%;
}


* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: #004080;
  font-size: 12px;
}

a:hover {
  color: #005ebb;
  font-size: 12px;
}

a:visited {
  color: #004080;
  font-size: 12px;
}

p {
  margin: 0;
}


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

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 780px;

  border-right:  solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  border-left: solid 1px #9f9f9f;
  background-color: #ffffff;
}


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

#header {
  margin: 0;
  height: 70px;
  background-color: #ffffff;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 780px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#table-left{
  text-align: left;
  margin: 0;
  padding: 20px 0 0 14px;
  font-size: 16px;
  color: #663300;
  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: 20px 18px 2px 0;
  font-size: 12px;
  color: #333333;
  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: 28px;
  border-bottom: solid 2px #ffffff;
  background: url(../img/head_menu_back.gif);
  background-repeat: repeat-x;
}

#header-menu li {
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 11px;
  height: 25px;
  width: 100px;
  line-height: 25px;
  color: #cccccc;
  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: #666666;
  text-decoration: none;
  padding-top: 3px;
}

#header-menu li  a:hover {
  background: url(../img/head_menu_back_hover.gif);
  background-repeat: repeat-x;
  color: #333333;
}

#header-menu #home a {
	border-left-style: none;
	width: 100px;
}

#header-menu #contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}


#header-img {
  margin:  0;
  padding: 0;
  width: 780px;
  height: 120px;
  font-family:Verdana;
  background-image: url(../img/main_photo.jpg);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin:  0px;
  padding: 6px;
  width: 760px;
  background-color: #ffffff;

  padding-bottom: 100px;
}

/*---------- メインコンテンツ ----------*/

#contents {
  margin:6px auto;
  width: 700px;
}

/*---------- 佐野追加 ----------*/

#contents h2 {
  font-size:14px;
  font-weight:bold;
  padding:0;
  background-repeat:no-repeat;
  margin:0 0 5px 0;
  background:url(../img/h2_bg.jpg) repeat-x bottom;
}

#contents h2 span {
  display:inline-block;
  border-bottom:1px solid #000;
  line-height:25px;
  padding:0 15px 0 3px;
}

#contents #s_topbox {
  width: 700px;
  height: 200px;
  padding: 0 10px;
}

#contents .s_topimg {
  float: left;
  padding: 10px 0 0 0;
}

#contents .s_toptext {
  float: left;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 0 0 20px;
}


#contents img.sample {
  float: left;
  margin: 15px;
}

#contents p {
  font-size: 14px;
}

#contents p a {
  font-size: 14px;
}

/*
#contents h2 {
  margin: 0;
  padding: 8px 0 11px 13px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(../img/titlebar.gif);
  background-repeat: no-repeat;
}
*/

#news {
  width: 700px;
  padding: 0 10px;
}

#contents #news p {
  font-size: 14px;
  padding: 7px 0 0 13px;
  background: url(../img/ya.gif) no-repeat 0 13px;
}

#contents #news p a {
  font-size: 14px;
}


/*---------- メニュー ----------*/

#menu {
  float: left;
  margin: 0;
  padding: 6px 3px 0 8px;
  width: 160px;
  text-align: left;
  line-height: 160%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h2 {
  margin: 0;
  padding: 8px 0 6px 12px;
  line-height: 110%;
  font-size: 12px;
  color: #ffffff;
  background-image: url(../img/sidebar.gif);
  background-repeat: no-repeat;
}

#menu p {
  margin: 10px 4px 16px 4px;
  line-height: 180%;
}

#menu a{
  color: #004080;
  font-size: 12px;
 }

#menu a:hover{
  color: #005ebb;
  font-size: 12px;
}



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

#footer {
  clear: both;
  margin: 0;
  padding: 15px 0 15px 15px;
  text-align: left;
  font-size: 12px;
  color: #666666;
  border-top: 2px;
  border-top-style: dotted;
  border-top-color: #999999;
  background-color: #ffffff;

}

#footer a {
  color: #666666;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
