/*　基本構造　*/

body {
	background: url(../images/bg.jpg) repeat-y center top;
	background-color: #1a91ed;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	}
	
#wrapper{
	width: 800px;
	margin: 0 auto;
	padding: 0 0 0 0;
	}
	
	
h1{
	margin: 0 auto;
	padding: 0;
	}
	
.text12px{
	font-size: 12px;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}