@charset "utf-8";

/* CSS Document */



img#kureIntro {

    float: right;

    margin: 0px;

    padding-right: 60px;

}



* html #kureIntro, *:first-child+html #kureIntro  {

    position: absolute;

    margin-left: 500px;

}



body {

    background-color: #feda2e;

    font-family: Arial, Verdana, Georgia, sans-serif;

    min-height: 100%;

}



.Left {

    float: left;

}



.Right {

    float: right;

}



.Clear {

    clear: both;

}



.Orange {

    color: #ff5b01;

}



.Hidden {

    display: none;

}



a img {

    border: none;

}



a {

    color: #000000;

    text-decoration: none;

}



a:visited, a:active {

    color: #555555;

}



p {

    text-align: justify;

}



div.Header {

    text-align: center;

    margin: 0px;

    background-color: #feda2e;

}



div.IntroHeader {

    font-size: 36px;

    font-family: "Trebuchet MS", Verdana, sans-serif;

}



div.Intro {

    width: 500px;

}



div.Center {

    width: 780px;

    padding-left: 0px;

    padding-right: 0px;

    padding-top: 0px;

    margin-top: 0px;

    margin-left: auto;

    margin-right: auto;

    margin-bottom: 0px;

    background-image: url(../images/bg.green.gif);

    background-repeat: repeat-y;

}



div.Inner {

    width: 720px;

    margin-top: 0px;

    margin-bottom: 0px;

    margin-left: 0px;

    margin-right: 0px;

    padding-top: 30px;

    padding-left: 30px;

    padding-right: 30px;

    background-image: url(../images/bg.greentop.gif);

    background-repeat: no-repeat;

}



div.Footer {

    width: 780px;

    height: 100px;

    background-image:url(../images/bg.greenbottom.gif);

    text-align: center;

}



div.About {

    margin-left: auto;

    margin-right: auto;

    text-align: center;

    background-image: none;

    font-weight: bold;

    font-family: "Trebuchet MS", Verdana, sans-serif;

}



div.BottomMenu {

    width: 100%;

    bottom: 0px;

    position: absolute;

    left: 0px;

}



div.BottomMenuContainer {

    position: absolute;

    height: 50px;

    padding-left: 20px;

}



div.BottomMenuItem {

    display: block;

    font: bold 12px Arial, Helvetica, sans-serif;

    width: 40px;

    color: #000;

    bottom: 0px;

    position: absolute;

    text-align: center;

    text-decoration: none;

}



div.BottomMenuItem span {

    display: none;

    padding-left: 20px;

}



div.BottomMenuItem img {

    border: none;

    margin: 5px 10px 0px;

    width: 100%;

}



div.Phoenicks {

    letter-spacing: 2px;

    clear: both;

}



div.Control {

    width: 70px;

    text-align: right;

    position: absolute;

    margin-left: 700px;

    height: 120px;

    margin-top: 24px;

    margin-bottom: -120px;

}



div.ControlButton {

    background-image: url(../images/control/control.button.background.gif);

    background-repeat: no-repeat;

    background-position: center;

    padding: 0px;

    width: 48px;

    padding-top: 10px;

    height: 38px;

    text-align: center;

    margin-left: 40px;

}



div.ControlButton img {

    cursor: pointer;

}

p a {
  color: #ff5b01;
  font-weight: bold;
  text-decoration: underline;
}

p a:visited, p a:hover {
  color: #cf4900;
  font-weight: bold;
}

p a:hover {
  text-decoration: none;
}

