@charset "UTF-8";
@import url("../main.css");
@import url("../layout.css");
@import url("../page_type/owner.css");



/* ------------------ MainColumn --------------------- */
.Note .Contents p{
	margin-bottom:1em;
}
.Note .Contents {
	padding-top:0px;
}
.Note .Contents .Box{
	overflow:hidden;
	margin-top:40px;
	margin-bottom:80px;
}
.Note .SubTitle{
	font-size:20px;
	border-bottom:2px solid #91735e;
	font-weight:bold;
	margin:0px 0px 10px 0px;
	padding:12px 0px;
}
.Note .OwnerName{
	color:#654e3e;
	padding:10px 0px 10px 10px;
	border-left:5px solid #654e3e;
}
.Note .QSubTitle{
	margin:40px 0px 10px 0px;
	padding-left:50px;
	font-weight:bold;
	background:url(../../img/maincolume/interview/staff/subtitle_back.gif) no-repeat center left;
}



