@charset "utf-8";

#profile{
	margin:0 0 64px;
}
.name{
	width:1056px;
	height:50px;
	background-color:rgba(0,0,0,0.3);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#88000000,EndColorStr=#88000000);
	border:1px solid #341607;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing:border-box;
	padding:14px 8px 0 8px;
	margin-bottom:14px;
	behavior: url("css/pie/PIE.htc");
}
#profile .name h1{
	width:70%;
	float:left;
}
#profile .name > div{
	float:right;
}
#profile .name h1 span{
	font-size:70%;
	margin-left:15px;
}

#profile .frame_top{
	padding-top:11px;
	background-color:transparent;
	background-image:url(../img/bg/frame1_top.png);
	background-repeat:no-repeat;
	background-position:top;
	box-shadow:0 5px 10px rgba(0,0,0,1);
}
#profile .frame_bottom{
	padding-bottom:11px;
	background-color:transparent;
	background-image:url(../img/bg/frame1_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

#profile .frame_middle{
	padding:0 11px;
	background-color:transparent;
	background-image:url(../img/bg/frame1_middle.png);
	background-repeat:repeat-y;
	box-sizing:border-box;
}

 .frame_top{
	padding-top:11px;
	background-color:transparent;
	background-image:url(../img/bg/frame2_top.png);
	background-repeat:no-repeat;
	background-position:top;
	box-shadow:0 5px 10px rgba(0,0,0,1);
}
 .frame_bottom{
	padding-bottom:11px;
	background-color:transparent;
	background-image:url(../img/bg/frame1_bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
}

 .frame_middle{
	padding:48px 77px;
	color:#341607;
	background-color:transparent;
	background-image:url(../img/bg/frame2_middle.png);
	background-repeat:repeat-y;
	box-sizing:border-box;
}

 .frame_middle .left{
	float:left;
	width:542px;
}

 .frame_middle .left h1{
	margin-bottom:35px;
	font-size:150%;
}

 .frame_middle .left p{
	line-height:200%;
}

 .frame_middle .right{
	float:right;
	width:309px;
}

 .frame_middle .right .title{
	border-bottom:2px solid #341607;
	padding-bottom:2px;
	margin-bottom:32px;
	font-weight:bold;
}

 .frame_middle .right li{
	margin-bottom:0.8em;
}


.otherLink{
	border-style:dotted;
	border-width:1px 0;
	border-color:#64534e;
	padding:21px 0 10px 3px;
}

.otherLink a{
	color:#0071ba;
}
.otherLink a i{
	font-size:70%;
	line-height:150%;
}

.tenjiLink{
	margin-bottom:15px;
}

.tenjiLink dt{
	width:64px;
	float:left;
	margin:0 18px 0 0;
}

.tenjiLinkBottom{
	border-bottom:1px dotted #64534e;
	padding-bottom:30px;
}

section.border{
	border-bottom:1px dotted #64534e;
	padding-bottom:15px;
	margin-bottom:25px;
}

#otherStaff dl{
	margin-bottom:32px;
}
#otherStaff dt{
	float:left;
	width:162px;
	margin-right:26px;
}

#otherStaff dd{
	float:left;
	width:353px;
}

#otherStaff li{
	float:left;
	margin-right:12px;
}

