@charset "utf-8";


/* content 
=========================================================== */
.person01{
	background:url(../image/bg01.jpg) no-repeat right bottom;
	height:100%;
	overflow:hidden;
}

.person02{
	background:url(../image/bg02.jpg) no-repeat right bottom;
	height:100%;
	overflow:hidden;
}

#content h2{
	margin:25px 0 22px;
}


/* main 
=========================================================== */
#main{
	float:left;
	width:600px;
	height:100%;
	overflow:hidden;
}

#main .rightBox,
#main .leftBox{
	width:600px;
	height:100%;
	overflow:hidden;
	margin-top:35px;
}

#main .leftBox{
	padding-bottom:35px;
}

#main .rightBox img{
	float:right;
	padding:0 0 10px 10px;
}

#main .leftBox img{
	float:left;
	padding:0 14px 10px 0;
}

#main .rightBox h4,
#main .leftBox h4{
	margin-bottom:6px;
}

#main .rightBox h4 img,
#main .leftBox h4 img{
	float:none;
	padding:0;
}

#main .rightBox p,
#main .leftBox p{
	line-height:22px;
}


/* sub
=========================================================== */
#sub{
	float:right;
	width:184 px;
	margin-top:25px;
}

