@charset "UTF-8";
#main {
  /* formatting style
  ----------------------------------------------------*/
  * {
    font-style: normal;

    margin: 0px;
    padding: 0px;
  }
  body {
    color: #333333;
    background-color: #FFFFFF;
    font-size: 12px;
    line-height: 1.6;
    font-family: sans-serif;
    background-image: url(../uk/images/gimg/bg.png);
    background-repeat: repeat-y;
    background-position: center;
  }
  hr {
    display: none;
  }
  /* link style
  ----------------------------------------------------*/
  a img {
    border-style: none;
  }
  a:link {
    color: #0066CC;
    text-decoration: underline;
  }

  a:visited {
    color: #336699;
    text-decoration: underline;
  }

  a:hover {
    color: #09C;
    text-decoration: none;
  }
  a:active {
    text-decoration: none;
    position: relative;
    left: 1px;
    top: 1px;
  }
  /* basic layout
  ----------------------------------------------------*/
  #wrapper {
    background-color: #FFFFFF;
    width: 858px;
    margin: 0px auto;
  }
  /* header styles
  ----------------------------------------------------*/
  #header {
    position: relative;
    height: 168px;
    margin-top: 0px;
    padding-top: 0px;
  }
  #header img#head {
    top: 28px;
    position: absolute;
  }
  #header img#logo {
    position: absolute;
    left: 0px;
    top: 42px;
  }
  #header img#head02 {
    position: absolute;
    left: 278px;
    top: 28px;
  }
  #header img#header03 {
    position: absolute;
    left: 733px;
    top: 42px;
  }
  #header #globalnavi {
    position: absolute;
    top: 152px;
  }
  #header #headerprint {
    display: none;
  }
  /* navi styles
  ----------------------------------------------------*/
  #navi {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
  }
  #navi ol {
    float: left;
    padding-top: 7px;
  }
  #navi ol li {
    display:inline;
    line-height:2.5em;
    list-style-type:none;
  }
  #navi ol li a {
    padding-right:20px;
    background-image: url(../uk/images/topicpath.gif);
    background-repeat: no-repeat;
    background-position: right center;
  }
  #navi p {
    float: right;
  }
  h1 {
    border-top: 3px solid #006600;
    border-bottom: 1px dotted #000000;
    font-size: 16px;
    font-weight: bold;
    background-image: url(../uk/images/bullet.gif);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    color: #333333;
    margin-bottom: 8px;
    background-color: #FFFFCC;
    line-height: 45px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 20px;
  }
  h2 {
    margin-top: 25px;
    padding-left: 15px;
    font-weight: normal;
    font-size: 14px;
    background-image: url(../uk/images/bar_h2.jpg);
    background-repeat: repeat-x;
    background-position: left center;
    color: #000000;
    padding-top: 9px;
    padding-bottom: 9px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;

    border-top-color: #339966;
    border-bottom-color: #339966;
  }
  h3 {
  }
  h5  {
  }
  #print,
  #print2 {
    display: none;
  }
  /* table styles
  ----------------------------------------------------*/
  table  {
    border-top: 1px solid #999999;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-collapse:collapse;
    width: 100%;
  }
  table  th  {
    padding: 5px;
    white-space: nowrap;
    border-bottom: 1px solid #999999;
  }
  table  td  {
    padding: 5px;
    border-bottom: 1px solid #999999;
  }
  /* footer styles
  ----------------------------------------------------*/
  #footer {
    clear: both;
    padding-top: 15px;
    text-align: center;
  }
  #footer p {
    text-align: center;
    white-space: normal;
    padding-top: 0px;
  }
  #footer p a:hover {
    color: #CCCCCC;
    text-decoration: none;
  }
  .floatright {
    float: right;
    vertical-align: top;
  }
  #footerPrint {
    text-decoration: none;
    border-style: none;
    display: none;
  }
  #footerWeb {
    text-align: left;
  }
  #footerWeb #footertext {
    margin-bottom: 10px;
  }

  #footer #footerWeb img {
    clear: both;
  }
  /* main styles
  ----------------------------------------------------*/

  /* status styles
  ----------------------------------------------------*/
  #status {
    float: right;
    width: 225px;
    clear: both;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 30px;
    padding-left: 0px;
  }
  #status table {
    width: 225px;
    background-color: #F3F7F8;
    border-top-width: 0px;
    border-top-style: none;
    margin-bottom: 0px;
  }
  #status table th {
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    font-weight: normal;
    border-top: 3px double #999999;
    border-bottom: 3px double #999999;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #status table td {
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-right: 1px solid #999999;
    border-left: 1px solid #999999;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  #status table td#ga {
    text-align: center;
    border-bottom: 3px double #999999;
    padding: 25px 0px;
  }
  #status table td#gaa {
    text-align: center;
    padding: 25px 0px;
    border-bottom-width: 0px;
    border-bottom-style: none;
  }
  #status strong {
    font-size: 20px;
    font-weight: bolder;
  }
  #status em {
    font-size: 15px;
    font-weight: bolder;
    color: #009900;
  }
  #status #toi_tel {
    border: 1px solid #FF0000;
    background-color: #FFCCCC;
    width: 200px;
    margin-top: 30px;
    margin-right: 10px;
    margin-bottom: auto;
    margin-left: 10px;
  }
  #status #toi_tel h4 {
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom: 5px;
    background-image: url(../uk/images/sidebar_bar3.gif);
    background-repeat: no-repeat;
  }
  #status #toi_tel ul {
    padding: 10px;
  }
  #status #toi_tel ul li {
    list-style: none;
  }
  #status table td#modoru {
    text-align: center;
  }
  #status #oshirase {
    background-color: #FFFFFF;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }
  #status #oshirase td {
    padding: 0px;
    border-right-width: 0px;
    border-right-style: none;
  }
  #main {
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 15px;
    margin-top: 0px;
    width: 858px;
    clear: both;
  }
  .ppp {
  }
  .ppp th {
    font-weight: normal;
    text-align: right;
    background-color: #F3F7F8;
    padding-right: 15px;
    padding-left: 15px;
  }
  .ppp td {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .ppp img  {
    vertical-align: bottom;
  }
  .ppp td.haga {
    padding: 15px;
  }
  .ppp th.p_name {
    color: #000000;
    background-color: #CCCCCC;
    text-align: center;
    padding: 0px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #999999;
  }
  .ppp td.kkk {
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #999999;
  }
  .ppp th.eck {
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  p.gazo_click {
    padding-left: 650px;

    margin: 5px;
  }
  .ppp td a {
    padding: 5px;
    border: 1px solid #FFFFFF;
    float: left;
    margin-left: 2px;
  }
  .ppp td a:hover {
    border: 1px solid #000000;
  }
  .env {
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #009900;
    border-left-color: #009900;
  }
  .env  a {
    color: #0000FF;
  }
  .env strong {
    background-color: #FFCCFF;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
  }
  .env table {
    border-top-width: 0px;
    border-top-style: none;
  }
  .env table td {
    border-bottom-color: #009900;
  }
  .env table th {
    border-bottom-color: #009900;
  }
  .pap {
    border-top-width: 0px;
    border-top-style: none;
  }
  .pap td {
    padding: 15px;
    text-align: center;
  }
  .pap td.info {
    text-align: left;
    padding: 0px;
  }
  .pap td.info img {
    float: left;
    padding-right: 20px;
  }
  .pap td.suke {
    border-bottom-width: 0px;
    border-bottom-style: none;
    padding-bottom: 0px;
  }
  .pap p.nori {
    text-align: right;
    margin-right: 30px;
  }
  .pap th {
    background-color: #ECF5E8;
    padding-right: 5px;
    padding-left: 5px;
    width: 100px;
  }
}
