/*　基本構造　*/

body{
	background: url(../images/bg.jpg) no-repeat center top;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	}
	
div#wrapper{
	width: 800px;
	height: 1050px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	}
	
div#foot{
		margin: 0 auto;
		padding: 0 0 20px 0;
}

h1{
	width: 628px;
	text-align: left;
	margin: 15px auto;
}
	
/*　リンク　*/

a:link{
	color: #5c9203;
	text-decoration: none;
	border: none;
	}
	
a:visited{
	color: #95a180;
	text-decoration: none;
	border: none;
	}

a:hover{
	color: #ff7f02;
	text-decoration: none;
	border: none;
}