@charset "utf-8";

/*===プロフィールページ===*/

@import url(common.css);

body {
	background-image:url(images/prof_banner.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
#head {
	height:100px;
}
#main {
	width:90%;
	float:none;
	margin:0 auto;
}
h1 {
	width:260px;
	height:60px;
	margin:30px 0 0 30px;
	text-indent:-9000px;
}
h1 img {
	vertical-align:bottom;
}
#main h2 {
	font-size:100%;
	line-height:120%;
	color:#fff;
	padding-top:0;
	padding-bottom:3px;
	margin-bottom:7px;
	border:none;
	border-bottom:dotted 1px;
}
#main h3 {
	font-size:100%;
	line-height:120%;
	padding-left:0px;
	border:none;
}
#sideblock {
	padding-top:10px;
}
#profblock p {
	margin:0 0 20px;
}
p#topnavi {
	margin:0;
	text-align:right;
}