@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
	}
	
table {
	margin-top:231px;
	margin-left:32px;
	}
	
a {
	border:none;
	color:#000000;
	}
	
.main {
	margin-top:100px;
	width:1024px;
	height:400px;
	background-image:url(main.jpg);
	background-repeat:no-repeat;
	}

#link1 {
	width:274px;
	height:91px;
	background-image:url(blog01.png);
	background-repeat:no-repeat;	
	}
	
#link1:hover {
	width:274px;
	height:91px;
	background-image:url(blog02.png);	
	background-repeat:no-repeat;
	}
	
#link2 {
	width:274px;
	height:91px;
	background-image:url(tf01.png);	
	background-repeat:no-repeat;
	}
	
#link2:hover {
	width:274px;
	height:91px;
	background-image:url(tf02.png);	
	background-repeat:no-repeat;
	}
	
