a{
	margin: 0px;
	padding: 0px;
}

ul,li{ margin: 0; padding: 0; }
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 2.7;
	letter-spacing:1px;
	color: #000000;
	background-image:url(images/back.gif);
	background-repeat: no-repeat; background-position: center center; 
	background-attachment: fixed;
	}

#img-scene-top{
width:800px;
height:600px;
margin: 0 auto;
}
	
#wrapper{
	margin: 0 auto;
	text-align: center;
	background: url(images/base.png) repeat-y center top; 
	background-attachment: fixed;
	}



/*　リンク　*/

a:link{ color: #4694D1; text-decoration: none; }
	 
a:visited{ color: #998675; text-decoration: none; }
	 
a:hover{ color: #F7931E; text-decoration: none; }
