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

#main h2{
margin-bottom:20px;
}

.info{
margin-top:20px;
margin-left:70px;
}
.info img{
margin-bottom:20px;
}
.info h3{
width:400px;
margin-top:5px;
margin-bottom:5px;
}
.info p{
margin-top:5px;
line-height:140%;
}

.info table{
width:400px;
font-weight:normal;
border-spacing:0px;
border-collapse:collapse;
}
.info th{
text-align:center;
font-size:small;
border:solid #333333 1px;
padding:3px;
}
.info td{
font-size:small;
border:solid #333333 1px;
padding:3px;
}

