/* CSS Document */

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


#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 {
	width: 881px;
	background-image: url(image/main_line.gif);
	background-repeat: repeat-y;
}


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


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


.border0 {
	border: 0px;
}


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


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