
body { 
	color: black;

	background-image: url("image/sora2wide.jpg"); 

/*	background-image: url("image/sora2.jpg"); */
	background-position: center bottom; 
	background-repeat: no-repeat; 
	background-attachment: fixed; 
	background-color: white;
	padding: 0; 


}

td {
	line-height: 125%;
}

.text	{	margin-left: 30;
		margin-right: 20;
}
.link	{line-height:100%;
}
/*
---------------------------------リンク表示設定-------------------------------------
*/
a { text-decoration: none; }
 
a:link {
	color: #0000ff;
	background-color: transparent;
}
a:visited {
	color:#889E76;
	background-color: transparent;
}
a:link:hover {
	color: white; 
	background-color: #0000ff; 
}
a:visited:hover {
	color: white; 
	background-color: #889E76; 
}
a:active {
	color: #ff0000; 
	background-color: transparent;
}
