
/*---------- ページ全体の指定 ----------*/

body {font-family: Verdana, Arial, Helvetica, sans-serif, "ＭＳ ゴシック",
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #333;
  background-color: #cccccc;}

* {font-style: normal;margin: 0px;padding: 0px;}

a:link {color: #004080;font-size: 15px;}

a:hover {color: #005ebb;font-size: 15px;}

a:visited {color: #004080;font-size: 15px;}

p {margin: 20px 0 20px 0;line-height: 150%;letter-spacing: 1px;}

/*---------- メイン ----------*/

#main {margin: 0 auto 0 auto;padding: 0;width: 785px;background-color:#ffffff;
}

/*---------- ヘッダー ----------*/

#header {margin: 0;border-top: solid 3px #0099FF;background-color: #999999;}

#header-inner {margin: 0;padding: 0;color: #333333;width: 785px;background-color: #ffffff;background-repeat: no-repeat;}

#table-left{text-align: left;margin: 0;padding: 15px 0 10px 10px;font-size: 20px;color: #333333;line-height: 150%;text-decoration: none;}

#table-left a{font-size: 30px;color: #000099;text-decoration: none;}

#table-left a:hover{font-size: 30px;color: #FF0000;text-decoration: none;}

#table-right{text-align: right;
  margin: 0;
  padding: 2px 14px 2px 0;
  font-size: 15px;
  color: #333333;
  line-height: 150%;
  text-decoration: none;}

#table-right a{
  font-size: 15px;
  color: #333333;
  text-decoration: none;
}

#table-right a:hover{
  font-size: 15px;
  color: #666666;
  text-decoration: none;
}


#header-menu {
  margin: 0px;
  padding: 0px;
  height: 30px;
  background-color: #0099FF;
}

#header-menu li {
  list-style-type: none;
  float: left;
}

#header-menu li a {
  font-size: 15px;
  height: 30px;
  width: 155px;
  line-height: 30px;
  color: #ffffff;
  background-color: #0099FF;
  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 {
  color: #000000;
}

#header-menu #contact {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}


#header-img {
  margin: 0;
  padding: 0;
  width: 785px;
  height: 200px;
  font-family:Verdana;
  background-image: url(img/main_photo.jpg);
  background-repeat: no-repeat;
}


/*---------- コンテンツ ----------*/

#container {
  margin: 0px;
  padding: 5px;
  width: 760px;
  background-color: #ffffff;
}

/*---------- メインコンテンツ ----------*/

#contents {
  float: right;
  margin:  5px 0 0 0;
  padding: 0 0 0 6px;
  line-height: 150%;
  letter-spacing: 1px;
  width: 570px;
}

#contents h1 {
  margin: 4px 0 0 0;
  padding: 6px 0 3px 14px;
  line-height: 110%;
  font-size: 15px;
  color: #333333;
  background-image: url(img/titlebar.gif);
}

#contents p {
  margin: 0;
  padding: 15px 0 15px 0;
}

#news {
  width: 558px;
  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: 8px 3px 0 8px;
  width: 160px;
  text-align: left;
  line-height: 150%;
  letter-spacing: 1px;
  background-color: #ffffff;
}

#menu h1 {
  height: 16px;
  margin: 0;
  padding: 6px 0 2px 2px;
  border-bottom: solid 3px #000000;
  line-height: 110%;
  font-size: 15px;
  color: #333333;
  background-color: #ffffff;
}

#menu p {
  margin: 10px 4px 16px 4px;
  line-height: 150%;
}

li {
  list-style-image: url(img/mark.gif);
  margin: 0 0 5px 0;
}

#menu a{
  color: #004080;
  font-size: 15px;
 }

#menu a:hover{
  color: #005ebb;
  font-size: 15px;
}



/*---------- フッター ----------*/

#footer {
  clear: both;
  margin: 0;
  padding: 8px 12px 8px 0;
  text-align: right;
  font-size: 15px;
  color: #666666;
  border-top: solid 2px #000000;
  background-color: #ffffff; 
  bottom: 20px;
}

#footer h1 {
  margin: 0;
  text-align: right;
  padding: 2px 8px 0 0;
  font-size: 15px;
  color: #666666;
}

#footer h1 a {
  color: #666666;
  font-size: 10px;
 }

#footer h1 a:hover {
  color: #666666;
}

#footer a {
  color: #666666;
  font-size: 10px;
 }

#footer a:hover {
  color: #333333;
}

