*{
margin: 0;
padding: 0;
}

#contents{
background-color:white;
text-align: left;
width: 800px;
margin: 0 auto;
}

#header{
width:100%;
height: 80px;
}

#sub{
text-align:left;
float:left;
width:300px;
}

#main{
text-align:left;
float:right;
width:480px;
padding:10px;
}

#footer{
clear:both;
width: 100%;
text-align: center;
}

body{
text-align:center;
background-image:url(back01.gif);
line-height:150%;
}

p{
font-size:0.8em;
color:gray;
}

b{

color:black;
font-weight:bold;
}

.box{
border-left:2px solid blue;
padding:5px;
}
 
li{
font-size:0.8em;
color:gray;
list-style:none;
}

.menu{
color:white;
background-color:#999999;
}

.flow{
width:480px;
height:150px;
overflow:auto;
}

img{
border:0;
}

h2{
font-size:150%;
border-left: 10px solid black;
padding:2px;
margin:5px;
}

h3{
text-size:1.2em;
border-bottom: 1px dotted black;
padding:5px;
margin:5px;
}

#footer address {   
    font-style:normal;
} 

a {   
    text-decoration:none;   
}   
a:link {   
    color:blue;   
}   
a:visited {   
    color:#0C8EF2;   
}   
a:hover {   
    text-decoration:underline;   
}   
a:active {   
    color:blue;   
}  
