@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ Ｐゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333333;
  background-image: url(img/back.gif);
}


* {
  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: 18px 0 18px 0;
  line-height: 180%;
  letter-spacing: 1px;
}

#indent_1{
  padding-left:20px;
  text-indent:-20px;
}

#indent_2{
  padding-left:12px;
  text-indent:-12px;
}

#indent_3{
  padding-left:35px;
  text-indent:-27px;
}

/*---------- メイン ----------*/

#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: 50px;
  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: 250px;
  font-family:Verdana;
  background-image: url(img/main_photo.jpg);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 6px;
  width: 760px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin:  6px 0 0 0;
  padding: 0 0 5px 6px;
  line-height: 180%;
  letter-spacing: 1px;
  width: 570px;
}

#contents img.sample {
  float: left;
  margin: 15px;
}

#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;
}

#contents p {
  margin: 18px 0 18px 0;
  padding: 0 5px 0 0;
  line-height: 190%;
  font-size: 12px;
}

#contents ol {
  padding: 0 0 0 20px;
}

#contents li {
  padding: 0 0 0 17px;
  text-indent:-17px;
}

#news {
  width: 554px;
  height: 150px;
  overflow: auto;
  background-color: #ffffff;
  padding: 5px;
  margin: 12px 0 10px 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 1px;
  border-left: 1px;
  border-style: solid;
  border-color: #999999;
}


/*---------- メニュー ----------*/

#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;
}
