/*　基本構造　*/

body {
	background:url(../white/images/bg.jpg) repeat-y center top;
	background-color: #f2f2f2;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	color: #333333;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
h2{
	margin-left: 20px;
	}
	
p{
	margin-left: 50px;
	}
	
/*　リンク　*/

a:link{
	color: #14a7dc;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fda701;
	text-decoration: none;
	}