body {
	background: url('../img/profileback1.jpg') repeat-x;
}
#mainbox {
	background: #f2a3b3;
	width: 700px;
	height: 1000px;
}
#link_setumei{
	margin: 30px 0px 0px 0px;
}
#banner {
	margin: 30px 0px 30px 0px;
}
#mainbox #setumei {
	margin: 50px 0px 30px 0px;
	width: 700px;
	text-align: center;
}
#mainbox #setumei #naka {
	width: 500px;
	text-align: left;
}

/* ボタンリンクの宣言 */
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ff315b;
	text-decoration: none;
}
a:active {
	color: #ff315b;
	text-decoration: none;
}
