@charset "utf-8";
/* CSS Document */
body{
width:auto;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 13px;
}

#box1{
margin:auto;
width: 1000px;
height: 750px;
background-image:url(../images/background.jpg);
background-position: center;
}
#box2{
position: absolute;
margin-top: 80px;
margin-left: 35px;
width: 930px;
height: 653px;
background-image:url(../images/big_box.png);
background-position: center;
}
#box3{
position: absolute;
margin-top: 150px;
margin-left: 43px;
width: 840px;
height: 403px;
background-image:url(../images/medium_box.jpg);
background-position: center;
}
#head-web{
float:left;
margin-top: 0px;
margin-left: 28px;
background-image:url(../images/namehead.png);
width: 339px;
height: 92px;
}
#head-search{
float: right;
margin-top: 0px;
margin-right: 45px;
/*background-image:url(../images/namehead.png);*/
width: 339px;
height: 92px;
text-align: right;
}
#footer-web{
position: absolute;
margin-left: 225px;
margin-top: 575px;
background-image:url(../images/namefoot.png);
width: 464px;
height: 77px;
}

#menu-bar{
position: inherit;
margin-left: 43px;
margin-top: 100px;
background-image:url(../images/bar.jpg);
width: 840px;
height: 32px;
}
#area-bar{
padding: 5px;
}
.txt-cate{
font-size: 15px;
font-weight: bold;
padding: 5px;
}
.txt1{
padding: 5px;
font-size: 13px;
font-weight: bold;
color:#006699;
}
.txt2{
padding: 5px;
font-size: 12px;
color: #996600;
}
table{
width: 98%;
border: #999999 dashed 1px; 
text-align: center;
}
td{
padding: 3px;
width: 33%;
border: #999999 dashed 1px; 
text-align: center;
}
td:hover{
background: #CCCC99;
}
img{
border:#999999 1px solid;
}
