body {
	background : #fff ;
	}

#box {
position: absolute;
top: 0px;
left: 20px;
}

#box1 {
background-image : url("img/topic100114/main.jpg") ;
width: 800px;
height: 450px;
position: relative;
top: 0px;
left: 0px;
}

.care{
font-size:small;
position: relative;
top: 320px;
left: 300px;
}

.list{
    font-size:small;
    padding:3px;
}

table {
    width:800px;
    table-layout:fixed;
    border-collapse:collapse;
    font-size:small;
}
th,td {
    border:solid 1px;
    padding:3px;
}


#box2 {
    width: 760px;
    border-style:double;
    border-width:10px;
    border-color:#339;
    font-size:small;
    padding:10px;
    position:relative;
    top:30px;
}

.form{
    font-size:large;
    font-weight:bold;
    padding:3px;
    border-color:#339;
    border-width:0px 0px 1px 20px;
    border-style:solid;
}

#clearleft {
	clear : left ;}

#bottom {
	width: 800px;
	position : relative ;
	top : 60px ;
	float : left ;
	}

