/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat center top;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	color: #000000;
}

img {
	border: 0 solid;
}

#wrapper{
	width: 820px;
	margin: 0 auto;
	padding: 0;
	}

#flash{
	margin: 30px auto;
}
	

/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}
	
/*　フッタ　*/

#foot{
	margin: 0 auto;
	text-align: center;
	padding: 20px 0 20px 0;
	}
