/*
-----------------------------------------------------
BODY
-----------------------------------------------------
*/
BODY
     {
     background-color:#003300;
     color:#cccc99;
     font-size:small;
}
img
     {
     border:0px;
}
hr
     {
     border:dotted #008000;
     border-width:0px 0px 2px 0px;
}
a:link    { color: #FFFFFF; text-decoration: none; }
a:visited { color: #FFFFFF; text-decoration: none; }
a:hover   { color: #FFFFFF; text-decoration: none; }
a:active  { color: #FFFFFF; text-decoration: none; }
/*
-----------------------------------------------------
OUTER
-----------------------------------------------------
*/
.outer
     {
     background-color:#004000;
     width:700px;
     margin:0 auto 0 auto;
}
/*
-----------------------------------------------------
CONTENT
-----------------------------------------------------
*/
.content1
     {
     background-image:url(image/top01.gif);
     width:700px;
     height:110px;
}
.content2
     {
     width:700px;
     height:40px;
}
.content3
     {
     width:700px;
     height:50px;
}
.content4
     {
     width:700px;
     height:40px;
}
.content5
     {
     background-image:url(image/top07.gif);
     width:700px;
     height:30px;
}
/*
-----------------------------------------------------
MAIN
-----------------------------------------------------
*/
.main
     {
     width:660px;
     margin:0 auto 0 auto;
     padding-top:10px;
}
/*
-----------------------------------------------------
FOOT
-----------------------------------------------------
*/
.foot
     {
     background-image : url(top08.gif);
     width:700px;
     height:40px;
}
/*
-----------------------------------------------------
CONTENT-UL
-----------------------------------------------------
*/
ul.co2
     {
     padding:0px;
     margin:0px;
}
ul.co2 li
     {
     list-style:none;
     float:left;
     height:40px;
}
ul.co3
     {
     padding:0px;
     margin:0px;
}
ul.co3 li
     {
     list-style:none;
     float:left;
     height:50px;
}
ul.co5
     {
     padding:0px;
     margin:0px;
}
ul.co5 li
     {
     list-style:none;
     float:left;
     height:30px;
}
