body
{
background-color : #0099CC;
font-family : arial;
font-size : 14px;
color : #000000;
margin : 20px;
padding : 0;
}
.wrap
{
padding : 0px;
margin : 0px;
width : 800px;
}
.head
{
width : 800px;
height : 150px;
float : left;
margin : 0;
background-image : url(../gfx/header_blue_150.jpg);
}
.navi_top
{
width : 100%;
height : 230px;
float : left;
padding-top : 0;
margin : 0;
background-image : url(../gfx/fill_blue_230.jpg);
/*background-color : #000000;*/
border-bottom : solid 1px black;
}
.navi_main
{
width : 100%;
float : left;
padding : 5px;
margin : 0;
/*background-image : url(../gfx/middle_blue_10.jpg);
background-repeat : repeat-y;*/
background-color : #0099CC;
text-align : center;
font-weight : bold;
}
.navi_sub
{
width : 100%;
height : 20px;
padding-top : 5px;
float : left;
background-image : url(../gfx/middle_blue_10.jpg);
background-repeat : repeat-y;
/*background-color : #000000;*/
text-align : center;
font-weight : normal;
border-top : solid 1px black;
}
.text
{
/*float : left; */
width : 100%;
height : 100%;
padding : 10px;
background-image : url(../gfx/middle_blue_10.jpg);
background-repeat : repeat-y;
/*background-color : #000000;*/
}
.details
{
/*width : 100%;
float : left;*/
margin-bottom : 10px;
padding : 5px;
background-color : #88aadd;
border : solid 1px black;
/*background-image : url(../gfx/bg2.gif);*/
}
.banner
{
width : 100%;
float : left;
padding : 10px;
background-image : url(../gfx/middle_blue_10.jpg);
background-repeat : repeat-y;
text-align : center;
/*background-color : #000000;*/
}
.bottom
{
width : 100%;
height : 85px;
float : left;
padding : 0px;
text-align : center;
background-image : url(../gfx/bottom_blue_85.jpg);
/*background-color : #000000;*/
}
.fett
{
font-weight : bold;
font-size : 1.4em;
}
a:link, a:visited
{
text-decoration : none;
color : #000000;
}
a:hover
{
text-decoration : underline;
}