@charset "shift_jis";


/*---------- ページ全体の指定 ----------*/

body {
  font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック","Hiragino KaKu Gothic Pro", Osaka;
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  background-image: url(img/back.gif);
}

* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

a:link {
  color: #000099;
  font-size: 12px;
}

a:hover {
  color: #000099;
  font-size: 12px;
}

a:visited {
  color: #000099;
  font-size: 12px;
}

p {
  margin: 20px 0 20px 0;
  line-height: 150%;
  letter-spacing: 1px;
}

h1 {
  font-size: 12px;
  margin: 0;
  padding: 2px 3px 0px 3px;
  color: #333;
}

img {
    border-style:none;
}

a img {
    border-style:none;
}

span {
  font-size: 10px;
  margin-left: 15px;
  color: #333;
}


/*---------- メイン ----------*/

#main {
  margin: 0 auto 0 auto;
  padding: 0;
  width: 607px;
  background-color: #ffffff;
}


/*---------- ヘッダー ----------*/

#header {
  margin: 0;
  background-color: #999999;
}

#header-inner {
  margin: 0;
  padding: 0;
  color: #333333;
  width: 607px;
  background-color: #ffffff;
  background-repeat: no-repeat;
}

#table-left{
  text-align: left;
  margin: 0;
  padding: 10px 0 0 10px;
  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 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: 0 3px 0 4px;
  height: 24px;
}

#header-menu li {
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 11px;
  height: 23px;
  width: 100px;
  line-height: 25px;
  color: #ffffcc;
  background-color: #43a2ff;
  text-align: center;
  display: block;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #cccccc;
  text-decoration: none;
  padding-top: 1px;
}

#header-menu li  a:hover {
  background-color: #00aaff;
}

#header-menu #contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}


#header-img {
  margin: 0 3px 0 4px;
  padding: 0;
  width: 600px;
  height: 154px;
  font-family:Verdana;
  background-image: url(img/main_photo.gif);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 597px;
  background-color: #ffffff;
}



/*---------- メインコンテンツ ----------*/

#contents {
  margin:  40px 0 0 0;
  padding: 5px 6px 0 6px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 580px;
}

#contents img.sample {
  float: left;
  margin: 20px;
}

#contents h1 {
  margin: 0;
  padding: 5px 0 4px 14px;
  line-height: 110%;
  font-size: 12px;
  color: #333333;
  background-image: url(img/titlebar.gif);
}

#contents p {
  margin: 0;
  padding: 15px 0 15px 50px;
}

#news {
  float: left;
  width: 280px;
  height: 100px;
  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;
}

#mob {
  float: right;
  width: 280px;
  height: 100px;
  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 {
  width: 580px;
  height: 80px;
  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;
}

/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 8px 12px 8px 0;
  text-align: right;
  font-size: 12px;
  color: #666666;
  border-top: solid 1px #999999;
  background-color: #ffffff;
}

#footer h1 {
  margin: 0;
  text-align: right;
  padding: 2px 8px 0 0;
  font-size: 10px;
  color: #666666;
}

#footer h1 a {
  color: #666666;
  font-size: 10px;
 }

#footer h1 a:hover {
  color: #666666;
}

#footer a {
  color: #666666;
  font-size: 12px;
 }

#footer a:hover {
  color: #333333;
}
