﻿@charset "utf-8";
body {
  text-align: center;
  background-color: #FFFFCC;
  margin: 0px;
  padding: 0px;
  font-size: 100%;
}
/* CSS Document */

#wrapper {
  width: 800px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  position: relative;
}
#header  {
  background-color: #FFFFFF;
  height: 150px;
  width: 800px;
  background-image: url(common/title_ban.jpg);
  background-repeat: no-repeat;
}
#wrapper #header img {
  position: absolute;
  height: 90px;
}
#wrapper #header ul {
  display: inline;
  text-align: center;
  margin: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
#wrapper #header #golebal_navi {
  text-align: center;
  margin-top: 110px;
  font-size: 80%;
  color: #FFFFFF;
  word-spacing: 1.5em;
  height: 20px;
  background-image: url(common/global_navi_back.gif);
  padding-top: 3px;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  font-weight: bold;
  background-repeat: no-repeat;
}
#wrapper  #header  #golebal_navi  a:link {
  color: #FFFFFF;
}
#wrapper #header #golebal_navi a:visited {
  color: #FFFFFF;
}

#wrapper #header #golebal_navi a:hover {
  color: #FFFF00;
}


#wrapper #header li {
  display: inline;
  height: 20px;
  word-spacing: 1.5em;
}

#container {
  height: auto;
  width: 800px;
  background-color: #FFFFFF;
}
#container:after{
display:block;
clear:both;
height:0;
visibility:hidden;
content:".";
}
#contents {
  background-color: #FFFFFF;
  height: auto;
  width: 620px;
  float: right;
  font-size: 85%;
  line-height: 180%;
  padding-left: 5px;
  padding-right: 5px;
}
#news {
  height: 150px;
  width: 560px;
  overflow: auto;
  border: 1px solid #FF9900;
  margin-left: 15px;
  font-size: 90%;
  background-image: url(top/news_back.gif);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  margin-bottom: 15px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 10px;
}
#news ul {
  height: 20px;
  list-style-type: square;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  list-style-position: inside;
}
#news li {
  text-indent: 1em;
  border-bottom-width: thin;
  border-bottom-style: dotted;
  border-bottom-color: #FF9900;
  line-height: 200%;
}





#menu {
  float: left;
  height: auto;
  width: 160px;
  padding-top: 10px;
  background-color: #FFFFFF;
}

#wrapper #container #menu ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  height: 30px;
}

#wrapper #container #menu li {
  text-indent: 12px;
  display: block;
  font-size: 80%;
  padding: 0px;
  margin-bottom: 5px;
}

#wrapper  #container  #menu  li a {
  display: block;
  height: 22px;
  background-image: url(common/menu_back.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 8px;
  color: #333333;
}
#wrapper #container #menu li a:visited {
  display: block;
  height: 22px;
  background-image: url(common/menu_back.gif);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 8px;
  color: #0000FF;
}

#wrapper   #container   #menu   li a:hover  {
  background-image: url(common/menu_back.gif);
  background-position: left bottom;
  color: #FF0000;
  position: relative;
  left: 1px;
  top: 1px;
}
#wrapper  #container #menu li.special {
  display: block;
  font-size: 90%;
  background-color: #009900;
  color: #FFFFFF;
  margin-top: 10px;
  height: 22px;
  padding-top: 8px;
}
#wrapper #container #menu img {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
}
#wrapper #container #contents ul {
  line-height: 120%;
}
#wrapper #container #contents #form {
  font-size: 90%;
  padding-left: 10px;
}
#wrapper #container #contents #form #syousai {
  background-color: #FFCC99;
  width: 580px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
}
#wrapper #container #contents li {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 90%;
}
li.clear {
  clear: right;
}







#footer {
  background-color: #FFCCCC;
  clear: both;
  height: 50px;
  width: 800px;
  border-top-width: medium;
  border-top-style: ridge;
  border-top-color: #CCFFCC;
  margin-bottom: 10px;
}
#wrapper #footer ul {
  list-style-type: none;
  padding: 0px;
  margin-top: 5px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  word-spacing: 1em;
}
#wrapper #footer li {
  font-size: 80%;
  display: inline;
}
#wrapper #footer a {
  color: #CC3300;
}
#wrapper #footer a:visited {
  color: #FF0000;
}
#wrapper #footer a:hover {
  color: #0000FF;
}




address {
  text-align: right;
  padding-right: 10px;
  font-size: 75%;
  color: #333333;
  padding-top: 10px;
}

a {
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}





p {
  padding-top: 10px;
  text-indent: 1em;
  font-size: 95%;
  line-height: 150%;
  padding-bottom: 10px;
  margin-top: 0px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 0px;
}

p.center {
  text-align: center;
}
p.right {
  text-align: right;
  padding-right: 10px;
}
p.rss_right {
  text-align: right;
  padding-right: 10px;
  margin-top: 0px;
  padding-top: 0px;
}

p.clear {
  clear: right;
}
p.pankuzu {
  font-size: 80%;
  color: #666666;
  padding-top: 10px;
}
p.kansou {
  width: 550px;
  padding-left: 10px;
  background-color: #FFFFCC;
  border: 1px solid #999999;
  font-size: 85%;
  line-height: 170%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 20px;
  padding-right: 10px;
}
.kansou_name {
  color: #006600;
  font-size: 110%;
}
.kansou_kigyou {
  font-size: 110%;
  display: block;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  clear: right;
  text-align: right;
}





div.center {
  text-align: center;
}

h1 {
  font-size: 80%;
  text-indent: 0.5em;
  font-weight: normal;
  color: #993300;
  margin: 0px;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
h2 {
  font-size: 120%;
  color: #000000;
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  background-image: url(common/h2_back.gif);
  background-position: left center;
  height: 26px;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-repeat: no-repeat;
  text-indent: 50px;
  font-weight: normal;
  clear: right;
  margin-top: 5px;
}
h3 {
  color: #000000;
  background-color: #FF99CC;
  padding-left: 10px;
  font-weight: normal;
  padding-bottom: 0px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 95%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #FF0000;
  border-bottom-color: #FF0000;
  clear: right;
}
h4 {
  color: #000000;
  background-color: #66CC99;
  padding-left: 10px;
  font-weight: normal;
  padding-bottom: 0px;
  margin-top: 15px;
  margin-right: 20px;
  margin-bottom: 0px;
  margin-left: 10px;
  font-size: 95%;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: dotted;
  border-bottom-style: dotted;
  border-top-color: #339900;
  border-bottom-color: #339900;
  clear: right;
}



img {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}




img.right {
  float: right;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  padding-right: 10px;
}

.point_red {
  color: #FF0000;
  text-decoration: none;
}
.point_blue {
  color: #0000FF;
  text-decoration: none;
}





.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
.clearfix_new {
  display: block;
  clear: right;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
