body {
	padding: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-repeat: repeat;
}

.wrapper01 {
	background-repeat: repeat;
	background-position: center;
	margin: 0 auto;
}

.text_p {
    font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}




/* ーーーーーーーーーーーーーープロフィールーーーーーーーーーーーーーー */


.wrapper_p {
	background-repeat: no-repeat;
	width: 500px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/profile_body.jpg);
	background-color: #FFF;
}


.text_p {
    font-size: 14px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}

.big_p {
    font-size: 22px;
	color: #333;
	letter-spacing: 1px;
	line-height: 24px;
}


/* ーーーーーーーーーーーーーーリンクーーーーーーーーーーーーーー */



a:link {
	color: #FF5B00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF5B00;
}
a:hover {
	text-decoration: none;
	color: #FF5B00;
}
a:active {
	text-decoration: none;
}