@import url("global.css");
/*再定義*/
h1 {
	position:relative;
	height:87px;
}
h1 img {
	position:absolute;
	top:0px;
	left:0px;
}
#container {
	height:1250px;
}
#contents {
	margin:0 0 0 1px;/*border:1px solid black;*/
}
a.btn-profile {
	float:left;
}
/*再定義終了*/
#photo-area {
	text-align:center;
	height:600px;
}
#photo-area img{
	vertical-align:middle;
}
.btn-area {
	width:436px;
	margin:10px auto 10px auto;
}
.line {
	background:url(../images/line1.png) repeat-x;
	height:11px;
}
#backbtn-area {
	text-align:center;
	margin:10px 0 0 0;
}

