/* CSS Document */

body {
	margin: 0px;
}
img {border:none;}
.body{width: 1024px;}

#top{width: 100%; background-image: url(../img/main_top_bg.jpg);}

#main {
	height: 366px;
	width: 100%;
	background-image: url(../img/main_bg02.jpg);
}
#con 	{width: 100% ;
         background-image: url(../img/main_con_bg.jpg);
         margin: 0px 0px 0px 0px;
}

.text {font-size: 10px; 
line-height:150%;
color: #666666; }

#copy{
    width: 100%;
	float: left;
	background-image: url(../img/copy_bg.jpg);	
}
a:link, a:visited, a:active{
	color: #666666;	text-decoration: none;
}
a:hover {
	color: #0066CC;	text-decoration: underline;
}