@charset "utf-8";
@import url("base.css");
@import url("reset.css");

#contents_main h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF9900;
	width: 580px;
	padding: 0px 0px 2px 0px;
}
#profile {
	width: 400px;
	background-image: url(../image/profile/photo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 180px;
}
#profile h2 {
	width: 400px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	margin: 50px 0px 0px 0px;
}
#name {
	margin: 0px 0px 30px 0px;
}

