/* CSS Document */

body {
	margin: 0px;
　　　　topmargin: 0px;
　　　　bottommargin: 0px;
	padding: 0px;
	background-color : #000000;
	background-image : url(nana/bg.jpg);
	font-size: 86%;
	font-color : #ffffff;	
}
address {
	font-size: 11.5px;
	font-style: normal;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #000;
	width : 750px;
}
td,th,tr{
	color : #ffffff;
	font-size: 12px;
	line-height: 130%;
}
a {
	color : #ffff00;
	text-decoration: none;

}
a:link {
	text-decoration : #ffffff;
}
a:hover {
	color : #ffffff;
	text-decoration : underline;
        background : #0000cc;}
}
a:active {
	color : #ffff00;
	text-decoration : none;
}
h1 {
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	margin-top : 2px;
	margin-bottom : 2px;
}
.title {
	color: #cccccc;
	font-weight: bold;
}
form {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
