/* CSS Document */

body {
 font-family: Verdana, Helvetica, sans-serif;
 margin-top: 50px;
 margin-bottom: 100px;
 margin-left: 50px;
}

#all {
 width: 880px;
}

#head {
 height: 210px;
 width: 881px;
 background-image: url(image/main_line.gif);
 background-repeat: repeat-y;
}


.jpg {
 width: 881px;
 background-image: url(image/main_line.gif);
 background-repeat: repeat-y;
}


.txt {
 margin-left: 95px;
 font-size: 12px;
 line-height: 18px;
 color: #000000;
}


.txt2 {
 margin-left: 95px;
 font-size: 10px;
 line-height: 17px;
 color: #000000;
}


#main {
 hight: 10px;	
 width: 881px;
 background-image: url(image/main_line.gif);
 background-repeat: repeat-y;
}


.button {
 margin-left: 79px;
 margin-bottom: 0px;
 float: none;
}


#footer {
 width: 881px;
 background-image: url(image/main_line.gif);
 background-repeat: repeat-y;
 margin-bottom: 50px;
 float: left;
}

#links {
 width: 881px;
 background-image: url(image/main_line.gif);
 background-repeat: repeat-y;
 float: left;
 padding-bottom: 10px;
}


.border0 {
 border: 0px;
}


a {
 text-decoration: none;
 color: #000000;
}


a:hover {
 text-decoration: none;
 color: #FF0066;
}
