/* common */
.gotop {
	clear:both;
	margin:0 30px 0;
	padding:20px 0 16px;
	text-align:right;
}
#btn-area {
	margin:5px 30px 0;
	padding-bottom:16px;
}
#btn-area p.link3 {
	width:380px;
	float:left;
}
#btn-area p.link1 {
	width:380px;
	float:right;
}
p.indent {
	margin-left:10px;
}
/* /common */

#entry-body {
	width:950px;
	text-align:left;
	background:url(../img4/bg-body.gif) repeat-y 0px 0px;
}
#entry-box {
	width:940px;
	margin:0 5px;
	background:url(../img4/bg_cont.gif) repeat-y 0px 0px;
}
#content01 {
	width:890px;
	margin:0 25px;
	background-color:#fff;
}
#content01 .usr {
	width:830px;
	margin:0 30px 20px;
	padding-bottom:21px;
	background:url(../img4/border.gif) no-repeat left bottom;
}
#content01 .usr .image {
	width:157px;
	float:left;
}
#content01 .usr .text {
	width:652px;
	float:right;
}
#content01 .usr:after, #content01 #btn-area:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#content01 .usr, #content01 #btn-area {
	min-height: 1px;
}
/* for IE6 */
* html #content01 .usr, * html #content01 #btn-area {
	height: 1px;
}
/* for IE7 */
*:first-child+html #content01 .usr, *:first-child+html #content01 #btn-area {
	zoom: 1;
}
