@charset "UTF-8";
/* CSS Document */

#container {
	height: auto;
	width: 480px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	background-image: url(img/bg.png);
	background-repeat: repeat;
	width: 480px;
	font-size: 80%;
}
p {
	margin: 0px;
	padding: 0px;
	line-height: 200%;
	font-size: 100%;
	height: auto;
	width: 480px;
	float: left;
}
.bg {
	background-image: url(img/logo-bg.png);
	background-repeat: no-repeat;
	width: 480px;
	float: left;
}
#header {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0%;
}
#g-navi {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
}
h2 {
	padding: 0px;
	float: left;
	height: auto;
	width: 480px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#profile {
	width: 460px;
	border: 1px solid #CCC;
	margin-top: 15px;
	float: left;
	margin-bottom: 15px;
	padding: 10px;
}
.p-body {
	font-size: 100%;
	line-height: 160%;
}
