/*　基本構造　*/

body {
	background: url(../images/profile_bg.jpg) repeat-y center top;
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
}

#wrapper{
	width: 480px;
	margin: 0 auto;
	padding: 0;
	}
	
/*　リンク　*/

a:link{
	color: #ee5221;
	text-decoration: none;
	}
	
a:visited{
	color: #999999;
	text-decoration: none;
	}
	
a:hover{
	color: #fd8606;
	text-decoration: none;
	}