@charset "utf-8";
/* CSS Document */

body
{
 background: #FFFFFF;
 font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 text-align: center;
 }


#container
{
width: 1000px;
margin: auto;
text-align: center;
top: 50%;
}

#title
{
width: 900px;
height: 53px;
background: url(title.png) no-repeat #FFFFFF;
text-align: right;
vertical-align: bottom;
font-size:10px;
}

#contentcontainer
{
width: 1000px;
height: 450px;
background: url(background.png);
color: #FFFFFF;
margin: auto;
}

#contentcontainer2
{
width: 800px;
height: 450px;
color: #FFFFFF;
margin: auto;
}

#content
{
width: 800px;
height: 415px;
color: #000000;
min-height: 415px;
padding: 10px;
text-align: left;
}

#footer
{
width: 800px;
height: 20px;
color: #FFFFFF;
position: relative;
text-align: center;
}

#navigation
{
width: 800px;
height: 30px;
background: url(navi.png);
}

input.button
{
   background-color:#ffffff;
   border-style:solid;
   border-color:#000000;
}

input.text
{
  border-style: solid;
  border-color:#000000;
  border-width: 1px;
}
