a{margin:0; padding:0;}
ul,li{ margin: 0; padding: 0; }

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.75;
	background-image: url(images/profile_back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
	color: #333333;
	}
	
div#wrapper{
	width:418px;
	text-align: center;
	margin: 5px auto;
	padding: 0;
	}
	
h1{
	width:418px;
	margin: 20px auto;
	padding-left: 10px;
	text-align: center;
	}	
	

/*　リンク　*/

a:link{ color: #0082DF; text-decoration: none; }
	 
a:visited{ color: #62C2A4; text-decoration: none; }
	 
a:hover{ color: #FF8135; text-decoration: none; }
