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

body {
text-align: center;
background-image: url(images/bg.png);
border: 1px solid black;
color: #99CCFF;
font-family: Arial, Helvetica, sans-serif;
}

#root {
width: 900px;
margin: 0px auto;
border: 1px solid black;
text-align: left;
}

#root a{
border: none;
text-decoration: none;
font-weight: bold;
}

#root img{
border: none;
}

#top {
width: 900px;
height: 147px;
}

#banner {
background-image:url(images/design_01.gif);
width: 733px;
height: 24px;
float: left;
padding-top: 123px;
}

#top-navi {
width: 167px;
height: 147px;
float: right;
}

#over-navi {
background-image: url(images/design_02.gif);
width: 167px;
height: 19px;
}

#navi {
width: 140px;
height: 88px;
float: left;
}

#under-navi {
background-image: url(images/design_07.gif);
width: 140px;
height: 40px;
float: left;
}

#right-to-navi {
background-image: url(images/design_04.gif);
width: 27px;
height: 128px;
float: right;
}

#content {
background-image:url(images/design_08.png);
width: 100%;
height: 553px;
}

.content {
height: 553px;
width: 100%;
}